OpenTTD/src/script
Michael Lutz 123c7f99c3 Codechange: Move command callback declarations to the cmd header files. 2021-12-16 22:28:32 +01:00
..
api Codechange: Untangle command code, flags and error string for DoCommand*. 2021-12-16 22:28:32 +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: Move command callback declarations to the cmd header files. 2021-12-16 22:28:32 +01:00
script_config.cpp Codechange: move script settings to std::string 2021-05-13 23:13:17 +02:00
script_config.hpp Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +02:00
script_fatalerror.hpp Change: [Script] Let Script_FatalError use std::string instead of const char * 2021-04-17 22:24:52 +02:00
script_info.cpp Codechange: move casting a "const char *" to "char *" to the caller 2021-05-29 16:23:59 +02:00
script_info.hpp Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
script_info_dummy.cpp Change: Use gender-neutral pronouns 2021-05-15 10:16:48 +02:00
script_instance.cpp Codechange: Untangle command code, flags and error string for DoCommand*. 2021-12-16 22:28:32 +01:00
script_instance.hpp Codechange: Untangle command code, flags and error string for DoCommand*. 2021-12-16 22:28:32 +01:00
script_scanner.cpp Cleanup: remove some unneeded c_str() calls 2021-06-15 06:13:00 +02:00
script_scanner.hpp Codechange: Use std::string in file scanners. 2020-12-27 13:19:25 +01:00
script_storage.hpp Codechange: Untangle command code, flags and error string for DoCommand*. 2021-12-16 22:28:32 +01:00
script_suspend.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
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 Cleanup: [Script] Use nullptr instead of 0 or NULL 2021-06-17 16:18:30 +02:00
squirrel_class.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 2021-05-08 11:02:30 +01:00
squirrel_helper.hpp Cleanup: [Script] Use nullptr instead of 0 or NULL 2021-06-17 16:18:30 +02:00
squirrel_helper_type.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
squirrel_std.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
squirrel_std.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00