src/blitter/32bpp_base.hpp
Sun, 17 Jun 2007 21:31:00 +0000 rubidium (svn r10195) [NoAI] -Sync: with trunk r10119:10194. noai
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
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, 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
Tue, 19 Jun 2007 17:32:01 +0000 truelight (svn r10225) -Codechange: move common Colour routines for 32bpp to the base class (and nick it colour, not color)
Tue, 19 Jun 2007 15:04:08 +0000 truelight (svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed
Mon, 18 Jun 2007 20:08:21 +0000 truelight (svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer
Mon, 18 Jun 2007 19:38:23 +0000 truelight (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine
Mon, 18 Jun 2007 18:45:12 +0000 peter1138 (svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::DrawRect, as the former was only used by the rectangle drawing code anyway. This lets us draw rectangles in one go.
Sun, 17 Jun 2007 20:47:11 +0000 truelight (svn r10193) -Fix r10190: somehow an other partly-patch was applied too
Sun, 17 Jun 2007 20:30:28 +0000 truelight (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
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