Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-14 | (svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: ↵ | frosch | |
to spritecache.h | |||
2010-01-23 | (svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty(). | alberth | |
2010-01-21 | (svn r18873) -Codechange: use PaletteID also in the blitter | rubidium | |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵ | rubidium | |
if a header require a header make it include that header | |||
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-06-22 | (svn r16628) -Codechange: remove one gcc2 hack | smatz | |
2009-03-14 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | rubidium | |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both ↵ | rubidium | |
color and colour. | |||
2008-08-15 | (svn r14080) -Fix (r14052): assert triggered when drawing chat window with ↵ | glx | |
32bpp-anim blitter (backup buffer was too small) | |||
2008-07-17 | (svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp ↵ | smatz | |
blitters (GeekToo) | |||
2008-06-26 | (svn r13640) -Codechange: make colours behind not fully solid objects less ↵ | smatz | |
darker for BM_TRANSPARENT (for 32bpp blitters) | |||
2008-06-26 | (svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and ↵ | smatz | |
encoding so it uses similiar scheme as 8bpp-optimized All zoom levels are stored and a kind of RLE is used. Together with further changes and reducing number of variables, drawing is ~50% faster in average. | |||
2008-06-18 | (svn r13571) -Codechange: define channels in struct Colour in different ↵ | smatz | |
order on LE and BE machines | |||
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add ↵ | rubidium | |
something more than whitespace as description of files that don't have a description. | |||
2008-04-18 | (svn r12761) -Codechange: lots of minor whitespace coding style fixes around ↵ | rubidium | |
operators. | |||
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more ↵ | rubidium | |
logical locations. | |||
2007-09-09 | (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using ↵ | truelight | |
0..255 makes it much faster (frosch) -Fix: ComposeColourXXX could work a tiny bit faster when using 256, not 255 as value to divide with; downside is that it can give alpha errors (frosch) | |||
2007-06-21 | (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is ↵ | truelight | |
unreadable from outside the blitter, so the blitter can store anything he likes -Codechange: added CopyImageToBuffer, which produces a readable buffer for screenshots -Fix: 32bpp-anim now holds animation on transparent objects to avoid strange graphical effects -Fix: 32bpp-anim now works correct on mouse-movement (it holds the palette animation correctly) | |||
2007-06-19 | (svn r10225) -Codechange: move common Colour routines for 32bpp to the base ↵ | truelight | |
class (and nick it colour, not color) | |||
2007-06-19 | (svn r10216) -Fix: palette animation always redid all palette entries, where ↵ | truelight | |
in fact only a few indexes were needed -Codechange: allow blitters to handle palette animation internally or even disable it; 8bpp uses video-backend for palette animation | |||
2007-06-18 | (svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer | truelight | |
2007-06-18 | (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine | truelight | |
2007-06-18 | (svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with ↵ | peter1138 | |
Blitter::DrawRect, as the former was only used by the rectangle drawing code anyway. This lets us draw rectangles in one go. | |||
2007-06-17 | (svn r10193) -Fix r10190: somehow an other partly-patch was applied too | truelight | |
2007-06-17 | (svn r10190) -Codechange: merged renderer and blitter to one single class ↵ | truelight | |
API: blitter -Codechange: introduced a hierachy of blitters to avoid a lot of code duplication Note: this allows much easier adding other types of video-drivers, like OpenGL |