qzdoom/src/scripting
Christoph Oelckers 89416835a8 - preparations for null pointer support.
- add pointer support to FxAssign.
2016-10-21 19:18:39 +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 - the compile context now knows if it is invoked by ZScript or DECORATE, so that it can be more strict with ZScript if needed. 2016-10-15 21:35:31 +02:00