summaryrefslogtreecommitdiff
path: root/src/saveload
AgeCommit message (Collapse)Author
2010-12-29(svn r21657) -Cleanup (r17107): remove superfluous semicolonsmatz
2010-12-14(svn r21521) -Codechange: Unify some cached values that were present in both ↵terkhen
road vehicles and trains.
2010-12-14(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.terkhen
2010-12-13(svn r21504) -Codechange: move the "lost" bit from the train's flags to ↵rubidium
vehicle flags
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
allowed to be executed while paused
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 ↵rubidium
as well
2010-12-05(svn r21393) -Codechange: support resetting of the "base" filters, i.e. ↵rubidium
reset their read location to be begin of the file. This is needed for trying to load savegames as a "buggy format"
2010-12-04(svn r21382) -Fix (r21153) [FS#4290]: the road vehicle's frame wasn't ↵rubidium
properly set upon savegame conversion *if* the vehicle would be hidden, but isn't going to be hidden anymore after the conversion
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 ↵rubidium
place, and move an include to the right place
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 ↵rubidium
into a class
2010-12-04(svn r21377) -Codechange: rewrite the savegame decompressors to behave more ↵rubidium
like filters
2010-12-04(svn r21376) -Codechange: generalise ClearMemoryDumperrubidium
2010-12-04(svn r21375) -Codechange: rewrite the savegame compressors to behave more ↵rubidium
like filters
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
of using a global variable
2010-11-23(svn r21299) -Fix (r21263): a road vehicle in a depot or wormhole could get ↵rubidium
into an incorrect state upon savegame conversion causing it to break up later in the game
2010-11-21(svn r21284) -Codechange: Rename CheckSavegameVersion() to ↵alberth
IsSavegameVersionBefore().
2010-11-21(svn r21283) -Codechange: Allow minor argument IsSavegameVersionBefore() to ↵alberth
be optional.
2010-11-21(svn r21282) -Codechange: Rename CheckSavegameVersionOldStyle() to ↵alberth
IsSavegameVersionBefore().
2010-11-21(svn r21281) -Doc: Add doxygen comments to saveload code.alberth
2010-11-20(svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code.alberth
2010-11-20(svn r21267) -Doc: Typo fixes.alberth
2010-11-20(svn r21263) -Fix [FS#3935]: under some circumstances two vehicles could ↵rubidium
leave a non-drive through road stop at once
2010-11-14(svn r21195) -Fix [FS#4230] (r21135): in some corner cases the savegame ↵rubidium
conversion didn't do the right thing
2010-11-13(svn r21171) -Change: Reset industry build data at game start or load.alberth
2010-11-13(svn r21170) -Codechange: Store industry management data in the save game ↵alberth
(some of it is used in the very near future).
2010-11-12(svn r21153) -Change: unify the moment trains/road vehicles become ↵rubidium
(un)visible when entering/leaving a tunnel. As a side effect some tunnel related glitches are gone.
2010-11-09(svn r21123) -Codechange: Remove max_speed from the Vehicle class.terkhen
2010-11-06(svn r21098) -Codechange: Ships now store their max speed in the cache ↵terkhen
instead of recalculating it every time.
2010-11-01(svn r21074) -Fix [FS#4194]: Crash when loading a corrupted 0.7.x (or ↵rubidium
before) savegame where the waypoint refered to an already removed town
2010-11-01(svn r21073) -Fix: spelling errors in commentsrubidium
2010-10-27(svn r21044) -Feature: XZ/LZMA2 savegame support. New default reduces ↵rubidium
savegame size by 10 to 30% with slightly more CPU usage. With maximum settings it reduces savegame size by 20 to 30%, but that takes 7 to 14 times longer. Map saving + downloading takes, on average, 5% less.
2010-10-12(svn r20918) -Add: Store NewGRF version information from Action14 in ↵frosch
savegame. (planetmaker)
2010-10-01(svn r20860) -Cleanup: remove some unused functions and variablessmatz
2010-09-28(svn r20857) -Fix [FS#3637]: The station with the second highest rating was ↵rubidium
doubly penalised when distributing cargo. Now the penalty is completely removed and the granularity/precision of the distribution in increased by using fractional cargo. This should make competing stations less "all-or-nothing".
2010-09-20(svn r20832) -Feature: Allow to select a custom percentage of water in the ↵terkhen
map generation window (based on patch by CommanderZ).
2010-09-16(svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid ↵rubidium
savegames; don't crash on saveload related NOT_REACHEDs, just show the user an error that the savegame is corrupted
2010-09-16(svn r20818) -Fix [FS#3791]: make the crash-on-saveload message clearer and ↵rubidium
more correct
2010-09-16(svn r20816) -Codechange [FS#3835]: make waypoint default names work like ↵rubidium
depots, stations and vehicles (Krille)
2010-09-16(svn r20815) -Revert (r20814): wrong patch at wrong time...rubidium
2010-09-16(svn r20814) -Codechange [FS#3835]: make waypoint default names work like ↵rubidium
depots, stations and vehicles (Krille)
2010-09-01(svn r20717) -Fix [FS#4103]: water class was not set for stationsyexo
2010-09-01(svn r20708) -Fix [FS#4101]: upon company bankruptcy some objects weren't ↵rubidium
removed properly
2010-08-28(svn r20659) -Feature: make the (flat) area around an industry configurable ↵rubidium
(Eddi|zuHause)
2010-08-28(svn r20658) -Codechange: add the colour of an object to the object instancerubidium
2010-08-28(svn r20656) -Codechange: implement counting of objectsrubidium