vkdoom_m/src/scripting
Christoph Oelckers 4b41e735f1 - added null pointer.
- fixed: FxMemberIdentifier checked for ClassPointers instead of object pointers to resolve the left hand side of the expression.
- allow comparison of pointers.
2016-10-22 00:50:04 +02:00
..
codegeneration - added null pointer. 2016-10-22 00:50:04 +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 - added null pointer. 2016-10-22 00:50:04 +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 - added null pointer. 2016-10-22 00:50:04 +02:00
thingdef_properties.cpp Merge branch 'master' of https://github.com/rheit/zdoom into zscript 2016-10-21 19:31:08 +02:00