summaryrefslogtreecommitdiff
path: root/src/saveload/game_sl.cpp
AgeCommit message (Expand)Author
2021-07-06Codechange: Use ChunkHandlers sub-classesglx22
2021-07-06Codechange: Use static array of references to ChunkHandlerglx22
2021-07-02Add: store headers for chunks with SL_STRUCTLISTPatric Stout
2021-07-02Add: store headers for most savegame chunksPatric Stout
2021-07-02Feature: framework to make savegames self-descriptivePatric Stout
2021-06-15Change: rework several CH_RIFF chunks to use CH_ARRAY insteadPatric Stout
2021-06-15Change: store length of SL_STRUCTLIST in the savegamePatric Stout
2021-06-14Codechange: use SLE_STRUCT(LIST) for GameScript chunksPatric Stout
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-06-06Codechange: Remove FOR_ALL_CHUNK_HANDLERSglx22
2021-05-31Codechange: C++-ify lists for SaveLoad (#9323)Patric Stout
2021-05-15Fix: empty undocumented branchesrubidium42
2021-05-13Codechange: move script settings to std::stringrubidium42
2021-05-08Change: Use gender-neutral pronouns in console command messages (and comments...William Davis
2020-05-21Codechange: Store GS lang texts in std::strings.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: If something is a vector of strings, use a vector of strings inst...Michael Lutz
2019-04-09Codechange: Use std::vector instead of AutoDeleteSmallVector in GS text handl...Michael Lutz
2019-03-28Fix: MSVC warnings (#7423)glx22
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2014-10-12(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm...rubidium
2014-10-08(svn r26978) -Fix (r23609): Typo in game script warning message.peter1138
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-24(svn r26493) -Codechange: use strecat to concatenate script settings instead ...rubidium
2014-04-23(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-10-06(svn r25817) -Fix [FS5750-ish]: Handle savegames which contain GS translation...frosch
2012-01-21(svn r23829) -Fix [FS#4996]: Loading empty GS strings/translations failed.frosch
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-21(svn r23649) -Fix [FS#4905) (r23634): loading a savegame with an empty GSTR c...truebrain
2011-12-19(svn r23634) -Add: support language files for GameScript (Rubidium)truebrain
2011-12-19(svn r23609) -Add: save/load all GameScript related materialtruebrain