OpenTTD-patches/src/script
2022-10-24 12:35:58 +02:00
..
api Codechange: [CMake] Auto-fill list of #include in script_window.hpp (#10103) 2022-10-24 12:35:58 +02:00
CMakeLists.txt
script_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
script_config.cpp
script_config.hpp
script_fatalerror.hpp
script_info_dummy.cpp
script_info.cpp
script_info.hpp
script_instance.cpp Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
script_instance.hpp Codechange: Add support for additional command result values. 2021-12-16 22:28:32 +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 Codechange: Don't use globals for return values from vehicle command procs. 2021-12-16 22:28:32 +01:00
script_suspend.hpp
squirrel_class.hpp
squirrel_helper_type.hpp
squirrel_helper.hpp Codechange: [Script] Prettify squirrel call helpers by using C++17. 2021-12-20 19:25:10 +01:00
squirrel_std.cpp
squirrel_std.hpp
squirrel.cpp
squirrel.hpp