OpenTTD/src/script
2022-02-15 20:01:10 +01:00
..
api Codechange: Use anonymous union for vehicle orders/old orders list 2022-02-15 20:01:10 +01: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
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
script_scanner.hpp
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 Fix #9548, e5fedcd: [Squirrel] Crash during engine cleanup after reaching memory limit on realloc (#9592) 2021-10-02 21:08:42 +02:00
squirrel.hpp