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'

Mon, 20 Feb 2006 23:01:58 +0000(svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings.
Darkvater [Mon, 20 Feb 2006 23:01:58 +0000] rev 3051
(svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings.

Mon, 20 Feb 2006 22:57:32 +0000(svn r3639) Silence warnings on gcc about {} initializers around unions
Darkvater [Mon, 20 Feb 2006 22:57:32 +0000] rev 3050
(svn r3639) Silence warnings on gcc about {} initializers around unions

Mon, 20 Feb 2006 21:49:31 +0000(svn r3631) - 2cc: Remove use of some temporary variables and perform minor optimization in the form of the ternary operator.
peter1138 [Mon, 20 Feb 2006 21:49:31 +0000] rev 3049
(svn r3631) - 2cc: Remove use of some temporary variables and perform minor optimization in the form of the ternary operator.