Sun, 19 Oct 2008 15:39:12 +0000(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)
rubidium [Sun, 19 Oct 2008 15:39:12 +0000] rev 10260
(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)

Sun, 19 Oct 2008 09:51:19 +0000(svn r14490) -Codechange: fix comment style on a few locations (Alberth)
rubidium [Sun, 19 Oct 2008 09:51:19 +0000] rev 10259
(svn r14490) -Codechange: fix comment style on a few locations (Alberth)

Sun, 19 Oct 2008 00:57:59 +0000(svn r14489) -Change: let MSVC use ICU (for right-to-left text rendering) from the new openttd-useful.zip. So... MSVC users: update your openttd-useful.zip or compilation will fail.
rubidium [Sun, 19 Oct 2008 00:57:59 +0000] rev 10258
(svn r14489) -Change: let MSVC use ICU (for right-to-left text rendering) from the new openttd-useful.zip. So... MSVC users: update your openttd-useful.zip or compilation will fail.

Sat, 18 Oct 2008 17:21:56 +0000(svn r14488) -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Houses), IndustryDrawTileLayout, DrawStationTile, DrawTile_Station and DrawTile_Track (Waypoint).
frosch [Sat, 18 Oct 2008 17:21:56 +0000] rev 10257
(svn r14488) -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Houses), IndustryDrawTileLayout, DrawStationTile, DrawTile_Station and DrawTile_Track (Waypoint).
Now transparency options, PALETTE_MODIFIER_TRANSPARENT and SPRITE_MODIFIER_OPAQUE should work for all of them.

Sat, 18 Oct 2008 17:20:31 +0000(svn r14487) -Fix: The station picker preview did not draw child sprites.
frosch [Sat, 18 Oct 2008 17:20:31 +0000] rev 10256
(svn r14487) -Fix: The station picker preview did not draw child sprites.

Sat, 18 Oct 2008 14:16:29 +0000(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
smatz [Sat, 18 Oct 2008 14:16:29 +0000] rev 10255
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken

Sat, 18 Oct 2008 14:11:09 +0000(svn r14485) -Fix (r5464): Do not check the end of destination buffer using the source pointer.
frosch [Sat, 18 Oct 2008 14:11:09 +0000] rev 10254
(svn r14485) -Fix (r5464): Do not check the end of destination buffer using the source pointer.
Did not cause trouble though as destination buffer has always been bigger than source buffer.

Sat, 18 Oct 2008 13:43:52 +0000(svn r14484) -Fix (r10182) [FS#2358]: Obiwan dislikes music. (Patch by Yexo)
frosch [Sat, 18 Oct 2008 13:43:52 +0000] rev 10253
(svn r14484) -Fix (r10182) [FS#2358]: Obiwan dislikes music. (Patch by Yexo)

Sat, 18 Oct 2008 13:13:31 +0000(svn r14483) -Fix [FS#2340]: On reaching a waypoint a train could falsely be reported as lost when doing the look ahead for a path.
michi_cc [Sat, 18 Oct 2008 13:13:31 +0000] rev 10252
(svn r14483) -Fix [FS#2340]: On reaching a waypoint a train could falsely be reported as lost when doing the look ahead for a path.

Sat, 18 Oct 2008 13:13:27 +0000(svn r14482) -Codechange: Use a class for saving the current train order when extending the reserved path beyond the current destination during pathfinding.
michi_cc [Sat, 18 Oct 2008 13:13:27 +0000] rev 10251
(svn r14482) -Codechange: Use a class for saving the current train order when extending the reserved path beyond the current destination during pathfinding.
The class' destructor will make sure that the order is restored on function exit in all cases.