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
Henry Wilson 4b349c0f90 Codechange: [core] Implement SmallVector using std::vector
The public and protected interface to SmallVector are unchanged
SmallVector now requires that items be default constructible
This isn't an issue since some contained items were previously created
uninitialized.

Temporary default constructors are added to the following structs
- SmallPair
- SmallStackItem
- GRFPresence

Where vector<bool> is required, transition immediately to std::vector
to avoid returning proxy object references.
5 years ago
..
api Add: script API functions for build with refit feature 5 years ago
script_config.cpp Fix #6892: [Script] CONFIG_RANDOM did not use the full parameter range (#6902) 6 years ago
script_config.hpp Change: Allow AI companies to start immediately. 5 years ago
script_fatalerror.hpp
script_info.cpp (svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD 10 years ago
script_info.hpp (svn r26057) -Fix: a number of possibly uninitialised variables 11 years ago
script_info_dummy.cpp Fix: Remove various dead or unnecessary assignments 6 years ago
script_instance.cpp (svn r26785) -Fix [Squirrel]: loading a value saved as boolean caused it to be of type integer instead of boolean 10 years ago
script_instance.hpp (svn r25342) -Add: StoryPage data structures and GS API 11 years ago
script_scanner.cpp Remove: ENABLE_NETWORK switch 5 years ago
script_scanner.hpp Codechange: Use override specifer for overriding member declarations 5 years ago
script_storage.hpp (svn r26057) -Fix: a number of possibly uninitialised variables 11 years ago
script_suspend.hpp
squirrel.cpp Fix 6accbf9: Silence warnings about unused fread() result 6 years ago
squirrel.hpp (svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD 10 years ago
squirrel_class.hpp
squirrel_helper.hpp Codechange: [core] Implement SmallVector using std::vector 5 years ago
squirrel_helper_type.hpp
squirrel_std.cpp (svn r26782) -Fix (r26781): was in the wrong folder when commiting 10 years ago
squirrel_std.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago