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

Tue, 01 Jan 2008 22:39:11 +0000(svn r11743) -Fix [FS#1614]: group names got not deallocated in the command test run.
rubidium [Tue, 01 Jan 2008 22:39:11 +0000] rev 8180
(svn r11743) -Fix [FS#1614]: group names got not deallocated in the command test run.

Tue, 01 Jan 2008 22:34:00 +0000(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so that news pop-ups and the about window still progress. For other windows the events are ignored when paused.
peter1138 [Tue, 01 Jan 2008 22:34:00 +0000] rev 8179
(svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so that news pop-ups and the about window still progress. For other windows the events are ignored when paused.

Tue, 01 Jan 2008 22:24:18 +0000(svn r11741) -Feature: Add support for NewGRF's train 'tilt' flag. Trains with tilt capability (specific details are per NewGRF set) will be given a 20% speed limit bonus on curves.
peter1138 [Tue, 01 Jan 2008 22:24:18 +0000] rev 8178
(svn r11741) -Feature: Add support for NewGRF's train 'tilt' flag. Trains with tilt capability (specific details are per NewGRF set) will be given a 20% speed limit bonus on curves.

Tue, 01 Jan 2008 18:55:15 +0000(svn r11740) -Fix [FS#1610]: Modify and possibly discard key events for code points in the unicode private use area.
egladil [Tue, 01 Jan 2008 18:55:15 +0000] rev 8177
(svn r11740) -Fix [FS#1610]: Modify and possibly discard key events for code points in the unicode private use area.

Tue, 01 Jan 2008 18:35:31 +0000(svn r11739) -Fix [FS#1609]: Set the new scroll position after zooming in instead of before, as the zoom will cancel it out.
peter1138 [Tue, 01 Jan 2008 18:35:31 +0000] rev 8176
(svn r11739) -Fix [FS#1609]: Set the new scroll position after zooming in instead of before, as the zoom will cancel it out.

Tue, 01 Jan 2008 18:12:17 +0000(svn r11738) -Codechange: Refactor realistic acceleration's curve counting to use DirDiffs instead of local tables, and remove an unnecessary loop.
peter1138 [Tue, 01 Jan 2008 18:12:17 +0000] rev 8175
(svn r11738) -Codechange: Refactor realistic acceleration's curve counting to use DirDiffs instead of local tables, and remove an unnecessary loop.