summaryrefslogtreecommitdiff
path: root/src/oldloader.cpp
AgeCommit message (Expand)Author
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company witho...smatz
2009-01-03(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot...smatz
2009-01-03(svn r14803) -Codechange: move order list management into it's own class and ...rubidium
2008-12-26(svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q...smatz
2008-12-24(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without...rubidium
2008-12-20(svn r14700) -Fix (r1): loading of very old savegames was broken (STNS chunk ...smatz
2008-12-16(svn r14680) -Feature(ette) [FS#2434]: Use property 4 (model life) also for w...frosch
2008-11-17(svn r14587) -Cleanup: Fix some old comments. Bits are not bytes.michi_cc
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-08-25(svn r14169) -Codechange: rename location_of_house for location_of_HQ, which ...belugas
2008-08-17(svn r14096) -Codechange: merge the shared order's vehicle list management to...rubidium
2008-07-30(svn r13884) -Fix (r11822): custom vehicle names from TTD(Patch) games were lostsmatz
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-07(svn r13679) -Fix [FS#2131]: saving TTD imported games in recession failed du...rubidium
2008-07-04(svn r13676) -Fix [FS#2126]: inactive companies from old (TTD) saves could be...rubidium
2008-06-05(svn r13386) -Fix: global currency/units setting being overriden when loading...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-26(svn r13256) -Codechange: merge the OPTS and PATS chuncks.rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-13(svn r13066) -Fix [FS#2005]: loading of TTDP savegames with rivers in them.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-05(svn r12962) -Fix (r12961): forgot one breaksmatz
2008-05-05(svn r12961) -Codechange: store the type of savegame we are loading in a glob...smatz
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-21(svn r12816) -Fix: the cargo count in the performance rating window could be ...rubidium
2008-04-20(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpprubidium
2008-04-20(svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo...rubidium
2008-04-19(svn r12783) -Codechange: do not statically allocate the 'temporary map3 arra...rubidium
2008-04-19(svn r12782) -Codechange: remove some functions from functions.h and do not s...rubidium
2008-04-18(svn r12765) -Codechange: move some stuff out of variables.h that required in...rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-04-09(svn r12642) -Fix: remove buggy buoys at tile 0 from old TTDP savegamessmatz
2008-04-06(svn r12587) -Codechange: unduplicate some code in the Unpack*Order functions...rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-04-05(svn r12583) -Codechange: make AssignOrder a class function of order.rubidium
2008-04-01(svn r12531) -Codechange: Rename some variables for consistency.frosch
2008-03-31(svn r12501) -Codechange: split signs.h.rubidium
2008-03-31(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...rubidium
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-24(svn r12401) -Fix (r9754): when loading TTD savegame some data were lost (pro...glx
2008-03-23(svn r12399) -Fix: some old DOS savegame didn't load properly due to 'garbage...rubidium
2008-03-18(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't com...skidd13
2008-02-15(svn r12143) -Fix (r8038): Engine::preview_player does not contain a Player I...peter1138
2008-01-29(svn r12004) -Codechange: refactor the random functions to reduce code duplic...rubidium
2008-01-25(svn r11982) -Revert (r8738): Now we have shores in corners. No need to remov...frosch
2008-01-24(svn r11971) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of...peter1138
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11824) -Fix (r11822): Converting signs from TTD games incompletepeter1138