src/blitter/8bpp_base.hpp
Sun, 17 Jun 2007 21:31:00 +0000 rubidium (svn r10195) [NoAI] -Sync: with trunk r10119:10194. noai
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 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
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports