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
Jonathan G Rennison ac2f9a21e8 Move upstream saveload to src/saveload/, move jgrpp saveload to src/sl/
Leave afterload in src/saveload/
1 year ago
..
api Merge branch 'master' into jgrpp 1 year ago
CMakeLists.txt Merge branch 'master' into jgrpp 1 year ago
script_config.cpp Merge branch 'master' into jgrpp 1 year ago
script_config.hpp Merge branch 'master' into jgrpp 1 year ago
script_fatalerror.hpp Script: Only log each string parameter warning message once 1 year ago
script_gui.cpp Merge branch 'master' into jgrpp 1 year ago
script_gui.h Fix #10578: Allow to select any version of AI/GS from GUI (#10604) 1 year ago
script_info.cpp Codechange: use std::map over SmallMap and std::string of stredup(char*) 1 year ago
script_info.hpp Merge branch 'master' into jgrpp 1 year ago
script_info_dummy.cpp Change: Use gender-neutral pronouns 3 years ago
script_instance.cpp Move upstream saveload to src/saveload/, move jgrpp saveload to src/sl/ 1 year ago
script_instance.hpp Merge branch 'master' into jgrpp 1 year ago
script_scanner.cpp Merge branch 'master' into jgrpp 1 year ago
script_scanner.hpp Codechange: use std::string as std::map key, instead of stredup string 1 year ago
script_storage.hpp Merge branch 'master' into jgrpp 1 year ago
script_suspend.hpp
squirrel.cpp Codechange: replace printf with PRINTF macros by fmt::format for scripts 1 year ago
squirrel.hpp Merge branch 'master' into jgrpp 1 year ago
squirrel_class.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
squirrel_helper.hpp Cleanup: Unused alloca definitions and includes 1 year ago
squirrel_helper_type.hpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
squirrel_std.cpp Cleanup: Unused alloca definitions and includes 1 year ago
squirrel_std.hpp