summaryrefslogtreecommitdiff
path: root/src/saveload
AgeCommit message (Expand)Author
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-07-26Change: Extend map array by 2 bytes with a uint16.Peter Nelson
2018-06-27Codechange: lengthof is not defined for runtime-length strings, use sizeof in...Charles Pigott
2018-06-27Codechange: Silence -Wclass-memaccess warnings with GCC8Charles Pigott
2018-06-26Change: Increase cargo type limit to 64.PeterN
2018-05-22Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)PeterN
2018-05-21Change: Add CargoTypes type for cargo masks. (#6790)PeterN
2018-05-19Change: Available railtypes is always calculated on load, so no need to load ...PeterN
2018-05-02Change: Switch town growth rate and counter to actual game ticks (#6763)Pavel Stupnikov
2018-04-30Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.J0an Josep
2018-04-15Codechange: Use a SmallVec for the animated tile list instead of replicating ...Michael Lutz
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-10-25(svn r27929) -Cleanup: Remove unused Industry::random_triggersfrosch
2017-08-13(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)frosch
2017-03-24(svn r27822) -Feature: Vehicle Group Info: Add profits and occupancy display ...peter1138
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
2017-03-07(svn r27772) -Fix [FS#5819]: If the intro game had a savegame version which c...frosch
2017-03-05(svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR)fonsinchen
2017-02-26(svn r27760) -Change: Enable realisitic train and road vehicle acceleration b...frosch
2017-02-26(svn r27757) -Change: Make StringID 32bit.frosch
2017-02-26(svn r27756) -Codechange: Add StringTab enumfrosch
2017-02-26(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeString...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-10-16(svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites.frosch
2016-10-16(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleS...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 r27637) -Codechange: Don't use _saveload_mode for scenario loading detec...alberth
2016-09-04(svn r27636) -Codechange: Rename FileType to AbstractFileType.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-06-27(svn r27320) -Codechange: Do not drop order backups when loading a savegame f...frosch
2015-05-21(svn r27291) -Fix (r27278) [FS#6303]: Some savegame data was discarded again ...frosch
2015-05-09(svn r27278) -Fix: Handle savegames with an unexpected amount of industry-bui...frosch
2015-04-23(svn r27243) -Fix (r26816) [FS#6285]: Duplicate frees due to pool item classe...frosch
2015-03-17(svn r27192) -Change: heading for 1.6 nowfrosch
2015-03-07(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.frosch
2014-10-15(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...rubidium