You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/script
Michael Lutz 1c205b2cda Fix #10212: [Script] Nested ScriptAccounting scopes are not restored properly. 2 years ago
..
api Fix #10212: [Script] Nested ScriptAccounting scopes are not restored properly. 2 years ago
CMakeLists.txt Codechange: Move command callback declarations to the cmd header files. 2 years ago
script_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 2 years ago
script_config.cpp Codechange: move script settings to std::string 3 years ago
script_config.hpp Change: Use gender-neutral pronouns 3 years ago
script_fatalerror.hpp Change: [Script] Let Script_FatalError use std::string instead of const char * 3 years ago
script_info.cpp Codechange: move casting a "const char *" to "char *" to the caller 3 years ago
script_info.hpp Codechange: Use std::string in file scanners. 3 years ago
script_info_dummy.cpp Change: Use gender-neutral pronouns 3 years ago
script_instance.cpp Feature: [GS] Scriptable league tables (#10001) 2 years ago
script_instance.hpp Feature: [GS] Scriptable league tables (#10001) 2 years ago
script_scanner.cpp Fix #10073: Stop truncating output of list_ai and friends commands 2 years ago
script_scanner.hpp Fix #10073: Stop truncating output of list_ai and friends commands 2 years ago
script_storage.hpp Codechange: Don't use globals for return values from vehicle command procs. 2 years ago
script_suspend.hpp Cleanup: Removed SVN headers 5 years ago
squirrel.cpp Fix #9548, e5fedcd: [Squirrel] Crash during engine cleanup after reaching memory limit on realloc (#9592) 3 years ago
squirrel.hpp Cleanup: [Script] Use nullptr instead of 0 or NULL 3 years ago
squirrel_class.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
squirrel_helper.hpp Codechange: [Script] Prettify squirrel call helpers by using C++17. 2 years ago
squirrel_helper_type.hpp Cleanup: Removed SVN headers 5 years ago
squirrel_std.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
squirrel_std.hpp Cleanup: Removed SVN headers 5 years ago