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
truelight [Sun, 17 Jun 2007 20:40:02 +0000] rev 6939
(svn r10192) -Fix r10190: forgot to change the includes of win32 and cocoa video-driver
rubidium [Sun, 17 Jun 2007 20:36:14 +0000] rev 6938
(svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).