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
truebrain a8960f64be (svn r23486) -Fix (r22764): 3 for the price of 1: fix up ScriptTile::GetTownAuthority() (tnx to Torrasque for reporting) 13 years ago
..
api (svn r23486) -Fix (r22764): 3 for the price of 1: fix up ScriptTile::GetTownAuthority() (tnx to Torrasque for reporting) 13 years ago
script_config.cpp (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig 13 years ago
script_config.hpp (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig 13 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 r23365) -Codechange: move constants to a single place, to avoid duplication (and in time, different values) 13 years ago
script_info.hpp (svn r23365) -Codechange: move constants to a single place, to avoid duplication (and in time, different values) 13 years ago
script_info_dummy.cpp (svn r23366) -Codechange: move most of the Dummy code to script/, unifying it 13 years ago
script_instance.cpp (svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend 13 years ago
script_instance.hpp (svn r23368) -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore 13 years ago
script_scanner.cpp (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') 13 years ago
script_scanner.hpp (svn r23363) -Documentation: document a tiny bit better what is in variables 13 years ago
script_storage.hpp (svn r23357) -Codechange: move AIStorage to ScriptStorage 13 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 r23439) -Fix: Use the DEBUG macro to output the reason for a compile failure in info.nut instead of printing it directly to stderr 13 years ago
squirrel.hpp (svn r23366) -Codechange: move most of the Dummy code to script/, unifying it 13 years ago
squirrel_class.hpp (svn r23350) -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium) 13 years ago
squirrel_helper.hpp (svn r23350) -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium) 13 years ago
squirrel_helper_type.hpp (svn r22406) -Document: some more "random-ish" tidbits 13 years ago
squirrel_std.cpp (svn r23293) -Codechange: make LoadScript/LoadFile non-static 13 years ago
squirrel_std.hpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago