RingRacers/src/acs
toaster 5e7cce9047 CallFunc_SetThingProperty: Get next mobj in TID chain at start of loop
In cases where state/property set can cause instant deletion, definitely interrupts FindMobjFromTID iteration after one step and potentially uses after free

Also adds comment warnings to this effect near ways to find P_FindMobjFromTID, and updates P_ProcessSpecial even though we could probably stand to rip it out now
2025-05-26 15:22:30 +01:00
..
vm Set C++ feature level for ACSVM to 17 2025-04-08 09:22:33 -05:00
acsvm.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
call-funcs.cpp CallFunc_SetThingProperty: Get next mobj in TID chain at start of loop 2025-05-26 15:22:30 +01:00
call-funcs.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
CMakeLists.txt acs/CMakeLists.txt: remove ACSVM_NOFLAGS, fix Apple Clang 14 compile 2023-03-31 05:27:59 -07:00
environment.cpp Merge public master 2025-02-13 15:48:11 -06:00
environment.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
interface.cpp Merge public master 2025-02-13 15:48:11 -06:00
interface.h Update copyright years to 2025 2025-02-13 15:32:26 -06:00
stream.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
stream.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
thread.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
thread.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00