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 1e5a6765d9 Change: Give AI/GSBridge::GetName an extra parameter to refer the vehicle type (#6988) 5 years ago
..
api Change: Give AI/GSBridge::GetName an extra parameter to refer the vehicle type (#6988) 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 (svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written 10 years ago
script_fatalerror.hpp (svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file) 13 years ago
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 Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined macro _WIN32 6 years ago
script_scanner.hpp (svn r26617) -Fix [FS#5973]: [Script] Loading/parsing of info .nuts was done in the same VM, causing e.g. constants to break the loading of info of other scripts 10 years ago
script_storage.hpp (svn r26057) -Fix: a number of possibly uninitialised variables 11 years ago
script_suspend.hpp (svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances 13 years ago
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 (svn r23651) -Feature: [NoGo] GSText now accepts string arguments as parameters to the constructor 13 years ago
squirrel_helper.hpp (svn r26774) -Cleanup [Squirrel]: remove _SC macro 10 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