Henry Wilson
|
a0f36a50e6
|
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
a690936ed7
|
Codechange: Replace SmallVector::Length() with std::vector::size()
|
2019-03-26 20:15:57 +00:00 |
|
rubidium
|
771dcf3b7b
|
(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments
|
2014-10-12 18:41:53 +00:00 |
|
peter1138
|
aeda5e37e7
|
(svn r26978) -Fix (r23609): Typo in game script warning message.
|
2014-10-08 16:34:52 +00:00 |
|
rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
|
rubidium
|
b4914b91d9
|
(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 |
|
frosch
|
ef4c2ce031
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
|
rubidium
|
0463dbdc9e
|
(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 |
|
frosch
|
4912e3170e
|
(svn r25817) -Fix [FS5750-ish]: Handle savegames which contain GS translations for languages with empty name more gently.
|
2013-10-06 12:10:33 +00:00 |
|
frosch
|
d5e0be7d7f
|
(svn r23829) -Fix [FS#4996]: Loading empty GS strings/translations failed.
|
2012-01-21 13:21:33 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
5f7268cbdc
|
(svn r23649) -Fix [FS#4905) (r23634): loading a savegame with an empty GSTR chunk caused assert
|
2011-12-21 12:40:29 +00:00 |
|
truebrain
|
2ae87e7213
|
(svn r23634) -Add: support language files for GameScript (Rubidium)
|
2011-12-19 21:05:46 +00:00 |
|
truebrain
|
f239a61406
|
(svn r23609) -Add: save/load all GameScript related material
|
2011-12-19 20:56:34 +00:00 |
|