rubidium [Mon, 18 Jun 2007 11:04:12 +0000] rev 7440
(svn r10198) -Fix (r10194): did not search all search paths.
rubidium [Mon, 18 Jun 2007 10:48:15 +0000] rev 7439
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
miham [Mon, 18 Jun 2007 08:17:31 +0000] rev 7438
(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 7437
(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 7436
(svn r10193) -Fix r10190: somehow an other partly-patch was applied too
truelight [Sun, 17 Jun 2007 20:40:02 +0000] rev 7435
(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 7434
(svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits).
truelight [Sun, 17 Jun 2007 20:30:28 +0000] rev 7433
(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 7432
(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)
rubidium [Sun, 17 Jun 2007 20:09:05 +0000] rev 7431
(svn r10188) -Codechange: make it a little easier to load a savegame from the console:
-g <absolute path>
-g <relative path from current working directory>
-g <relative path from within the savegame directory>