OpenTTD/src/script
Loïc Guilloux eed49d7792
Fix #9626, ddafc0d: Incorrect loading of script saved data (#9629)
2021-10-20 12:23:16 +02:00
..
api Change: Heading for 13 now (#9573) 2021-09-25 13:48:03 +02:00
CMakeLists.txt Add: [CMake] Option to only build tools/docs 2020-12-13 22:46:46 +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 Fix #9626, ddafc0d: Incorrect loading of script saved data (#9629) 2021-10-20 12:23:16 +02:00
script_instance.hpp Fix #9353: [Script] Garbage collecting on priority queues could crash the game 2021-06-12 19:58:14 +02: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00: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