log src/terraform_cmd.cpp @ 13748:4f41c01242a8 draft

age author description
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