openmohaa/code/script
2025-04-19 21:11:51 +02:00
..
scriptclass.cpp Drop error instead of throwing an exception to meet non-throwing exception specification 2024-06-07 19:55:33 +02:00
scriptclass.h Added StoppedNotify() 2023-11-01 17:31:46 +01:00
scriptcompiler.cpp Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
scriptcompiler.h Uses a signed char instead of a char for opcode stack offset. On some platforms like ARM, char is unsigned by default 2024-06-22 19:18:08 +02:00
scriptexception.cpp Use safe version of sprintf and strcpy 2024-09-20 23:08:53 +02:00
scriptexception.h Correctly parse the function name in ScriptDeprecatedAlt 2025-02-15 00:51:19 +01:00
scriptopcodes.cpp Used clang-format on some common files 2023-07-05 21:24:02 +02:00
scriptopcodes.h Uses a signed char instead of a char for opcode stack offset. On some platforms like ARM, char is unsigned by default 2024-06-22 19:18:08 +02:00
scriptvariable.cpp Use an epsilon value to check if float numbers are equal (#713) 2025-04-19 21:11:51 +02:00
scriptvariable.h Implemented MakePrimitive() 2024-02-28 22:52:25 +01:00
scriptvm.cpp Clear the top stack result when self is NULL 2025-01-18 13:02:05 +01:00
scriptvm.h Check for valid event on listener and print an error if the command cannot be executed 2025-01-16 23:25:26 +01:00