summaryrefslogtreecommitdiff
path: root/src/blitter/32bpp_anim.cpp
AgeCommit message (Expand)Author
2008-08-23(svn r14146) -Codechange: allow palette override in both ways and remove some...rubidium
2008-08-08(svn r14016) -Codechange: Remove some magical numbersbelugas
2008-06-26(svn r13640) -Codechange: make colours behind not fully solid objects less da...smatz
2008-06-26(svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and ...smatz
2008-06-18(svn r13568) -Fix (r13564): Windows build asserts where I wouldn't expect it tosmatz
2008-06-18(svn r13564) -Codechange: do not use SetPixel in PaletteAnimate, access desti...smatz
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-11(svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable ...frosch
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-17(svn r11652) -Codechange: add the svn $ header for several filessmatz
2007-09-10(svn r11083) -Fix r11078: don't clear the anim buffer when alpha = 0 (tnx to ...truelight
2007-09-10(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important ...truelight
2007-09-10(svn r11081) -Fix r11080: now solved the problem in a pretty way: don't do an...truelight
2007-09-09(svn r11080) -Fix r11079: fix it, still dirty, correctly, as the last commit ...truelight
2007-09-09(svn r11079) -Fix: dirty fix to allow big-screenshots with 32bpp-animtruelight
2007-09-09(svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32...truelight
2007-09-09(svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255...truelight
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-07-03(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various fi...peter1138
2007-06-21(svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-si...truelight
2007-06-21(svn r10242) -Fix: avoid a segfault if you move your mouse at startup with 32...truelight
2007-06-21(svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadab...truelight
2007-06-20(svn r10235) -Fix: the 32bpp-anim blitter repainted pixel color 0, which is t...truelight
2007-06-19(svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palett...truelight