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
Peter Nelson 2fd9096070
Change: Decouple and remove landscape-dependent cargo types. (#11719)
Cargo types of default engines, industries and houses are now specified in terms of label.
4 months ago
..
api Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
CMakeLists.txt Codechange: move windows common to AI and GS out of ai_gui 1 year ago
script_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 2 years ago
script_config.cpp Fix: [Script] Apply random deviation only at script start (#11944) 4 months ago
script_config.hpp Change: [Script] replace easy/medium/hard values with default value (#11959) 4 months ago
script_fatalerror.hpp Change: [Script] Let Script_FatalError use std::string instead of const char * 3 years ago
script_gui.cpp Change: Improve ScriptSettings windows (#11958) 4 months ago
script_gui.h Change: Allow opening multiple script debug windows by holding Ctrl. 5 months ago
script_info.cpp Change: [Script] replace easy/medium/hard values with default value (#11959) 4 months ago
script_info.hpp Codechange: remove manual allocation/free for SQ_instance 1 year ago
script_info_dummy.cpp Codechange: use fmt::format to create dummy scripts 1 year ago
script_instance.cpp Fix: Crash if squirrel compatibility scripts cannot be parsed. (#11589) 6 months ago
script_instance.hpp Fix #11585: Crash when cleaning AI/GS with nested AsyncMode. 6 months ago
script_scanner.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
script_scanner.hpp Codechange: use fmt::format_to to format the help message 1 year ago
script_storage.hpp Add: AI/GS Time Mode to choose between economy (default) and calendar time (#11603) 4 months ago
script_suspend.hpp
squirrel.cpp Cleanup: missing spaces before continuation * in some comments 7 months ago
squirrel.hpp Cleanup: stredup-ing string variant for calling scripts 1 year ago
squirrel_class.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
squirrel_helper.hpp Codechange: Ensure function opening `{` is on new line. 7 months ago
squirrel_helper_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
squirrel_std.cpp Codechange: use C++ strings for constructing script file paths 1 year ago
squirrel_std.hpp