summaryrefslogtreecommitdiff
path: root/src/saveload/saveload.cpp
AgeCommit message (Collapse)Author
2018-11-16WIP: fix loading of old savegamesunderground-save-loadErich Eckner
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 ↵frosch
samegame like the other mapgen settings, so restarting maps considers it. (Samu)
2017-03-13(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to ↵peter1138
fail. Add check for error status.
2017-03-11(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish ↵frosch
1.7 savegames from 1.6 savegames.
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) ↵frosch
threads. (JGR)
2016-09-04(svn r27653) -Fix(r27647): Rename FileOperation enum and values to ↵alberth
SaveLoadOperation to avoid nameclash with windows compiler toolkit.
2016-09-04(svn r27652) -Fix(r27650): Use the file operation being performed to set the ↵alberth
_sl.action variable.
2016-09-04(svn r27651) -Codechange: Introduce methods for setting the name and title ↵alberth
of _file_to_saveload.
2016-09-04(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and ↵alberth
DetailedFileType.
2016-09-04(svn r27649) -Codechange: Introduce detailed file type enum, rebuild ↵alberth
FiosType with it.
2016-09-04(svn r27639) -Codechange: Also always set the abstract ↵alberth
FileToSaveLoad::filetype when setting a mode.
2016-09-04(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType ↵alberth
function.
2016-09-04(svn r27635) -Codechange: Move FileType and FileToSaveLoad structure ↵alberth
definitions.
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 ↵frosch
savegames from 1.5 savegames.
2016-03-01(svn r27518) -Update: Numbersfrosch
2015-05-09(svn r27278) -Fix: Handle savegames with an unexpected amount of ↵frosch
industry-builder or NewGRF entity-mapping more gracefully.
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 ↵rubidium
comments
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 ↵alberth
(based on patch by Juanjo).
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 << ↵fonsinchen
32) - 1
2014-06-14(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link ↵fonsinchen
graphs to reduce size.
2014-05-16(svn r26591) -Add: some instrumentation to catch most cases where the wrong ↵rubidium
number of bytes would be written into variables during loading (or read during saving)
2014-05-01(svn r26551) -Fix: document revision number for latest savegame version changefonsinchen
2014-05-01(svn r26547) -Codechange: Collect order travel and wait times independent of ↵fonsinchen
timetables
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures ↵rubidium
the return is not NULL)
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-04-08(svn r26450) -Feature: Hierarchical vehicle subgroups.peter1138
2014-03-17(svn r26409) -Update: Version number in some more places.frosch
2013-12-22(svn r26169) -Fix-ish [FS#5831-ish]: Unify the time a RV needs to travel ↵frosch
through a curve.
2013-11-25(svn r26115) -Fix: AfterLoadGame can throw an exception; from the old ↵rubidium
savegame load section this wouldn't be caught
2013-11-23(svn r26058) -Fix: handle the return value of a number of functions betterrubidium
2013-10-22(svn r25900) -Change [FS#5677]: Allow restricted flows to be picked for kept ↵fonsinchen
cargo.
2013-10-22(svn r25899) -Change: Restrict flows if links are restricted and don't ↵fonsinchen
normally pick them anymore.
2013-10-13(svn r25855) -Fix [FS#5788] (r25833): Obiwan messed up savegame conversion.frosch
2013-10-12(svn r25833) -Codechange: Move ObjectType from map array into pool item.frosch
2013-07-21(svn r25620) -Fix (r25342): Save/load of story books were brokenzuu
2013-06-29(svn r25510) -Fix: forgot to update some documentationrubidium