You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/script
SamuXarick 1f194eb94e
Fix: [Script] Incorrect value for GOAL_INVALID (#10436)
* Fix: [Script] Incorrect value for GOAL_INVALID

* Cleanup: Remove unused static variable
2 years ago
..
api Fix: [Script] Incorrect value for GOAL_INVALID (#10436) 2 years ago
CMakeLists.txt Codechange: Move command callback declarations to the cmd header files. 3 years ago
script_cmd.h Codechange: Pass unpacked command arguments to command callbacks (except Script). 3 years ago
script_config.cpp Codechange: do not use interactive random anymore for script configuration 2 years ago
script_config.hpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2 years ago
script_fatalerror.hpp
script_info.cpp
script_info.hpp Codechange: do not declare functions in blocks 2 years ago
script_info_dummy.cpp
script_instance.cpp Fix #10361, fe30f66: Don't try to give saved data to a dead script (#10433) 2 years ago
script_instance.hpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2 years ago
script_scanner.cpp Fix #10073: Stop truncating output of list_ai and friends commands 2 years ago
script_scanner.hpp Fix #10073: Stop truncating output of list_ai and friends commands 2 years ago
script_storage.hpp Codechange: Don't use globals for return values from vehicle command procs. 3 years ago
script_suspend.hpp
squirrel.cpp Fix #9548, e5fedcd: [Squirrel] Crash during engine cleanup after reaching memory limit on realloc (#9592) 3 years ago
squirrel.hpp Cleanup: [Script] Use nullptr instead of 0 or NULL 3 years ago
squirrel_class.hpp
squirrel_helper.hpp Codechange: [Script] Prettify squirrel call helpers by using C++17. 3 years ago
squirrel_helper_type.hpp
squirrel_std.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
squirrel_std.hpp