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
Patric Stout 1ba4dcc924 Codechange: migrate all Window-related timers to the new framework
This means we also say goodbye to GUITimers.
1 year ago
..
api Change: Increase max cargo age and let min cargo payment approach zero. (#10596) 1 year ago
CMakeLists.txt Codechange: move windows common to AI and GS out of ai_gui 1 year ago
script_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 3 years 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 Change: [Script] Let Script_FatalError use std::string instead of const char * 3 years ago
script_gui.cpp Codechange: migrate all Window-related timers to the new framework 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 Add: [Script] Labels for negative values of a setting 1 year ago
script_info.hpp Codechange: do not declare functions in blocks 1 year ago
script_info_dummy.cpp Change: Use gender-neutral pronouns 3 years ago
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 Fix #10073: Stop truncating output of list_ai and friends commands 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 Fix: [Script] Access to enum/consts defined outside of main.nut (#10573) 1 year ago
squirrel.hpp Cleanup: [Script] Use nullptr instead of 0 or NULL 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] Use std::vector instead of a hand-rolled alternative. 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