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>
rubidium [Sun, 17 Jun 2007 19:46:01 +0000] rev 7430
(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 7429
(svn r10186) -Fix (FS#876): don't mess desktop when using alt-tab (win32)
rubidium [Sun, 17 Jun 2007 18:22:43 +0000] rev 7428
(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 7427
(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 7426
(svn r10183) -Fix (r10182): some bashism sneaked in.
rubidium [Sun, 17 Jun 2007 15:48:57 +0000] rev 7425
(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.
rubidium [Sun, 17 Jun 2007 13:27:50 +0000] rev 7424
(svn r10181) -Fix (r10093): clamp the zoom level so it won't try to use a wrong zoom level when loading an old savegame.