gzdoom-gles/src/scripting
Christoph Oelckers 3b0b0baf05 Merge branch 'master' of https://github.com/rheit/zdoom into zscript
# Conflicts:
#	wadsrc/static/actors/shared/player.txt
2016-10-21 19:31:08 +02:00
..
codegeneration - preparations for null pointer support. 2016-10-21 19:18:39 +02:00
decorate - Renamed FxSequence to FxCompoundStatement. 2016-10-19 16:15:02 +02:00
vm - tested and fixed the regular assignment statement for both local and member variables. 2016-10-21 10:09:01 +02:00
zscript - implemented class member access for variables. (Struct members and functions not done yet.) 2016-10-21 17:41:39 +02:00
thingdef.cpp - process most of the remaining statement types. 2016-10-21 01:12:54 +02:00
thingdef.h - added processing of compound statements to the compiler. This means that anonymous functions without control statements are generating code now. 2016-10-19 19:05:48 +02:00
thingdef_data.cpp - implemented class member access for variables. (Struct members and functions not done yet.) 2016-10-21 17:41:39 +02:00
thingdef_properties.cpp Merge branch 'master' of https://github.com/rheit/zdoom into zscript 2016-10-21 19:31:08 +02:00