gzdoom/src/scripting
2017-11-02 18:01:13 +02:00
..
backend Fixed potential crash in resolving of multiple assignment 2017-10-27 18:15:24 +03:00
decorate - block direct use of 'new' for DObjects. 2017-04-14 13:31:58 +02:00
vm Added runtime check for negative array indices in VM 2017-11-02 18:01:13 +02:00
zscript Added implicit scope for if/else, while and do/while statements in ZScript 2017-11-02 17:10:54 +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 Extended String.LastIndexOf() with endIndex parameter 2017-11-01 15:24:05 +02:00
thingdef_properties.cpp - fixed compile from last commit 2017-07-29 17:03:43 -04:00
types.cpp - fixed: The struct field compiler did not check for forward declared type references that hadn't been resolved yet. 2017-08-27 12:31:47 +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