OpenTTD/src/script
2023-03-06 00:32:12 +01:00
..
api Codechange: Use SQInteger for generic numbers in script_league 2023-03-06 00:32:12 +01:00
CMakeLists.txt Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
script_cmd.h
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 2023-02-21 00:28:21 +01:00
script_config.hpp Fix #10059: [Script] Let custom values on a config item be up to 10 digits + 1 for sign 2023-02-21 00:28:21 +01:00
script_fatalerror.hpp
script_gui.cpp Fix #10059: [Script] Let custom values on a config item be up to 10 digits + 1 for sign 2023-02-21 00:28:21 +01:00
script_gui.h Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
script_info_dummy.cpp
script_info.cpp Add: [Script] Labels for negative values of a setting 2023-02-21 00:28:21 +01:00
script_info.hpp Codechange: do not declare functions in blocks 2023-01-29 20:28:45 +01:00
script_instance.cpp Fix: Don't send unused tile field over the network (#10507) 2023-02-24 22:50:11 +01:00
script_instance.hpp Fix: Don't send unused tile field over the network (#10507) 2023-02-24 22:50:11 +01:00
script_scanner.cpp Fix #10073: Stop truncating output of list_ai and friends commands 2022-10-10 13:42:07 +01:00
script_scanner.hpp Fix #10073: Stop truncating output of list_ai and friends commands 2022-10-10 13:42:07 +01:00
script_storage.hpp Fix: Don't send unused tile field over the network (#10507) 2023-02-24 22:50:11 +01:00
script_suspend.hpp
squirrel_class.hpp
squirrel_helper_type.hpp Codechange: [Script] Use std::vector instead of a hand-rolled alternative. 2023-02-24 21:46:27 +01:00
squirrel_helper.hpp Codechange: [Script] Use std::vector instead of a hand-rolled alternative. 2023-02-24 21:46:27 +01:00
squirrel_std.cpp
squirrel_std.hpp
squirrel.cpp
squirrel.hpp