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 25ed7c2b53 Merge branch 'master' into jgrpp
# Conflicts:
#	src/music.cpp
#	src/script/api/script_company.cpp
#	src/script/api/script_event_types.cpp
#	src/script/api/script_group.cpp
#	src/script/api/script_object.cpp
#	src/script/api/script_road.cpp
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 Fix: [Script] Save config item values up to 10 digits + 1 for sign + 1 for termination, enough to fit min and max int 1 year ago
script_config.hpp Fix #10059: [Script] Let custom values on a config item be up to 10 digits + 1 for sign 1 year 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 Add: [Script] Labels for negative values of a setting 1 year ago
script_info.hpp Merge branch 'master' into jgrpp 1 year ago
script_info_dummy.cpp
script_instance.cpp Fix: Don't send unused tile field over the network (#10507) 1 year ago
script_instance.hpp Fix: Don't send unused tile field over the network (#10507) 1 year 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 Fix: Don't send unused tile field over the network (#10507) 1 year 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
squirrel_helper.hpp Merge branch 'master' into jgrpp 1 year ago
squirrel_helper_type.hpp Codechange: [Script] Use std::vector instead of a hand-rolled alternative. 1 year ago
squirrel_std.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
squirrel_std.hpp