summaryrefslogtreecommitdiff
path: root/src/dummy_land.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-02(svn r14789) -Feature: allow scrolling with the left mouse button pressed (if...rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-05-21(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-wi...frosch
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-02-20(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat...frosch
2008-02-18(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there...smatz
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-09(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...rubidium
2007-12-21(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.rubidium
2007-12-21(svn r11677) -Codechange: move price and command related types/functions to t...rubidium
2007-08-30(svn r11005) -Codechange: move the tiletype specific terraforming checks to t...rubidium
2007-07-26(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-05-24(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...rubidium
2007-02-23(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ...belugas
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138
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