OpenTTD/src/script
Max Maton e4414471dd Add: Allow GameScript to demolish without a company
This allows GameScripts to shrink towns as well as grow them.
2019-09-08 10:09:19 +02:00
..
api Add: Allow GameScript to demolish without a company 2019-09-08 10:09:19 +02:00
script_config.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
script_config.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
script_fatalerror.hpp (svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file) 2011-11-29 23:21:13 +00:00
script_info.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
script_info.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
script_info_dummy.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
script_instance.cpp Fix b3fd7879: Ignore command flags when verifying script commands 2019-09-07 19:38:13 +02:00
script_instance.hpp Fix #7188: check the validity of command callback for scripts (#7701) 2019-09-07 17:37:01 +01:00
script_scanner.cpp Codechange: catch script exceptions by reference 2019-05-15 21:59:57 +02:00
script_scanner.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
script_storage.hpp Fix #7188: check the validity of command callback for scripts (#7701) 2019-09-07 17:37:01 +01:00
script_suspend.hpp (svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances 2011-11-29 23:21:33 +00:00
squirrel.cpp Fix #7590: decrement allocated_size in ScriptAllocator::Free() 2019-05-15 21:59:57 +02:00
squirrel.hpp Change: Limit memory allocations for each Squirrel instance 2019-05-11 15:34:33 +02:00
squirrel_class.hpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
squirrel_helper.hpp Codechange: catch script exceptions by reference 2019-05-15 21:59:57 +02:00
squirrel_helper_type.hpp Fix: MSVC warnings (#7423) 2019-03-28 00:09:33 +01:00
squirrel_std.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
squirrel_std.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 2013-01-08 22:46:42 +00:00