summaryrefslogtreecommitdiff
path: root/src/saveload/saveload.cpp
AgeCommit message (Expand)Author
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-12-12(svn r23501) -Fix: loading scenarios downloaded from the online content didn'...yexo
2011-12-10(svn r23480) -Fix [FS#4594]: replace OS error messages with internal error me...rubidium
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to err...rubidium
2011-12-03(svn r23415) -Feature: Infrastructure maintenance costs.michi_cc
2011-11-30(svn r23376) -Remove: on popular demand, remove my (revoked) name from commen...truebrain
2011-11-23(svn r23304) -Add: bump the savegame to start storing the new bits and piecestruebrain
2011-11-21(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to d...michi_cc
2011-11-12(svn r23192) -Codechange: don't cast away const needlesslyrubidium
2011-10-09(svn r23013) -Doc: Add a note about the savegame version used in the 1.1 branch.frosch
2011-08-20(svn r22767) -Add: river generationrubidium
2011-08-03(svn r22713) -Feature: [NewGRF] Per vehicle custom cargo ageing period.michi_cc
2011-07-29(svn r22693) -Fix [FS#4691]: The override managers were not reset in some cas...frosch
2011-06-12(svn r22567) -Codechange: Store persistent storages inside a pool.terkhen
2011-04-22(svn r22371) -Fix [FS#4596]: make sure saving has completely and utterly fini...rubidium
2011-03-05(svn r22198) -Codechange: make some constants name more explicitrubidium
2011-02-26(svn r22146) -Fix: don't run savegame conversion during SlNullPointers; the p...rubidium
2011-02-25(svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)'alberth
2011-02-20(svn r22124) -Codechange: move comment to its logical placerubidium
2011-02-11(svn r22064) -Fix [FS#4497] (r21399): crash when disconnecting and reconnecti...rubidium
2011-02-11(svn r22062) -Fix: memory leak when saving fails mid-wayrubidium
2011-02-08(svn r22025) -Fix: verify there is enough space in the pool when creating new...smatz
2011-02-05(svn r21974) -Feature: Add a setting to enable/disable funding local road rec...terkhen
2011-02-05(svn r21971) -Fix (r21969): Subversion auto-increments revision on commit.alberth
2011-02-05(svn r21969) -Feature: Introduce 'minimal' number of industries as a replacme...alberth
2011-02-04(svn r21962) -Feature-ish: GUI setting to disable reversing at signalsrubidium
2011-02-04(svn r21960) -Change: show the length of vehicles in tiles, instead of half t...rubidium
2011-01-31(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and...frosch
2011-01-21(svn r21875) -Codechange: indentation of some comments was wrongsmatz
2011-01-19(svn r21862) -Codechange: Unify subtype handling between road vehicles and tr...terkhen
2011-01-18(svn r21833) -Fix [FS#4427]: desync debug savegames might not be actually sav...rubidium
2011-01-05(svn r21731) -Fix (r21728): don't forget to update the saveload version, or t...rubidium
2011-01-04(svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles tha...rubidium
2010-12-10(svn r21453) -Codechange: add the view of an object to the savegamerubidium
2010-12-07(svn r21426) -Change: introduce a setting for the types of commands that are ...rubidium
2010-12-05(svn r21395) -Codechange: move the save and load filter's interface to a headerrubidium
2010-12-05(svn r21394) -Codechange: split the actual savegame loading from SaveOrLoad a...rubidium
2010-12-05(svn r21393) -Codechange: support resetting of the "base" filters, i.e. reset...rubidium
2010-12-04(svn r21381) -Fix (r21377,r21375): some compilers have to spoil the fun...rubidium
2010-12-04(svn r21380) -Codechange: move ThreadedSave variables to a more logical place...rubidium
2010-12-04(svn r21379) -Codechange: move the actual save code into a separate functionrubidium
2010-12-04(svn r21378) -Codechange: move the logic for reading bytes from a savegame in...rubidium
2010-12-04(svn r21377) -Codechange: rewrite the savegame decompressors to behave more l...rubidium
2010-12-04(svn r21376) -Codechange: generalise ClearMemoryDumperrubidium
2010-12-04(svn r21375) -Codechange: rewrite the savegame compressors to behave more lik...rubidium
2010-12-02(svn r21373) -Codechange: rewrite the game state to memory dumperrubidium
2010-12-02(svn r21371) -Codechange: pass the buffer to the compressor directly instead ...rubidium
2010-11-21(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...alberth
2010-11-21(svn r21282) -Codechange: Rename CheckSavegameVersionOldStyle() to IsSavegame...alberth
2010-11-21(svn r21281) -Doc: Add doxygen comments to saveload code.alberth