qzdoom/src/scripting
alexey.lysiuk f5d80d0d8b - made setting actor TID more explicit
Now it's no longer possible to manipulate TID hash from arbitrary location
For example, this prevents linking of destroyed object into the hash
TID member is still public but writing to it is limited to a few very specific cases like serialization and player traveling between levels

https://forum.zdoom.org/viewtopic.php?t=64476
2019-05-10 11:49:57 +02:00
..
backend - fixed crash with push/insert to null dynarray when JIT is on 2019-04-04 13:23:08 +03:00
decorate - fixed compilation errors with POSIX targets 2019-02-01 11:08:58 +02:00
vm - fixed missing null checks in JIT generated code 2019-04-27 17:05:36 +03:00
zscript Merge remote-tracking branch 'remotes/origin/master' into new_level_refactor 2019-02-01 17:59:25 +01:00
symbols.cpp - fixed erroneous removal of property flag members 2019-02-03 12:33:06 +02:00
symbols.h Merge branch 'asmjit' into weapon_scriptification 2018-11-26 00:14:44 +01:00
thingdef.cpp - fixed code emission for constant ZScript function arguments 2019-01-23 22:37:16 +01:00
thingdef.h - fixed code emission for constant ZScript function arguments 2019-01-23 22:37:16 +01:00
thingdef_data.cpp - made the menu's text input handler Unicode capable. 2019-02-16 21:29:46 +01:00
thingdef_properties.cpp - removed v_video.h include from portals.h 2019-02-01 00:30:21 +01:00
types.cpp - got rid of FNameNoInit and made the default constructor of FName non-initializing. 2018-08-19 08:19:19 +02:00
types.h - fixed compilation of targets with optimization 2018-11-15 10:59:37 +02:00
vmiterators.cpp - added the missing Level parameters to AActor::StaticSpawn and P_ExecuteSpecial. 2019-02-01 22:02:16 +01:00
vmthunks.cpp - added a CanPrint function to FFont and used that to handle the statistics display on the automap HUD to only replace the font when actually needed, not based on the language. 2019-04-22 09:08:43 +02:00
vmthunks_actors.cpp - made setting actor TID more explicit 2019-05-10 11:49:57 +02:00