gzdoom-gles/src/scripting
2020-05-17 02:10:10 +02:00
..
backend - fixed ZScript compiler crash with dereferencing null pointers 2020-04-30 11:45:37 +02:00
decorate - fixed missing checks for function calls from DECORATE 2019-11-21 18:04:03 +01:00
vm - continued refactoring on sound code. 2020-01-06 13:45:19 +01:00
zscript - replaced assert() in ZScript fields compilation code 2020-03-14 19:11:45 +01:00
symbols.cpp - fixed erroneous removal of property flag members 2020-05-17 02:10:10 +02:00
symbols.h - added ability to specify deprecation messages in ZScript 2019-08-28 21:49:20 +02:00
thingdef.cpp - added validation for presence of drop item classes 2019-07-12 22:11:54 +02:00
thingdef.h - fixed code emission for constant ZScript function arguments 2019-04-27 12:43:22 +02:00
thingdef_data.cpp - fixed FLineTraceData scripting definition 2020-03-14 19:15:27 +01:00
thingdef_properties.cpp - removed all remaining native parts of APlayerPawn. 2019-04-26 01:20:02 +02:00
types.cpp - continued refactoring on sound code. 2020-01-06 13:45:19 +01:00
types.h - fixed compilation of targets with optimization 2018-11-16 21:33:11 +01:00
vmiterators.cpp - fixed usage of uninitialized object in BlockLinesIterator 2019-10-26 12:15:00 +02:00
vmthunks.cpp - exposed Level.MusicVolume to ZScript 2020-01-21 12:17:54 +01:00
vmthunks_actors.cpp - block off the Substitute function by making it private to the 3 classes that really need it. 2020-04-19 21:39:25 +02:00