maedhros [Mon, 11 Jun 2007 14:00:16 +0000] rev 7353
(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for
road vehicles for those who prefer the technical explanation.
truelight [Mon, 11 Jun 2007 13:38:11 +0000] rev 7352
(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts look weird
truelight [Mon, 11 Jun 2007 12:51:27 +0000] rev 7351
(svn r10095) -Fix: avoid reading outside the buffer because of scaling problems
rubidium [Mon, 11 Jun 2007 12:44:02 +0000] rev 7350
(svn r10094) -Fix: some really broken strings got in.
truelight [Mon, 11 Jun 2007 11:59:36 +0000] rev 7349
(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair
truelight [Mon, 11 Jun 2007 11:50:49 +0000] rev 7348
(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
rubidium [Mon, 11 Jun 2007 10:29:07 +0000] rev 7347
(svn r10091) -Add: make time detection whether you are using -jN when having distcc enabled.
truelight [Mon, 11 Jun 2007 10:01:03 +0000] rev 7346
(svn r10090) -Add: add --with-distcc to configure, to enable distcc compiles. Not used by default
maedhros [Mon, 11 Jun 2007 04:52:51 +0000] rev 7345
(svn r10089) -Fix (r10040): Use GetTileZ instead of GetClearGround in GetTerrainType as
GetTileZ is valid for any tile type. Also use GetTerrainType for stations.
belugas [Sun, 10 Jun 2007 23:40:29 +0000] rev 7344
(svn r10088) -Codechange: A typo and a code-style