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/renderer
truelight 0e53fd6d32 (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer
-Add: added NULL blitter and renderer, which are always used for -vnull
-Add: dedicated driver doesn't blit nor render by default. Can be overruled by user. (-D -b 8bpp-optimized)
-Remove: removed CTRL+D from win32, which is incompatible with above
-Add: extended screenshot support for PNG and BMP
-Codechange: remove all hardcoded 8bpp references and replace them with more dynamic ones
-Codechange: minor stuff in blitters
18 years ago
..
8bpp.cpp (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer 18 years ago
8bpp.hpp (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer 18 years ago
null.cpp (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer 18 years ago
null.hpp (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer 18 years ago
renderer.hpp (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer 18 years ago