1
0
Fork 0
OpenTTD/src/script
Loïc Guilloux 86beadc00b Fix: [Script] Access to enum/consts defined outside of main.nut (#10573) 2023-03-31 16:43:32 +02:00
..
api Fix: Don't send unused tile field over the network (#10507) 2023-03-31 16:43:32 +02:00
CMakeLists.txt Codechange: Move command callback declarations to the cmd header files. 2021-12-16 22:28:32 +01:00
script_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
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-03-31 16:43:32 +02:00
script_config.hpp Fix #10059: [Script] Let custom values on a config item be up to 10 digits + 1 for sign 2023-03-31 16:43:32 +02:00
script_fatalerror.hpp
script_info.cpp Add: [Script] Labels for negative values of a setting 2023-03-31 16:43:32 +02:00
script_info.hpp
script_info_dummy.cpp
script_instance.cpp Fix: Don't send unused tile field over the network (#10507) 2023-03-31 16:43:32 +02:00
script_instance.hpp Fix: Don't send unused tile field over the network (#10507) 2023-03-31 16:43:32 +02: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-03-31 16:43:32 +02:00
script_suspend.hpp
squirrel.cpp Fix: [Script] Access to enum/consts defined outside of main.nut (#10573) 2023-03-31 16:43:32 +02:00
squirrel.hpp Cleanup: [Script] Use nullptr instead of 0 or NULL 2021-06-17 16:18:30 +02:00
squirrel_class.hpp
squirrel_helper.hpp Codechange: [Script] Prettify squirrel call helpers by using C++17. 2021-12-20 19:25:10 +01:00
squirrel_helper_type.hpp
squirrel_std.cpp
squirrel_std.hpp