src/terraform_cmd.cpp
Sun, 16 Nov 2008 14:17:49 +0000 rubidium (svn r14582) -Fix [FS#2392]: blank box on cost estimation of levelling a flat area.
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
Fri, 04 Apr 2008 15:48:15 +0000 smatz (svn r12562) -Cleanup: variable scope in terraform_cmd.cpp
Wed, 02 Apr 2008 14:13:15 +0000 frosch (svn r12541) -Codechange: Declare Slope enum as bit set, and remove some (then) unneeded casts.
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.
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).
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.