openmohaa/code/script
smallmodel 4695932ea1
Added StoppedNotify()
This fixes scripts waiting for another executing script which fixes Actor being stuck on some animations
2023-11-01 17:31:46 +01:00
..
scriptclass.cpp Added StoppedNotify() 2023-11-01 17:31:46 +01:00
scriptclass.h Added StoppedNotify() 2023-11-01 17:31:46 +01:00
scriptcompiler.cpp Use const unsigned char* for sourcepos 2023-10-27 19:59:29 +02:00
scriptcompiler.h Formatted source files 2023-10-01 22:47:25 +02:00
scriptexception.cpp Used clang-format on some common files 2023-07-05 21:24:02 +02:00
scriptexception.h Formatted source files 2023-10-01 22:47:25 +02:00
scriptopcodes.cpp Used clang-format on some common files 2023-07-05 21:24:02 +02:00
scriptopcodes.h Used clang-format on some common files 2023-07-05 21:24:02 +02:00
scriptvariable.cpp Renamed world.cpp and world.h to worldspawn.cpp and worldspawn.h 2023-10-08 00:08:47 +02:00
scriptvariable.h Formatted source files 2023-10-01 22:47:25 +02:00
scriptvm.cpp Added more script trace and initialize state to STATE_EXECUTION in ScriptVM constructor 2023-11-01 16:52:30 +01:00
scriptvm.h Fixed field name not showing in the exception message 2023-10-31 20:39:28 +01:00