scummvm/engines/ags/engine/script
Walter Agazzi cc6bbd1083 AGS: Engine: hotfix potential exception if cc_error is called during quit()
From upstream a64e3424f70677f9393e4f8c506f03ed628aee47
2024-04-02 23:09:17 +02:00
..
cc_instance.cpp AGS: Engine: hotfix potential exception if cc_error is called during quit() 2024-04-02 23:09:17 +02:00
cc_instance.h AGS: Engine: hotfix potential exception if cc_error is called during quit() 2024-04-02 23:09:17 +02:00
executing_script.cpp AGS: Added script instance thread stack, replacing current_instance 2022-05-05 22:41:06 -07:00
executing_script.h AGS: Replaced more strcpy with snprintf, for safety 2022-06-19 20:50:24 +01:00
exports.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
exports.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
non_blocking_script_function.h AGS: pass key modifiers as an extra arg to on_key_press 2022-04-21 20:23:53 -07:00
runtime_script_value.cpp AGS: Reorganized few cc_ headers 2022-05-05 22:41:07 -07:00
runtime_script_value.h AGS: made SystemImports index an unsigned value 2022-04-24 16:00:05 -07:00
script_api.cpp AGS: Removed Dustbowl steam username workaround 2023-06-17 10:14:46 +02:00
script_api.h AGS: Added "sound volume" param to all Animate() functions 2022-05-10 21:17:59 -07:00
script_runtime.cpp AGS: Engine: improvements to the "timeout" check 2023-05-14 23:04:38 +02:00
script_runtime.h AGS: Removed some redundant/obsolete comments 2022-10-09 18:56:36 +01:00
script.cpp AGS: Engine: replaced uses of strncpy with snprintf for safety 2024-01-17 03:12:30 +01:00
script.h AGS: Engine: fixed restoring a legacy savegame 2022-12-15 22:40:17 +01:00
system_imports.cpp AGS: made SystemImports index an unsigned value 2022-04-24 16:00:05 -07:00
system_imports.h AGS: made SystemImports index an unsigned value 2022-04-24 16:00:05 -07:00