Thu, 23 Feb 2006 07:26:49 +0000(svn r3655) Simplify a boolean expression and turn 3 if-cascades into switches
tron [Thu, 23 Feb 2006 07:26:49 +0000] rev 3066
(svn r3655) Simplify a boolean expression and turn 3 if-cascades into switches

Wed, 22 Feb 2006 21:35:45 +0000(svn r3654) Turn another if-cascade into a switch
tron [Wed, 22 Feb 2006 21:35:45 +0000] rev 3065
(svn r3654) Turn another if-cascade into a switch

Wed, 22 Feb 2006 21:11:31 +0000(svn r3653) -Fix: You didn't pay for terraforming at the end tile when building a tunnel
tron [Wed, 22 Feb 2006 21:11:31 +0000] rev 3064
(svn r3653) -Fix: You didn't pay for terraforming at the end tile when building a tunnel

Wed, 22 Feb 2006 21:09:55 +0000(svn r3652) Rewrite CmdBuildTunnel in the hope to make it a bit more comprehensible
tron [Wed, 22 Feb 2006 21:09:55 +0000] rev 3063
(svn r3652) Rewrite CmdBuildTunnel in the hope to make it a bit more comprehensible
This implementation is also significantly shorter because it removes many redundant checks

Tue, 21 Feb 2006 19:42:42 +0000(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
truelight [Tue, 21 Feb 2006 19:42:42 +0000] rev 3062
(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers

Tue, 21 Feb 2006 18:15:59 +0000(svn r3650) Fix braino in r3649, spotted by Mihamix
tron [Tue, 21 Feb 2006 18:15:59 +0000] rev 3061
(svn r3650) Fix braino in r3649, spotted by Mihamix

Tue, 21 Feb 2006 18:07:35 +0000(svn r3649) Turn several if-cascades into switch()es
tron [Tue, 21 Feb 2006 18:07:35 +0000] rev 3060
(svn r3649) Turn several if-cascades into switch()es

Tue, 21 Feb 2006 17:48:40 +0000(svn r3648) - Fix typo in r3647, don't ask me how it got there s/_/./
Darkvater [Tue, 21 Feb 2006 17:48:40 +0000] rev 3059
(svn r3648) - Fix typo in r3647, don't ask me how it got there s/_/./

Tue, 21 Feb 2006 17:29:53 +0000(svn r3647) Some style-changes to the parameter parser
Darkvater [Tue, 21 Feb 2006 17:29:53 +0000] rev 3058
(svn r3647) Some style-changes to the parameter parser

Tue, 21 Feb 2006 15:57:09 +0000(svn r3646) - We are not using MFC so don't use afxres but winres. This solves the compilation problem if MFC is not installed with the compiler IDE (VS6 for example)
Darkvater [Tue, 21 Feb 2006 15:57:09 +0000] rev 3057
(svn r3646) - We are not using MFC so don't use afxres but winres. This solves the compilation problem if MFC is not installed with the compiler IDE (VS6 for example)