src/blitter/32bpp_anim.cpp
Wed, 18 Jun 2008 20:20:12 +0000 smatz (svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it to
Wed, 18 Jun 2008 13:11:02 +0000 smatz (svn r13564) -Codechange: do not use SetPixel in PaletteAnimate, access destination directly instead. Makes palette animation ~40% faster.
Mon, 26 May 2008 20:45:25 +0000 richk (svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144. NewGRF_ports
Wed, 07 May 2008 21:09:51 +0000 rubidium (svn r12997) [NoAI] -Sync: with trunk r12895:12996. noai
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Sun, 03 Feb 2008 20:17:54 +0000 rubidium (svn r12051) [NoAI] -Sync: with trunk (r11795:12050). noai
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Sun, 23 Sep 2007 07:37:38 +0000 rubidium (svn r11146) [NoAI] -Sync: with trunk r11035:11045. noai
Sat, 07 Jul 2007 09:20:52 +0000 rubidium (svn r10461) [NoAI] -Sync with trunk r10349:r10460. noai
Tue, 26 Jun 2007 23:40:58 +0000 glx (svn r10350) [NoAI] -Sync with trunk r10194:10349 noai
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Fri, 11 Jan 2008 17:12:41 +0000 frosch (svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots.
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Mon, 17 Dec 2007 01:35:45 +0000 smatz (svn r11652) -Codechange: add the svn $ header for several files
Mon, 10 Sep 2007 14:55:46 +0000 truelight (svn r11083) -Fix r11078: don't clear the anim buffer when alpha = 0 (tnx to frosch)
Mon, 10 Sep 2007 00:05:27 +0000 truelight (svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)
Mon, 10 Sep 2007 00:03:47 +0000 truelight (svn r11081) -Fix r11080: now solved the problem in a pretty way: don't do animation if we are not drawing to the screen-pointer
Sun, 09 Sep 2007 23:57:47 +0000 truelight (svn r11080) -Fix r11079: fix it, still dirty, correctly, as the last commit was ... wrong ;)
Sun, 09 Sep 2007 23:47:55 +0000 truelight (svn r11079) -Fix: dirty fix to allow big-screenshots with 32bpp-anim
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