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).
truelight [Sun, 17 Jun 2007 20:30:28 +0000] rev 6937
(svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
-Codechange: introduced a hierachy of blitters to avoid a lot of code duplication
Note: this allows much easier adding other types of video-drivers, like OpenGL
truelight [Sun, 17 Jun 2007 20:14:38 +0000] rev 6936
(svn r10189) -Add: added a safety check in MSVC project generate script to make sure we do not use filenames with the same name in different directories, as MSVC is plain stupid and can't handle that (go wine to Billy or something if you want it fixed properly)