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
/
8bpp_optimized.cpp
Age
Commit message (
Expand
)
Author
2008-06-21
(svn r13602) -Codechange: little speedup for 8bpp-optimized blitter
smatz
2008-06-17
(svn r13551) -Codechange: store offsets to different zoom levels in a disting...
smatz
2008-06-01
(svn r13354) -Codechange: make 8bpp_optimized blitter ~25% faster in encoding...
smatz
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
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-17
(svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLev...
smatz
2007-06-27
(svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites.
rubidium
2007-06-20
(svn r10234) -Fix r10233: make peter1138 happy
truelight
2007-06-20
(svn r10233) -Fix: 8bpp-optimized encoder fucked up if 255+ pixels in a row w...
truelight
2007-06-17
(svn r10190) -Codechange: merged renderer and blitter to one single class API...
truelight
2007-06-13
(svn r10132) -Codechange: split out the last direct video-buffer read access ...
truelight
2007-06-12
(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...
truelight
2007-06-12
(svn r10113) -Fix (r10092): Missing svn properties and some Id/@file comments
peter1138
2007-06-11
(svn r10100) -Fix r10093: some code now became obsolete as it never did somet...
truelight
2007-06-11
(svn r10096) -Fix r10092: freetype bypassed the Blitter::Encode, making fonts...
truelight
2007-06-11
(svn r10095) -Fix: avoid reading outside the buffer because of scaling problems
truelight
2007-06-11
(svn r10092) -Codechange: code-seperated the spriteloader and blitter from th...
truelight