Mon, 11 Jun 2007 15:13:30 +0000(svn r10101) -Codechange: the class is named 8bppSimple, so name the files like that too
truelight [Mon, 11 Jun 2007 15:13:30 +0000] rev 6861
(svn r10101) -Codechange: the class is named 8bppSimple, so name the files like that too

Mon, 11 Jun 2007 14:45:26 +0000(svn r10100) -Fix r10093: some code now became obsolete as it never did something
truelight [Mon, 11 Jun 2007 14:45:26 +0000] rev 6860
(svn r10100) -Fix r10093: some code now became obsolete as it never did something

Mon, 11 Jun 2007 14:25:38 +0000(svn r10099) -Fix(r9867, FS860): Use the specs of the to-be-created industry instead of the scanned industry
belugas [Mon, 11 Jun 2007 14:25:38 +0000] rev 6859
(svn r10099) -Fix(r9867, FS860): Use the specs of the to-be-created industry instead of the scanned industry
Spotted by Oxygene

Mon, 11 Jun 2007 14:23:04 +0000(svn r10098) -Codechange: bilbo cared about the performance of the AI with respect to the airport placement, so he rewrote the aircraft handling of the AI; now it can actually make lots of money again :)
rubidium [Mon, 11 Jun 2007 14:23:04 +0000] rev 6858
(svn r10098) -Codechange: bilbo cared about the performance of the AI with respect to the airport placement, so he rewrote the aircraft handling of the AI; now it can actually make lots of money again :)

Mon, 11 Jun 2007 14:00:16 +0000(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
maedhros [Mon, 11 Jun 2007 14:00:16 +0000] rev 6857
(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.

Mon, 11 Jun 2007 13:38:11 +0000(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts look weird
truelight [Mon, 11 Jun 2007 13:38:11 +0000] rev 6856
(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts look weird

Mon, 11 Jun 2007 12:51:27 +0000(svn r10095) -Fix: avoid reading outside the buffer because of scaling problems
truelight [Mon, 11 Jun 2007 12:51:27 +0000] rev 6855
(svn r10095) -Fix: avoid reading outside the buffer because of scaling problems

Mon, 11 Jun 2007 12:44:02 +0000(svn r10094) -Fix: some really broken strings got in.
rubidium [Mon, 11 Jun 2007 12:44:02 +0000] rev 6854
(svn r10094) -Fix: some really broken strings got in.

Mon, 11 Jun 2007 11:59:36 +0000(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair
truelight [Mon, 11 Jun 2007 11:59:36 +0000] rev 6853
(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair

Mon, 11 Jun 2007 11:50:49 +0000(svn r10092) -Codechange: code-seperated the spriteloader and blitter from the rest of the code
truelight [Mon, 11 Jun 2007 11:50:49 +0000] rev 6852
(svn r10092) -Codechange: code-seperated the spriteloader and blitter from the rest of the code
-Add: make it possible to pick your own blitter (-b <blitter>, -h for overview)
-Add: added a new optimized 8bpp blitter (default, caches sprites of all zoom-levels)
-Add: added a debug 8bpp blitter and a very slow normal 8bpp blitter