qzdoom-gpl/src/scripting
2017-02-17 19:54:59 +02:00
..
backend const method cannot write to self 2017-02-17 19:54:59 +02:00
decorate - added ZScript property handling for names, sounds and colors. 2017-02-14 23:28:49 +01:00
vm Added parsing of ui, play, allowui and const qualifiers 2017-02-17 17:58:16 +02:00
zscript Renamed 'allowui' to 'clearscope'. 'allowui' doesn't reflect the real meaning of the keyword which clears implicit 'play' or 'ui' inherited from parent class (for classes) or owning type (for methods/fields) 2017-02-17 18:24:01 +02:00
symbols.cpp - remove all symbols that get linked into the symbol table from the garbage collector. 2017-02-08 14:34:39 +01:00
symbols.h - remove all symbols that get linked into the symbol table from the garbage collector. 2017-02-08 14:34:39 +01:00
thingdef.cpp Class abstractness should be inherited 2017-02-16 02:31:20 +02:00
thingdef.h - remove all type table entries from garbage collection. 2017-02-08 22:43:20 +01:00
thingdef_data.cpp - the keybinding control works again, this time fully scripted. 2017-02-12 18:38:23 +01:00
thingdef_properties.cpp - Turned DropItem into a plain struct again like it was before the scripting branch got merged. 2017-02-08 20:37:22 +01:00