summaryrefslogtreecommitdiff
path: root/src/tree_cmd.cpp
AgeCommit message (Expand)Author
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-21(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-wi...frosch
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types from...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
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-02-08(svn r12087) -Fix: MSVC warningsglx
2008-02-06(svn r12074) -Cleanup: use C++ variable scope and declaration in DrawTile_Tre...smatz
2008-02-06(svn r12073) -Codechange: stop drawing trees a bit earlier when they are invi...smatz
2008-01-31(svn r12029) -Feature: Allow trees on shore.frosch
2008-01-30(svn r12024) -Codechange: Reduce code duplication inside tree_cmd.frosch
2008-01-30(svn r12022) -Revert(r12018): Invisible trees are now separate from the build...belugas
2008-01-30(svn r12020) -Documentation: Correct description of TropicZone.frosch
2008-01-30(svn r12018) -Fix(FS#1721,r9563): Restore initial intent on the invisible tre...belugas
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a ...glx
2008-01-09(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...rubidium
2008-01-09(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...rubidium
2008-01-03(svn r11750) -Revert (r11749): commited too muchglx
2008-01-03(svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicl...glx
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...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-12-19(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.hrubidium
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