summaryrefslogtreecommitdiff
path: root/src/clear_cmd.cpp
AgeCommit message (Expand)Author
2007-09-26(svn r11168) -Fix [FS#1256]: assert on terraforming of industries. Patch by f...rubidium
2007-09-09(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys...rubidium
2007-09-01(svn r11032) -Codechange: unmagicify some table sizes and removal of some unn...rubidium
2007-08-31(svn r11024) -Fix [FS#1173]: give a more correct error when building some thi...rubidium
2007-08-30(svn r11005) -Codechange: move the tiletype specific terraforming checks to t...rubidium
2007-08-29(svn r10998) -Codechange: refactor of the "core" of the terraforming code to ...rubidium
2007-08-27(svn r10991) -Codechange: add documentation, enumification and some code simp...rubidium
2007-07-26(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....rubidium
2007-07-24(svn r10672) -Codechange: typify some parameters/variables.rubidium
2007-07-23(svn r10665) -Codechange: replace magic 15 with MAX_TILE_HEIGHT (bilbo)truelight
2007-06-19(svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always hav...rubidium
2007-06-19(svn r10228) -Fix [FS#894]: why MSVC must always bitch about stuff?rubidium
2007-06-19(svn r10219) -Fix [FS#882,FS#890]: land under foundations was terraform when ...rubidium
2007-06-18(svn r10208) -Codechange: replace int32 with Money where appropriate.rubidium
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-05-26(svn r9950) -Feature(tte): allow terraforming under bridges.rubidium
2007-05-24(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-20(svn r9371) -Feature: Add support for variable snow lines in the arctic clima...maedhros
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-02-26(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a...rubidium
2007-02-23(svn r8859) -Cleanup: doxygen changes. Mostly @files missing tags and a few ...belugas
2007-02-22(svn r8841) -Fixtron
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