.. |
api
|
(svn r26748) -Merge: documentation updates from 1.4 branch
|
2014-08-17 16:13:23 +00:00 |
script_config.cpp
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +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
|
(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file)
|
2011-11-29 23:21:13 +00:00 |
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 r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
script_info.hpp
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00:00 |
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
|
(svn r25342) -Add: StoryPage data structures and GS API
|
2013-06-09 12:19:09 +00:00 |
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
|
2014-05-25 19:53:46 +00:00 |
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
|
2014-05-25 19:53:46 +00:00 |
script_storage.hpp
|
(svn r26057) -Fix: a number of possibly uninitialised variables
|
2013-11-23 13:12:19 +00: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_class.hpp
|
(svn r23651) -Feature: [NoGo] GSText now accepts string arguments as parameters to the constructor
|
2011-12-21 14:55:28 +00:00 |
squirrel_helper_type.hpp
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +00:00 |
squirrel_helper.hpp
|
(svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bits
|
2014-05-11 20:25:26 +00:00 |
squirrel_std.cpp
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00: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 |
squirrel.cpp
|
(svn r26769) -Codechange [Squirrel]: remove the difference between some platforms having wchar for SQChar and others just char; always use char (and UTF-8) like in the rest of (internal) OpenTTD
|
2014-09-06 17:20:45 +00:00 |
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
|
2014-05-25 19:53:46 +00:00 |