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
Jonathan G Rennison f9f2d37a8e Merge branch 'master' into tracerestrict
# Conflicts:
#	src/saveload/saveload.cpp
7 years ago
..
api Merge branch 'master' into tracerestrict 7 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 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 (svn r26782) -Fix (r26781): was in the wrong folder when commiting 10 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 (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 r26797) -Codechange: rewrite the UTF8 reading code to make use of already existing functions instead of partially trying to implemented them 10 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