summaryrefslogtreecommitdiff
path: root/src/blitter
AgeCommit message (Expand)Author
2007-12-09(svn r11611) -Codechange: it is now possible to use a define to enable assert...glx
2007-09-26(svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it t...rubidium
2007-09-13(svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loade...truelight
2007-09-13(svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter ...truelight
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-08-10(svn r10837) -Fix [FS#1102]: DrawLine didn't bound-check the first pixel that...truelight
2007-07-14(svn r10561) -Fix: don't give 'unused variable' warnings when disabling assertstruelight
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-27(svn r10358) -Codechange: remove the cargopacket leakchecker as it never asse...rubidium
2007-06-27(svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites.rubidium
2007-06-21(svn r10245) -Codechange: added GetName also to all Blitters, instead of only...truelight
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-20(svn r10234) -Fix r10233: make peter1138 happytruelight
2007-06-20(svn r10233) -Fix: 8bpp-optimized encoder fucked up if 255+ pixels in a row w...truelight
2007-06-19(svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palett...truelight
2007-06-19(svn r10225) -Codechange: move common Colour routines for 32bpp to the base c...truelight
2007-06-19(svn r10216) -Fix: palette animation always redid all palette entries, where ...truelight
2007-06-19(svn r10215) -Fix r10214: forgot 2 cases of the same mistaketruelight
2007-06-19(svn r10214) -Fix: off-by-one in draw-rect-color-remapping (peter1138)truelight
2007-06-18(svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffertruelight
2007-06-18(svn r10203) -Codechange: more moving things to blitter-layer: DrawLinetruelight
2007-06-18(svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::Dr...peter1138
2007-06-17(svn r10193) -Fix r10190: somehow an other partly-patch was applied tootruelight
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-13(svn r10142) -Fix r10132: do something useful with the alpha channel instead ...truelight
2007-06-13(svn r10132) -Codechange: split out the last direct video-buffer read access ...truelight
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-06-12(svn r10113) -Fix (r10092): Missing svn properties and some Id/@file commentspeter1138
2007-06-11(svn r10107) -Fix (r10092): Missing 'i' in 'optimized'peter1138
2007-06-11(svn r10102) -Documentation: @file header was wrongtruelight
2007-06-11(svn r10101) -Codechange: the class is named 8bppSimple, so name the files li...truelight
2007-06-11(svn r10100) -Fix r10093: some code now became obsolete as it never did somet...truelight
2007-06-11(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts...truelight
2007-06-11(svn r10095) -Fix: avoid reading outside the buffer because of scaling problemstruelight
2007-06-11(svn r10092) -Codechange: code-seperated the spriteloader and blitter from th...truelight