qzdoom/src/scripting
alexey.lysiuk 0e8473906e - tighten rules for action functions called from Decorate
FxVMFunctionCall (previously used to call action functions from Decorate) skipped self pointer compatibility checks

https://forum.zdoom.org/viewtopic.php?t=68678
2020-06-07 15:00:32 +03:00
..
backend - moved the script compiler's backend to 'common'. 2020-04-11 20:20:55 +02:00
decorate - tighten rules for action functions called from Decorate 2020-06-07 15:00:32 +03:00
zscript - moved compiler frontend to 'common'. 2020-04-11 20:20:56 +02:00
thingdef.cpp - separated the Doom specific parts of the ZScript parser from the core into a subclass. 2020-04-11 20:20:56 +02:00
thingdef.h - tighten rules for action functions called from Decorate 2020-06-07 15:00:32 +03:00
thingdef_data.cpp - initialize native functions before the first query. 2020-04-11 20:20:57 +02:00
thingdef_properties.cpp - moved the script compiler's backend to 'common'. 2020-04-11 20:20:55 +02:00
vmiterators.cpp - fixed usage of uninitialized object in BlockLinesIterator 2019-10-26 11:01:49 +03:00
vmthunks.cpp Merge branch 'master' into texture_rework 2020-04-29 08:04:15 +02: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:08:24 +02:00