1
0
Fork 0
OpenTTD/src/script
frosch 2a62eea005
Codefix: Comment style. (#14064)
2025-04-21 17:25:09 +02:00
..
api Fix #14044: Negative string parameters from GS were rendered as zero. (#14049) 2025-04-20 23:01:49 +02: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: Use std::unique_ptr for ai/game config. 2025-03-26 10:54:11 +00:00
script_config.hpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02: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 Change: Draw boolean toggle as a slider widget. 2025-04-21 16:23:11 +01:00
script_gui.h Codefix: Add missing header includes. 2025-04-20 22:06:18 +02:00
script_info.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
script_info.hpp Codechange: initialise instance members 2025-03-09 20:41:03 +01:00
script_info_dummy.cpp Codefix: std::move string leaves the old one in an undefined state 2025-03-09 22:19:54 +01:00
script_instance.cpp Codechange: Manage script event queue using smart pointers. 2025-04-18 19:47:28 +02:00
script_instance.hpp Codefix: Avoid uppercase characters in variable names. (#13985) 2025-04-10 07:19:27 +01:00
script_scanner.cpp Codechange: Pass ContentInfo by reference. 2025-04-11 23:08:59 +01:00
script_scanner.hpp Codechange: Pass ContentInfo by reference. 2025-04-11 23:08:59 +01:00
script_storage.hpp Codechange: Manage script event queue using smart pointers. 2025-04-18 19:47:28 +02:00
script_suspend.hpp
squirrel.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
squirrel.hpp Add: [Script] Framework for loading/saving selected ScriptObject 2025-03-02 13:41:12 +01: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: use std::move when appropriate 2025-03-13 13:00:24 +01:00
squirrel_helper_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
squirrel_std.cpp Codechange: use C++ strings for constructing script file paths 2023-05-14 22:54:10 +02:00
squirrel_std.hpp