From 0e53fd6d328a128799034e155a92cf44fddc1cd0 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 12 Jun 2007 20:24:12 +0000 Subject: (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 --- projects/openttd.vcproj | 25 +++++++++++++++++++++++++ projects/openttd_vs80.vcproj | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) (limited to 'projects') diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index e395f4842..e7379545f 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -979,6 +979,12 @@ + + + + @@ -996,6 +1002,25 @@ RelativePath=".\..\src\spriteloader\spriteloader.hpp"> + + + + + + + + + + + + diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index eee9ba6e4..613a61330 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1527,6 +1527,14 @@ RelativePath=".\..\src\blitter\8bpp_simple.hpp" > + + + + @@ -1548,6 +1556,30 @@ > + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf