OpenTTD/src/script
2023-12-28 21:34:08 +00:00
..
api Codechange: Simplify ConvertDateToYMD by returning YearMonthDay instead of outputting to a pointer. (#11637) 2023-12-28 21:34:08 +00:00
CMakeLists.txt
script_cmd.h
script_config.cpp
script_config.hpp
script_fatalerror.hpp
script_gui.cpp Fix 2d3af14: Don't draw script log over panel borders (#11621) 2023-12-25 18:42:13 +01:00
script_gui.h Change: Allow opening multiple script debug windows by holding Ctrl. 2023-12-20 20:39:07 +00:00
script_info_dummy.cpp
script_info.cpp
script_info.hpp
script_instance.cpp Fix: Crash if squirrel compatibility scripts cannot be parsed. (#11589) 2023-12-15 01:25:36 +00:00
script_instance.hpp Fix #11585: Crash when cleaning AI/GS with nested AsyncMode. 2023-12-14 20:54:31 +00:00
script_scanner.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
script_scanner.hpp
script_storage.hpp
script_suspend.hpp
squirrel_class.hpp
squirrel_helper_type.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
squirrel_helper.hpp Codechange: Ensure function opening { is on new line. 2023-11-09 20:15:38 +00:00
squirrel_std.cpp
squirrel_std.hpp
squirrel.cpp Cleanup: missing spaces before continuation * in some comments 2023-11-01 22:56:11 +01:00
squirrel.hpp