qzdoom/src/scripting
Christoph Oelckers a603af805c - fixed identifier resolution in FxIdentifier for action functions with a different invoker than self.
- fixed creation of direct function invocations on a state line. In order to receive the implicit arguments this needs to be wrapped into a compound statement so that the local variable getter works.
2016-11-12 15:21:59 +01:00
..
codegeneration - fixed identifier resolution in FxIdentifier for action functions with a different invoker than self. 2016-11-12 15:21:59 +01:00
decorate fixed and completed the special field init code. Strings can now be used as class members, and so can structs which contain strings. 2016-11-11 14:40:32 +01:00
vm - let "" be synonymous with 'none' in ZScript. 2016-11-12 10:06:26 +01:00
zscript - fixed identifier resolution in FxIdentifier for action functions with a different invoker than self. 2016-11-12 15:21:59 +01:00
thingdef.cpp - fixed and cleaned up state index jump handling 2016-11-06 13:14:46 +01:00
thingdef.h fixed and completed the special field init code. Strings can now be used as class members, and so can structs which contain strings. 2016-11-11 14:40:32 +01:00
thingdef_data.cpp - added a new variable flag that allows defining variables which can only be modified by internal script code but not by external mods. Currently this is used by the NoBlockmap and NoSector flags which need special handling for changing. 2016-11-08 11:12:56 +01:00
thingdef_properties.cpp fixed and completed the special field init code. Strings can now be used as class members, and so can structs which contain strings. 2016-11-11 14:40:32 +01:00