gzdoom-gles/src/scripting
Christoph Oelckers 479b216c06 - fixed: ZScript did not properly fill in tentatively created classes from defaults processing.
The proper setup for such classes was only done in CreateDerivedClass, but not in FindClassTentative itself. This extends CreateDerivedClass to allow it to create a class without fully initializing it.
2016-11-12 13:09:19 +01:00
..
codegeneration - let "" be synonymous with 'none' in ZScript. 2016-11-12 10:06:26 +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: ZScript did not properly fill in tentatively created classes from defaults processing. 2016-11-12 13:09:19 +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