OpenTTD/src/script
glx22 b080f24bd8 Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
..
api Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
CMakeLists.txt Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
script_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
script_config.cpp Codechange: do not use interactive random anymore for script configuration 2023-01-14 22:00:11 +01:00
script_config.hpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2022-12-28 05:02:26 +01:00
script_fatalerror.hpp Change: [Script] Let Script_FatalError use std::string instead of const char * 2021-04-17 22:24:52 +02:00
script_gui.cpp Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
script_gui.h Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
script_info.cpp Codechange: move casting a "const char *" to "char *" to the caller 2021-05-29 16:23:59 +02:00
script_info.hpp Codechange: do not declare functions in blocks 2023-01-29 20:28:45 +01:00
script_info_dummy.cpp Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +02:00
script_instance.cpp Fix #10361, fe30f66: Don't try to give saved data to a dead script (#10433) 2023-01-29 22:27:29 +00:00
script_instance.hpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2022-12-28 05:02:26 +01:00
script_scanner.cpp Fix #10073: Stop truncating output of list_ai and friends commands 2022-10-10 13:42:07 +01:00
script_scanner.hpp Fix #10073: Stop truncating output of list_ai and friends commands 2022-10-10 13:42:07 +01:00
script_storage.hpp Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
script_suspend.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel.cpp Fix #9548, e5fedcd: [Squirrel] Crash during engine cleanup after reaching memory limit on realloc (#9592) 2021-10-02 21:08:42 +02:00
squirrel.hpp Cleanup: [Script] Use nullptr instead of 0 or NULL 2021-06-17 16:18:30 +02:00
squirrel_class.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
squirrel_helper.hpp Codechange: [Script] Prettify squirrel call helpers by using C++17. 2021-12-20 19:25:10 +01:00
squirrel_helper_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_std.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
squirrel_std.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00