gzdoom-gles/src/scripting
2017-04-17 12:27:19 +02:00
..
backend - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
decorate - block direct use of 'new' for DObjects. 2017-04-14 13:31:58 +02:00
vm - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
zscript - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
symbols.cpp - do not delete the namespaces when removing compiler symbols. They still get referenced by some types and must remain until the engine shuts down. 2017-04-14 19:40:50 +02:00
symbols.h - took PTypeBase and all its subclasses out of the DObject hierarchy. 2017-04-13 17:47:17 +02:00
thingdef.cpp - block direct use of 'new' for DObjects. 2017-04-14 13:31:58 +02:00
thingdef.h - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
thingdef_data.cpp - fixed: WP_NOCHANGE had different values in native and script code, resulting in problems with weapon selection. 2017-04-13 18:59:45 +02:00
thingdef_properties.cpp - removed all RTTI checks for the types. 2017-04-13 15:38:06 +02:00
types.cpp - fixed: Dynamic arrays of objects in structs were not registered for garbage collection. 2017-04-15 13:20:58 +02:00
types.h - fixed: Dynamic arrays of objects in structs were not registered for garbage collection. 2017-04-15 13:20:58 +02:00