summaryrefslogtreecommitdiff
path: root/src/saveload/saveload.cpp
AgeCommit message (Expand)Author
2019-04-09Remove: AutoFreeSmallVector.Michael Lutz
2019-04-06Codechange: Use atomic variables for thread synchronization where useful.Michael Lutz
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2019-03-26Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...Henry Wilson
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
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-11Codechange: liblzma is called liblzma, how ever strange that might bePatric Stout
2019-02-13Change: Use SlErrorCorrupt() on pool index error when loading a savegame, ins...PeterN
2019-02-02Codechange: Additional type safety for saveload version variables.Peter Nelson
2019-02-02Codechange: Convert saveload numbers to enum values.Peter Nelson
2019-02-02Codechange: Make saveload version upper bound exclusive, i.e. version object ...Peter Nelson
2019-01-31Feature: Group liveries, and livery window usability enhancements. (#7108)PeterN
2019-01-30Codechange: Remove value mangling and field misuse in SLE_WRITEBYTE.Peter Nelson
2019-01-24Change: Make ships stop and change direction slowly instead of instantly turn...Peter Nelson
2019-01-19Change: Add path cache for ships.Peter Nelson
2019-01-19Change: Add ability to save/load std::deque<> containers.Peter Nelson
2018-11-03Add: Industries can produce and accept up to 16 different cargoesNiels Martin Hansen
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-09-02Feature: [NewGRF] Increase size of persistent storage to 256.Michael Lutz
2018-07-26Change: Extend rail types to 64 (6 bit storage)Peter Nelson
2018-07-26Change: Move rail type bits from m3 to m8.Peter Nelson
2018-06-26Change: Increase cargo type limit to 64.PeterN
2018-05-02Change: Switch town growth rate and counter to actual game ticks (#6763)Pavel Stupnikov
2018-03-14(svn r27990) -Update: Docsfrosch
2018-03-11(svn r27978) -Fix [FS#6673] (r18541): Store the map variety setting in the sa...frosch
2017-03-13(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to fail....peter1138
2017-03-11(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish ...frosch
2016-12-25(svn r27709) -Fix-ish: Silence some warnings. (adf88)frosch
2016-10-30(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...frosch
2016-09-04(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...alberth
2016-09-04(svn r27652) -Fix(r27650): Use the file operation being performed to set the ...alberth
2016-09-04(svn r27651) -Codechange: Introduce methods for setting the name and title of...alberth
2016-09-04(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...alberth
2016-09-04(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType...alberth
2016-09-04(svn r27639) -Codechange: Also always set the abstract FileToSaveLoad::filety...alberth
2016-09-04(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType fun...alberth
2016-09-04(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure definiti...alberth
2016-08-15(svn r27627) -Codechange: Deduplicate some cursor magic into SetMouseCursorBusy.frosch
2016-05-22(svn r27572) -Fix [FS#6442]: Convenience savegame bump to distinguish 1.6 sav...frosch
2016-03-01(svn r27518) -Update: Numbersfrosch
2015-05-09(svn r27278) -Fix: Handle savegames with an unexpected amount of industry-bui...frosch
2015-03-17(svn r27192) -Change: heading for 1.6 nowfrosch
2014-10-12(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm...rubidium
2014-09-21(svn r26881) -Codechange: bump the savegame versionrubidium
2014-09-07(svn r26802) -Add: Command to set visibility of an engine for a company (base...alberth
2014-07-21(svn r26700) -Fix [FS#6066]: incorrect saving of order backupsrubidium
2014-06-17(svn r26650) -Fix [FS#6041]: Support save/load chunk lengths of up to (1 << 3...fonsinchen
2014-06-14(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link grap...fonsinchen
2014-05-16(svn r26591) -Add: some instrumentation to catch most cases where the wrong n...rubidium