You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/blitter
rubidium 2239809bdc (svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it to clip too much at screen/viewport borders. Patch by frosch. 17 years ago
..
8bpp_base.cpp (svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it to clip too much at screen/viewport borders. Patch by frosch. 17 years ago
8bpp_base.hpp (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes 18 years ago
8bpp_debug.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 18 years ago
8bpp_debug.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 18 years ago
8bpp_optimized.cpp (svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites. 18 years ago
8bpp_optimized.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 18 years ago
8bpp_simple.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 18 years ago
8bpp_simple.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 18 years ago
32bpp_anim.cpp (svn r11083) -Fix r11078: don't clear the anim buffer when alpha = 0 (tnx to frosch) 17 years ago
32bpp_anim.hpp (svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch) 17 years ago
32bpp_base.cpp (svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it to clip too much at screen/viewport borders. Patch by frosch. 17 years ago
32bpp_base.hpp (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch) 17 years ago
32bpp_optimized.cpp (svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch) 17 years ago
32bpp_optimized.hpp (svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch) 17 years ago
32bpp_simple.cpp (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch) 17 years ago
32bpp_simple.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 18 years ago
base.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 18 years ago
factory.hpp (svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded 17 years ago
null.cpp (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter 18 years ago
null.hpp (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 18 years ago