Fri, 04 Jan 2008 03:11:36 +0000(svn r11753) -Codechange: re-indent the switch case structures, as to be more code style oriented.
belugas [Fri, 04 Jan 2008 03:11:36 +0000] rev 8190
(svn r11753) -Codechange: re-indent the switch case structures, as to be more code style oriented.
Hoping it makes the whole file easier to follow/read

Fri, 04 Jan 2008 03:04:19 +0000(svn r11752) -Fix(r11745): Silence a MSVC warning (glx)
belugas [Fri, 04 Jan 2008 03:04:19 +0000] rev 8189
(svn r11752) -Fix(r11745): Silence a MSVC warning (glx)

Fri, 04 Jan 2008 02:32:58 +0000(svn r11751) -Codechange: Enumify some widgets (and others) and while at it, apply some code style
belugas [Fri, 04 Jan 2008 02:32:58 +0000] rev 8188
(svn r11751) -Codechange: Enumify some widgets (and others) and while at it, apply some code style

Thu, 03 Jan 2008 23:54:23 +0000(svn r11750) -Revert (r11749): commited too much
glx [Thu, 03 Jan 2008 23:54:23 +0000] rev 8187
(svn r11750) -Revert (r11749): commited too much

Thu, 03 Jan 2008 23:50:58 +0000(svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicle color mapping so the vehicles use the new owner color
glx [Thu, 03 Jan 2008 23:50:58 +0000] rev 8186
(svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicle color mapping so the vehicles use the new owner color

Thu, 03 Jan 2008 14:33:10 +0000(svn r11748) -Codechange: Remove magic numbers introduced on r11746 and r11727
belugas [Thu, 03 Jan 2008 14:33:10 +0000] rev 8185
(svn r11748) -Codechange: Remove magic numbers introduced on r11746 and r11727
-Codechange: A few bad coding style inadvertendly applied too

Thu, 03 Jan 2008 14:04:08 +0000(svn r11747) -Change: Return of the prodigal son (or something). Little update (but highly noticed) on the OpenTTD Team
belugas [Thu, 03 Jan 2008 14:04:08 +0000] rev 8184
(svn r11747) -Change: Return of the prodigal son (or something). Little update (but highly noticed) on the OpenTTD Team

Thu, 03 Jan 2008 02:39:06 +0000(svn r11746) -Fix(r11727): Make sure that action 0A does follow the same new ordering of shore sprites. It was not considered in the missing shore patch
belugas [Thu, 03 Jan 2008 02:39:06 +0000] rev 8183
(svn r11746) -Fix(r11727): Make sure that action 0A does follow the same new ordering of shore sprites. It was not considered in the missing shore patch

Wed, 02 Jan 2008 23:59:11 +0000(svn r11745) -Codechange: Unify the spinner widget drawing of the difficulty settings window and make its disabled state min max aware.
skidd13 [Wed, 02 Jan 2008 23:59:11 +0000] rev 8182
(svn r11745) -Codechange: Unify the spinner widget drawing of the difficulty settings window and make its disabled state min max aware.

Wed, 02 Jan 2008 18:42:51 +0000(svn r11744) -Codechange: don't redefine snprintf when using MinGW Runtime 3.14 or superior, as it now have snprintf() and vsnprintf conform to C99
glx [Wed, 02 Jan 2008 18:42:51 +0000] rev 8181
(svn r11744) -Codechange: don't redefine snprintf when using MinGW Runtime 3.14 or superior, as it now have snprintf() and vsnprintf conform to C99