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
frosch f40816503f Codechange: Add enum items for dynmically created setting dropdowns. 1 year ago
..
api Codechange: Silence warnings about intentionally unused parameters. 1 year ago
CMakeLists.txt Codechange: move windows common to AI and GS out of ai_gui 2 years ago
script_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 3 years ago
script_config.cpp Codechange: rewrite script string-to-settings conversion to C++ 1 year ago
script_config.hpp Codechange: Use std::map instead of custom SmallMap. 1 year ago
script_fatalerror.hpp
script_gui.cpp Codechange: Add enum items for dynmically created setting dropdowns. 1 year ago
script_gui.h Fix #10578: Allow to select any version of AI/GS from GUI (#10604) 2 years ago
script_info.cpp Codechange: replace StrMakeValidInPlace with StrValid 1 year 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 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
script_instance.hpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
script_scanner.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
script_scanner.hpp Codechange: use fmt::format_to to format the help message 1 year ago
script_storage.hpp Add: [Script] GSAsyncMode to set async mode of gamescript commands (#10913) 1 year ago
script_suspend.hpp
squirrel.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
squirrel.hpp Cleanup: stredup-ing string variant for calling scripts 1 year ago
squirrel_class.hpp
squirrel_helper.hpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
squirrel_helper_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
squirrel_std.cpp Codechange: use C++ strings for constructing script file paths 1 year ago
squirrel_std.hpp