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 5e398d9478 Add GUI/command support for >255 station types per station class 1 year ago
..
api Add GUI/command support for >255 station types per station class 1 year ago
CMakeLists.txt Merge branch 'master' into jgrpp 1 year ago
script_config.cpp Codechange: do not use interactive random anymore for script configuration 1 year ago
script_config.hpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2 years ago
script_fatalerror.hpp
script_gui.cpp Merge branch 'master' into jgrpp 1 year ago
script_gui.h Codechange: move windows common to AI and GS out of ai_gui 1 year ago
script_info.cpp Codechange: move casting a "const char *" to "char *" to the caller 3 years 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 Merge branch 'master' into jgrpp 1 year ago
script_instance.hpp Merge branch 'master' into jgrpp 2 years ago
script_scanner.cpp Merge branch 'master' into jgrpp 2 years ago
script_scanner.hpp Fix #10073: Stop truncating output of list_ai and friends commands 2 years ago
script_storage.hpp Script: Store CommandCost::GetResultData 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 Script: Add missing function wrappers for 6 - 9 arguments 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