src/blitter/32bpp_anim.cpp
Sun, 09 Sep 2007 23:16:01 +0000 truelight (svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch)
Sun, 09 Sep 2007 21:56:52 +0000 truelight (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch)
Thu, 05 Jul 2007 12:23:54 +0000 peter1138 (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
Tue, 03 Jul 2007 11:31:38 +0000 peter1138 (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one)
Thu, 21 Jun 2007 13:31:41 +0000 truelight (svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-size it needs
Thu, 21 Jun 2007 12:45:41 +0000 truelight (svn r10242) -Fix: avoid a segfault if you move your mouse at startup with 32bpp-anim
Thu, 21 Jun 2007 12:36:46 +0000 truelight (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes
Wed, 20 Jun 2007 12:09:47 +0000 truelight (svn r10235) -Fix: the 32bpp-anim blitter repainted pixel color 0, which is transparency and therefor should never be repainted (spotted by Rubidium)
Tue, 19 Jun 2007 17:43:30 +0000 truelight (svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palette animation (at the cost of an animation-buffer to keep track of the 'm'-channel of all sprites)
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports