summaryrefslogtreecommitdiff
path: root/src/oldloader.cpp
AgeCommit message (Expand)Author
2007-07-16(svn r10601) -Codechange: store (and use) the type of stations instead of har...rubidium
2007-07-04(svn r10439) -Codechange: initial steps for customized industry productions.rubidium
2007-06-22(svn r10266) -Codechange: keep track of the origin, time of travel and accumu...rubidium
2007-06-19(svn r10212) -Fix [FS#723]: money overflow bugs in many locations.rubidium
2007-06-18(svn r10207) -Codechange: remove the redundant player_money in favour of the ...rubidium
2007-06-13(svn r10147) -Fix: the oldloader did clear some bits for road vehicles that s...rubidium
2007-06-13(svn r10145) -Fix: make compiling with networking disabled (again) possible.rubidium
2007-06-07(svn r10058) -Codechange: give some industry variable sensible names (like no...rubidium
2007-05-18(svn r9867) -Codechange: Remove data duplication. The exact same values can ...belugas
2007-05-16(svn r9857) -Fix: loading of TTDP savegames with features that OTTD has.rubidium
2007-05-01(svn r9763) -Codechange/Fix (r9760): don't read the variables that are calcul...rubidium
2007-04-29(svn r9754) -Codechange: make classes for all vehicle types, so we can make n...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-03-21(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion....belugas
2007-03-08(svn r9072) -Codechange: [Orders] added methods to orders to free them and ch...bjarni
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets alrea...truelight
2007-02-22(svn r8844) -Revert partly (r8820, r8806): Change AppendToGRFConfigList to ad...Darkvater
2007-02-20(svn r8820) -Codechange (r8807, r8806): Remove the unneeded calloc/free alloc...Darkvater
2007-02-18(svn r8807) -Feature: Add support for loading (some of) the TTDP extra chunks...Darkvater
2007-02-14(svn r8740) -Fix (r8783): GCC warnings about not-handled MP_ values in switch...Darkvater
2007-02-14(svn r8739) -Codechange: Update the oldloader debug levels to be more in spec...Darkvater
2007-02-14(svn r8738) -Fix: TTDP games have all tiles touching the water marked as MP_W...Darkvater
2007-02-14(svn r8737) -Regression (r8621): VEH_Type renumbering wasn't performed for TT...Darkvater
2007-02-13(svn r8707) -Codechange: Turn IsValidStation into a method of Stationcelestar
2007-02-10(svn r8660) -Fixtron
2007-01-31(svn r8477) -Fixtron
2007-01-31(svn r8475) -Fixtron
2007-01-24(svn r8385) -Fixtron
2007-01-19(svn r8276) -Fixtron
2007-01-17(svn r8207) -Fixtron
2007-01-17(svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gav...celestar
2007-01-14(svn r8131) -Fix (r8125): g++ warning: 'invalid access to non-static data mem...KUDr
2007-01-12(svn r8071) -Fix (r5999): [FS#536] Merging 32bit dates broke the inauguration...Darkvater
2007-01-11(svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were...celestar
2007-01-11(svn r8050) -Codechange: Rename map member extra to m6, since its usage has b...belugas
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr