index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
blitter
/
32bpp_anim.hpp
Age
Commit message (
Expand
)
Author
2017-03-18
(svn r27796) -Fix [FS#6545]: 32bpp-anim blitters assumed that pitch and width...
frosch
2017-03-11
(svn r27774) -Fix [FS#5889]: Enabling palette animation for 32bpp blitters wh...
frosch
2016-05-22
(svn r27575) -Fix [FS#6404]: Memory leak when disabling palette animation. (JGR)
frosch
2014-01-02
(svn r26214) -Add: specialised animated SSE4 blitter (MJP)
rubidium
2014-01-02
(svn r26209) -Codechange: remove some template magic and simplify some code
rubidium
2013-11-25
(svn r26108) -Codechange: some coding style (whitespace)
rubidium
2012-04-10
(svn r24111) -Codechange: use Colour more instead of manually bitstuffing
rubidium
2012-01-03
(svn r23729) -Fix (r23670) [FS#4941]: if you increase the buffer size, also i...
truebrain
2011-12-24
(svn r23670) -Feature: Add ability to adjust brightness of colour after remap...
peter1138
2011-12-18
(svn r23588) -Codechange: use the 'final' keyword so compiler can optimise ou...
smatz
2011-12-08
(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated bli...
rubidium
2011-05-01
(svn r22397) -Document: some tidbits of the blitter code
rubidium
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, if...
rubidium
2010-01-04
(svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter w...
peter1138
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2008-08-15
(svn r14080) -Fix (r14052): assert triggered when drawing chat window with 32...
glx
2008-06-26
(svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and ...
smatz
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2007-09-09
(svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32...
truelight
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 r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadab...
truelight
2007-06-19
(svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palett...
truelight