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)
rubidium [Sun, 17 Jun 2007 20:09:05 +0000] rev 6935
(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>
rubidium [Sun, 17 Jun 2007 19:46:01 +0000] rev 6934
(svn r10187) -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough.
glx [Sun, 17 Jun 2007 19:00:45 +0000] rev 6933
(svn r10186) -Fix (FS#876): don't mess desktop when using alt-tab (win32)
rubidium [Sun, 17 Jun 2007 18:22:43 +0000] rev 6932
(svn r10185) -Codechange: make the bounding boxes of the drive through road stops a little larger so NewGRFs authors have more possibilities when replacing them (minime).
rubidium [Sun, 17 Jun 2007 18:18:18 +0000] rev 6931
(svn r10184) -Fix: remove empty strings that are clearly bad. WT2 shouldn't add them anymore.
rubidium [Sun, 17 Jun 2007 15:55:52 +0000] rev 6930
(svn r10183) -Fix (r10182): some bashism sneaked in.
rubidium [Sun, 17 Jun 2007 15:48:57 +0000] rev 6929
(svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
-Codechange: add support for personal directories on Windows.
-Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles.