Sun, 09 Sep 2007 23:47:55 +0000(svn r11079) -Fix: dirty fix to allow big-screenshots with 32bpp-anim
truelight [Sun, 09 Sep 2007 23:47:55 +0000] rev 8050
(svn r11079) -Fix: dirty fix to allow big-screenshots with 32bpp-anim

Sun, 09 Sep 2007 23:16:01 +0000(svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch)
truelight [Sun, 09 Sep 2007 23:16:01 +0000] rev 8049
(svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch)
-Add: let 32bpp-anim use 32bpp-optimizeds, so he profits from the speed-up too

Sun, 09 Sep 2007 21:56:52 +0000(svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch)
truelight [Sun, 09 Sep 2007 21:56:52 +0000] rev 8048
(svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch)
-Fix: ComposeColourXXX could work a tiny bit faster when using 256, not 255 as value to divide with; downside is that it can give alpha errors (frosch)

Sun, 09 Sep 2007 17:42:59 +0000(svn r11072) -Fix [FS#1045]: when a vehicle had a service order, the goto-depot button did not make it possible to stop the vehicle at that depot.
rubidium [Sun, 09 Sep 2007 17:42:59 +0000] rev 8047
(svn r11072) -Fix [FS#1045]: when a vehicle had a service order, the goto-depot button did not make it possible to stop the vehicle at that depot.

Sun, 09 Sep 2007 15:32:46 +0000(svn r11070) -Fix [FS#1217]: due to making an Action2 variable work properly, the NewGRF called other code too that wasn't prepared for non-train vehicles.
rubidium [Sun, 09 Sep 2007 15:32:46 +0000] rev 8046
(svn r11070) -Fix [FS#1217]: due to making an Action2 variable work properly, the NewGRF called other code too that wasn't prepared for non-train vehicles.

Sun, 09 Sep 2007 11:30:44 +0000(svn r11069) -Codechange: allow slopes under statues. Patch by kaan.
rubidium [Sun, 09 Sep 2007 11:30:44 +0000] rev 8045
(svn r11069) -Codechange: allow slopes under statues. Patch by kaan.

Sun, 09 Sep 2007 11:23:49 +0000(svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the Vehicle::first pointer correctly set.
rubidium [Sun, 09 Sep 2007 11:23:49 +0000] rev 8044
(svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the Vehicle::first pointer correctly set.

Sun, 09 Sep 2007 10:34:32 +0000(svn r11067) -Codechange: also make it possible to use the advanced vehicle list for other players. Patch by SmatZ.
rubidium [Sun, 09 Sep 2007 10:34:32 +0000] rev 8043
(svn r11067) -Codechange: also make it possible to use the advanced vehicle list for other players. Patch by SmatZ.

Sun, 09 Sep 2007 10:21:27 +0000(svn r11066) -Documentation [FS#1091]: of map.*. Patch by Progman.
rubidium [Sun, 09 Sep 2007 10:21:27 +0000] rev 8042
(svn r11066) -Documentation [FS#1091]: of map.*. Patch by Progman.

Sun, 09 Sep 2007 10:13:17 +0000(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.
rubidium [Sun, 09 Sep 2007 10:13:17 +0000] rev 8041
(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.