log src/terraform_cmd.cpp @ 20618:8dedb76a6fbb draft

age author description
Tue, 08 Jan 2013 22:46:42 +0000 planetmaker (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) draft
Tue, 03 Jan 2012 21:32:51 +0000 rubidium (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files draft
Fri, 04 Nov 2011 11:30:37 +0000 rubidium (svn r23106) -Codechange: pass int* to GetTileSlope and friends draft
Fri, 04 Nov 2011 10:30:10 +0000 rubidium (svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for the terraform code draft
Fri, 04 Nov 2011 10:28:31 +0000 rubidium (svn r23098) -Codechange: remove pointless multiplications by TILE_HEIGHT from the tunnel code draft
Fri, 04 Nov 2011 10:28:20 +0000 rubidium (svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT from the bridge code draft
Fri, 04 Nov 2011 10:18:13 +0000 rubidium (svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight) draft
Sat, 14 May 2011 09:26:16 +0000 alberth (svn r22451) -Codechange: Test for bridges and tunnels during the first pass only while terraforming (HackaLittleBit) draft
Mon, 07 Feb 2011 22:29:47 +0000 rubidium (svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h draft
Sat, 22 Jan 2011 14:52:20 +0000 rubidium (svn r21890) -Cleanup: remove some unneeded includes draft
Fri, 14 Jan 2011 18:45:14 +0000 rubidium (svn r21791) -Fix [FS#4407]: off-by-one-ish for the terraforming limit draft
Wed, 05 Jan 2011 08:33:21 +0000 rubidium (svn r21732) -Fix (r21728): show the "proper" error that the landscaping limit is reached instead of "already flat" draft
Tue, 04 Jan 2011 22:50:09 +0000 rubidium (svn r21728) -Fix/Feature [FS#4331]: (configurably) limit amount of tiles that can be cleared/terraformed by a company draft
Mon, 13 Dec 2010 15:15:02 +0000 rubidium (svn r21500) -Feature [FS#730]: diagonal tile clearing and terraforming. Based on patch by fonsinchen draft
Mon, 13 Dec 2010 11:30:22 +0000 rubidium (svn r21495) -Codechange: don't hide a local variable draft
Mon, 13 Dec 2010 11:21:53 +0000 rubidium (svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile draft
Sun, 21 Nov 2010 17:42:18 +0000 frosch (svn r21289) -Fix [FS#4133]: Make terraforming and tunnel-excavation handle DC_AUTO-clearable multitile objects. draft
Sat, 30 Oct 2010 17:51:07 +0000 alberth (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) draft
Sun, 05 Sep 2010 16:00:36 +0000 yexo (svn r20748) -Fix: overbuilding an object tile with sea under it with a canal didn't take the cost for clearing the sea into account draft
Sun, 01 Aug 2010 19:22:34 +0000 frosch (svn r20283) -Codechange: Unify start of doygen comments. draft
Mon, 19 Jul 2010 17:28:27 +0000 rubidium (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :) draft
Mon, 19 Jul 2010 17:17:36 +0000 rubidium (svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld draft
Thu, 13 May 2010 11:19:30 +0000 rubidium (svn r19816) -Codechange: use static const uint for the unnamed 'tile consts' enum as well draft
Wed, 14 Apr 2010 19:56:29 +0000 frosch (svn r19633) -Fix (r11759): Signed computations with unsigned integers. draft
Sat, 20 Mar 2010 17:13:00 +0000 alberth (svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping track of last error. draft
Thu, 04 Mar 2010 21:35:26 +0000 alberth (svn r19316) -Fix (r19186): Give correct error when failing to flatten land. draft
Sun, 21 Feb 2010 17:02:28 +0000 alberth (svn r19186) -Codechange: Remove use of _error_message from CmdLevelLand(). draft
Mon, 18 Jan 2010 22:57:21 +0000 rubidium (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions draft
Mon, 04 Jan 2010 18:49:27 +0000 rubidium (svn r18723) -Codechange: also simplify looping over an area when building trees, desert, rocky areas or leveling land draft
Sat, 07 Nov 2009 22:47:54 +0000 frosch (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Sat, 19 Sep 2009 15:17:47 +0000 rubidium (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary draft
Fri, 18 Sep 2009 14:23:58 +0000 rubidium (svn r17567) -Fix: some doxygen warnings draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Sun, 26 Jul 2009 21:50:30 +0000 rubidium (svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP draft
Tue, 21 Apr 2009 23:40:56 +0000 rubidium (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. draft
Mon, 09 Feb 2009 21:20:05 +0000 rubidium (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Thu, 22 Jan 2009 00:23:37 +0000 Yexo (svn r15203) -Fix (r15190): CmdTerraformLand didn't check it's parameters good enough. draft
Wed, 21 Jan 2009 02:31:55 +0000 Yexo (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. draft
Mon, 19 Jan 2009 15:06:11 +0000 Yexo (svn r15151) -Fix: tile 0 can now be highlighted as error tile draft
Sun, 18 Jan 2009 16:26:59 +0000 rubidium (svn r15138) -Fix [FS#2542]: tile error location not reset when leveling land causing a tile to be highlighted when there was nothing to flatten. draft
Sun, 28 Dec 2008 14:37:19 +0000 rubidium (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. draft
Sun, 16 Nov 2008 14:17:49 +0000 rubidium (svn r14582) -Fix [FS#2392]: blank box on cost estimation of levelling a flat area. draft
Mon, 19 May 2008 01:51:57 +0000 belugas (svn r13177) -Fix[FS#2002]: Using level tool in scenario editor makes tiles brown. That is the only tool that does so in Scenario Editor (apart dynamite, of course).Report and Fix by Roujin draft
Fri, 04 Apr 2008 15:48:15 +0000 smatz (svn r12562) -Cleanup: variable scope in terraform_cmd.cpp draft
Wed, 02 Apr 2008 14:13:15 +0000 frosch (svn r12541) -Codechange: Declare Slope enum as bit set, and remove some (then) unneeded casts. draft
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. draft
Wed, 09 Jan 2008 16:55:48 +0000 rubidium (svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114). draft
Mon, 07 Jan 2008 00:45:05 +0000 rubidium (svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location. draft