truelight [Mon, 18 Jun 2007 19:42:48 +0000] rev 6949
(svn r10204) -Fix: copy docs/32bpp.txt at 'make bundle'
truelight [Mon, 18 Jun 2007 19:38:23 +0000] rev 6948
(svn r10203) -Codechange: more moving things to blitter-layer: DrawLine
peter1138 [Mon, 18 Jun 2007 18:45:12 +0000] rev 6947
(svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::DrawRect, as the former was only used by the rectangle drawing code anyway. This lets us draw rectangles in one go.
rubidium [Mon, 18 Jun 2007 16:42:40 +0000] rev 6946
(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
KUDr [Mon, 18 Jun 2007 14:40:07 +0000] rev 6945
(svn r10199) -Fix [FS#884, YAPF]: 'target_seen' flag that is set prematurely in some cases (1 tile long cached segment followed by target station) stops on assert (immeR)
rubidium [Mon, 18 Jun 2007 11:04:12 +0000] rev 6944
(svn r10198) -Fix (r10194): did not search all search paths.
rubidium [Mon, 18 Jun 2007 10:48:15 +0000] rev 6943
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
miham [Mon, 18 Jun 2007 08:17:31 +0000] rev 6942
(svn r10196) -Update: WebTranslator2 update to 2007-06-18 10:15:44
japanese - 2 fixed by ickoonite (2)
slovenian - 3 fixed by Necrolyte (3)
rubidium [Sun, 17 Jun 2007 21:26:57 +0000] rev 6941
(svn r10194) -Codechange: prefer the current working directory above the user's home directory when openttd.cfg exists in the current working directory, otherwise prefer the home directory.
truelight [Sun, 17 Jun 2007 20:47:11 +0000] rev 6940
(svn r10193) -Fix r10190: somehow an other partly-patch was applied too