summaryrefslogtreecommitdiff
path: root/src/tree_cmd.cpp
AgeCommit message (Expand)Author
2007-11-27(svn r11533) -Codechange: Rename some unclear clear_x prices member names.belugas
2007-11-26(svn r11526) -Codechange: Rename the function delta fitting to the naming styleskidd13
2007-11-25(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp caus...skidd13
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-19(svn r11476) -Codechange: rename the function myabs to abs to get rid of an u...skidd13
2007-11-13(svn r11426) -Codechange: Just one boolean inversion instead of twobelugas
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-10-11(svn r11246) -Codechange: beautify some conditions from "if else" into trinar...belugas
2007-10-11(svn r11244) -Fix: trees can now be planted on bare land without making it gr...truelight
2007-09-19(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxe...rubidium
2007-09-17(svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman.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-07-26(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....rubidium
2007-07-26(svn r10696) -Codechange: remove duplication of the "make sprite transparent"...rubidium
2007-07-24(svn r10672) -Codechange: typify some parameters/variables.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-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-04-05(svn r9563) -Feature: Add more finer control to transparency options, includi...peter1138
2007-04-04(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost donebelugas
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-24(svn r8875) -Fixtron
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