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
rubidium a6b4e59963 (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
..
api (svn r26613) -Feature: Upgrade currently active newgrfs to newest installed version. 10 years ago
script_config.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 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 r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
script_info.hpp (svn r26057) -Fix: a number of possibly uninitialised variables 11 years ago
script_info_dummy.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
script_instance.cpp (svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay 10 years ago
script_instance.hpp (svn r25342) -Add: StoryPage data structures and GS API 11 years ago
script_scanner.cpp (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_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 (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
squirrel.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
squirrel_class.hpp (svn r23651) -Feature: [NoGo] GSText now accepts string arguments as parameters to the constructor 13 years ago
squirrel_helper.hpp (svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bits 10 years ago
squirrel_helper_type.hpp (svn r22406) -Document: some more "random-ish" tidbits 13 years ago
squirrel_std.cpp (svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL) 10 years ago
squirrel_std.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago