summaryrefslogtreecommitdiff
path: root/src/blitter
AgeCommit message (Expand)Author
2008-06-21(svn r13602) -Codechange: little speedup for 8bpp-optimized blittersmatz
2008-06-19(svn r13584) -Fix: [OSX] Fixed issue where 10.5 failed to switch to fullscreenbjarni
2008-06-18(svn r13571) -Codechange: define channels in struct Colour in different order...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-06-17(svn r13551) -Codechange: store offsets to different zoom levels in a disting...smatz
2008-06-10(svn r13445) -Codechange: make 32bpp_optimized blitter ~10-20% faster in draw...smatz
2008-06-01(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding...smatz
2008-06-01(svn r13351) -Codechange: disable warnings about unused variable for builds w...smatz
2008-05-18(svn r13161) -Fix: free the blitter list when the last blitter is removed.glx
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-01-13(svn r11839) -Codechange: move some variables from variables.h to a more logi...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
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-26(svn r11704) -Codechange: remove another bunch of useless includes.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
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-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-17(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLev...smatz
2007-12-17(svn r11652) -Codechange: add the svn $ header for several filessmatz
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