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
Patric Stout 97b94bdc9a Change: prefix SL_ARR with the length of the array
This means that during loading we can validate that what is saved
is also that what is expected. Additionally, this makes all list
types similar to how they are stored on disk:
First a gamma to indicate length, followed by the data.
The size still depends on the type.
3 years ago
..
api Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
CMakeLists.txt Add: [CMake] Option to only build tools/docs 4 years ago
script_config.cpp Codechange: move script settings to std::string 3 years ago
script_config.hpp Change: Use gender-neutral pronouns 3 years ago
script_fatalerror.hpp Change: [Script] Let Script_FatalError use std::string instead of const char * 3 years ago
script_info.cpp Codechange: move casting a "const char *" to "char *" to the caller 3 years ago
script_info.hpp Codechange: Use std::string in file scanners. 4 years ago
script_info_dummy.cpp Change: Use gender-neutral pronouns 3 years ago
script_instance.cpp Change: prefix SL_ARR with the length of the array 3 years ago
script_instance.hpp Fix #9353: [Script] Garbage collecting on priority queues could crash the game 3 years ago
script_scanner.cpp Cleanup: remove some unneeded c_str() calls 3 years ago
script_scanner.hpp Codechange: Use std::string in file scanners. 4 years ago
script_storage.hpp Cleanup: Removed SVN headers 5 years ago
script_suspend.hpp Cleanup: Removed SVN headers 5 years ago
squirrel.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
squirrel.hpp Codechange: Add WARN_FORMAT to vseprintf and fix the cascade of warnings that followed 4 years ago
squirrel_class.hpp Change: Use gender-neutral pronouns in console command messages (and comments) (#9203) 3 years ago
squirrel_helper.hpp Codechange: rename str_validate to StrMakeValid(InPlace) (#9304) 3 years ago
squirrel_helper_type.hpp Cleanup: Removed SVN headers 5 years ago
squirrel_std.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
squirrel_std.hpp Cleanup: Removed SVN headers 5 years ago