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 5b7db9d849 Merge branch 'master' into jgrpp
# Conflicts:
#	.github/workflows/ci-build.yml
#	.github/workflows/commit-checker.yml
#	src/command.cpp
#	src/company_cmd.cpp
#	src/company_gui.cpp
#	src/crashlog.cpp
#	src/economy.cpp
#	src/lang/english.txt
#	src/lang/german.txt
#	src/lang/korean.txt
#	src/misc_gui.cpp
#	src/newgrf_config.cpp
#	src/openttd.cpp
#	src/settings_gui.cpp
#	src/ship_cmd.cpp
#	src/table/settings/gui_settings.ini
2 years ago
..
api Merge branch 'master' into jgrpp 2 years ago
CMakeLists.txt Codechange: Move command callback declarations to the cmd header files. 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
script_info_dummy.cpp Change: Use gender-neutral pronouns 3 years ago
script_instance.cpp Codechange: Don't use globals for return values from vehicle command procs. 2 years ago
script_instance.hpp Codechange: Add support for additional command result values. 2 years ago
script_scanner.cpp Cleanup: remove some unneeded c_str() calls 3 years ago
script_scanner.hpp
script_storage.hpp Codechange: Don't use globals for return values from vehicle command procs. 2 years ago
script_suspend.hpp
squirrel.cpp Merge branch 'master' into jgrpp-beta 3 years ago
squirrel.hpp Merge branch 'master' into jgrpp-beta 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
squirrel_std.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
squirrel_std.hpp