OpenTTD/src/script
2014-04-24 17:40:43 +00:00
..
api (svn r26492) -Fix (r26491): obviously it's too late 2014-04-23 21:33:29 +00:00
script_config.cpp (svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written 2014-04-24 04:41:54 +00:00
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 2014-04-24 04:41:54 +00:00
script_fatalerror.hpp
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 2014-04-23 20:13:33 +00:00
script_info.cpp (svn r26486) -Codechange: replace a number of snprintfs with seprintf 2014-04-23 21:12:09 +00:00
script_info.hpp
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 2014-04-23 21:23:21 +00:00
script_instance.hpp
script_scanner.cpp (svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names 2014-04-23 21:16:58 +00:00
script_scanner.hpp (svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names 2014-04-23 21:16:58 +00:00
script_storage.hpp
script_suspend.hpp
squirrel_class.hpp
squirrel_helper_type.hpp
squirrel_helper.hpp
squirrel_std.cpp (svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf 2014-04-24 17:40:43 +00:00
squirrel_std.hpp
squirrel.cpp (svn r26494) -Codechange: replace some further usages of s(n)printf with seprintf 2014-04-24 17:40:43 +00:00
squirrel.hpp