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)

Tue, 21 Feb 2006 07:44:33 +0000(svn r3645) Fix stupid typos in last (r3644) commit *sigh*
tron [Tue, 21 Feb 2006 07:44:33 +0000] rev 3056
(svn r3645) Fix stupid typos in last (r3644) commit *sigh*

Tue, 21 Feb 2006 07:41:54 +0000(svn r3644) Don't use FindLandscapeHeightByTile() when it's overkill - often it was just a complicated way of writing GetTileSlope(tile, NULL)
tron [Tue, 21 Feb 2006 07:41:54 +0000] rev 3055
(svn r3644) Don't use FindLandscapeHeightByTile() when it's overkill - often it was just a complicated way of writing GetTileSlope(tile, NULL)

Tue, 21 Feb 2006 06:43:53 +0000(svn r3643) Remove a local variable which is just a pointer to a road stop status field and had the sensible name 'b'; instead directly use the road stop status field
tron [Tue, 21 Feb 2006 06:43:53 +0000] rev 3054
(svn r3643) Remove a local variable which is just a pointer to a road stop status field and had the sensible name 'b'; instead directly use the road stop status field

Tue, 21 Feb 2006 01:15:59 +0000(svn r3642) There is a 'npf' debug level for a reason, use that instead of bastardizing 'misc'. Also, pointers are checked against NULL in an if-statement
Darkvater [Tue, 21 Feb 2006 01:15:59 +0000] rev 3053
(svn r3642) There is a 'npf' debug level for a reason, use that instead of bastardizing 'misc'. Also, pointers are checked against NULL in an if-statement

Mon, 20 Feb 2006 23:40:53 +0000(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'
Darkvater [Mon, 20 Feb 2006 23:40:53 +0000] rev 3052
(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'