summaryrefslogtreecommitdiff
path: root/src/saveload/oldloader_sl.cpp
AgeCommit message (Expand)Author
2010-09-16(svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid savegames...rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are actual...rubidium
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-07-30(svn r20247) -Fix: when it is known the loading an old savegame is going to f...rubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-07-19(svn r20184) -Codechange: make _trees_tick_ctr and _disaster_delay not use VA...rubidium
2010-05-12(svn r19799) -Change: give depots an unique name in the same manner buoys and...rubidium
2010-03-20(svn r19481) -Codechange: Turn _industry_counts into a static member of Indus...frosch
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a seper...yexo
2010-03-12(svn r19392) -Codechange: Increase the maximum size of a TileArea.terkhen
2010-02-25(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make ...yexo
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...yexo
2010-02-22(svn r19198) -Codechange: store the size of stations in savegamesyexo
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-09(svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait...rubidium
2010-01-04(svn r18717) -Codechange: use TileArea in industry instead of three separate ...rubidium
2009-12-04(svn r18404) -Codechange: link drive through stops better togetherrubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-09(svn r18027) -Codechange: make some unneededly global variables static and re...rubidium
2009-10-30(svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TT...rubidium
2009-10-18(svn r17807) -Codechange: move all 'updates' just after the 'load' constructo...rubidium
2009-10-06(svn r17720) -Codechange: guard the CargoPacket variables that are cached in ...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-21(svn r17597) -Codechange: rename namegen* to townname*smatz
2009-09-15(svn r17552) -Codechange: rename load_unload_time_rem to something more gener...rubidium
2009-09-06(svn r17433) -Codechange: Store cumulated inflation in savegame and compute a...frosch
2009-09-06(svn r17431) -Fix (r16735): oldloader wasn't updatedsmatz
2009-09-06(svn r17429) -Fix (r16378): conversion of TTO/TTD savegames failed when vehic...smatz
2009-09-04(svn r17419) -Fix (r-old, r16378): the index of orders loaded from old savega...yexo
2009-09-01(svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxf...rubidium
2009-09-01(svn r17340) -Fix: old loader tried to load a uint8 into a uint16rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-20(svn r17228) -Codechange: some coding style fixesrubidium
2009-08-08(svn r17124) -Codechange: store subsidies in a pool (instead of an array)smatz
2009-08-08(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...smatz
2009-08-07(svn r17107) -Codechange: store type of subsidy source and destination in the...smatz
2009-07-25(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...rubidium
2009-07-22(svn r16921) -Codechange: make it more clear what strings are related to road...rubidium
2009-07-22(svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warningsrubidium
2009-07-01(svn r16714) -Codechange: use pool-like accessors for Subsidysmatz
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-23(svn r16632) -Codechange: rename Town::flags12 to Town::flagssmatz
2009-06-23(svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old s...smatz
2009-06-18(svn r16596) -Fix (r16378): there were several hundreds of empty signs above ...smatz
2009-06-17(svn r16586) -Codechange: don't store lifelength in the savegame; it can easi...rubidium
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz
2009-05-26(svn r16446) -Fix (r16378): 'cast to pointer from integer of different size' ...glx