diff options
author | truelight <truelight@openttd.org> | 2007-06-11 11:50:49 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-06-11 11:50:49 +0000 |
commit | 6b101cc177a9e689dd193041b82661ab140b817c (patch) | |
tree | 2fcb96fde1458283649c1303c0436fcfb369de55 /projects | |
parent | 68c369ea98c4379c25300d055eb206ff8f4442cb (diff) | |
download | openttd-6b101cc177a9e689dd193041b82661ab140b817c.tar.xz |
(svn r10092) -Codechange: code-seperated the spriteloader and blitter from the rest of the code
-Add: make it possible to pick your own blitter (-b <blitter>, -h for overview)
-Add: added a new optimized 8bpp blitter (default, caches sprites of all zoom-levels)
-Add: added a debug 8bpp blitter and a very slow normal 8bpp blitter
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 38 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 52 |
2 files changed, 88 insertions, 2 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 472860713..3b2d8268a 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -959,6 +959,44 @@ </File> </Filter> <Filter + Name="Blitters" + Filter=""> + <File + RelativePath=".\..\src\blitter\8bpp_debug.cpp"> + </File> + <File + RelativePath=".\..\src\blitter\8bpp_debug.hpp"> + </File> + <File + RelativePath=".\..\src\blitter\8bpp_optimized.cpp"> + </File> + <File + RelativePath=".\..\src\blitter\8bpp_optimized.hpp"> + </File> + <File + RelativePath=".\..\src\blitter\8bpp_slow.cpp"> + </File> + <File + RelativePath=".\..\src\blitter\8bpp_slow.hpp"> + </File> + <File + RelativePath=".\..\src\blitter\blitter.hpp"> + </File> + </Filter> + <Filter + Name="Sprite loaders" + Filter=""> + <File + RelativePath=".\..\src\spriteloader\grf.cpp"> + </File> + <File + RelativePath=".\..\src\spriteloader\grf.hpp"> + </File> + <File + RelativePath=".\..\src\spriteloader\spriteloader.hpp"> + </File> + </Filter> + <Filter Name="NewGRF" Filter=""> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 4845bd184..c9ffd5aee 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -952,7 +952,7 @@ > </File> <File - RelativePath="..\src\newgrf_industries.h" + RelativePath=".\..\src\newgrf_industries.h" > </File> <File @@ -1501,6 +1501,54 @@ </File> </Filter> <Filter + Name="Blitters" + > + <File + RelativePath=".\..\src\blitter\8bpp_debug.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\8bpp_debug.hpp" + > + </File> + <File + RelativePath=".\..\src\blitter\8bpp_optimized.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\8bpp_optimized.hpp" + > + </File> + <File + RelativePath=".\..\src\blitter\8bpp_slow.cpp" + > + </File> + <File + RelativePath=".\..\src\blitter\8bpp_slow.hpp" + > + </File> + <File + RelativePath=".\..\src\blitter\blitter.hpp" + > + </File> + </Filter> + <Filter + Name="Sprite loaders" + > + <File + RelativePath=".\..\src\spriteloader\grf.cpp" + > + </File> + <File + RelativePath=".\..\src\spriteloader\grf.hpp" + > + </File> + <File + RelativePath=".\..\src\spriteloader\spriteloader.hpp" + > + </File> + </Filter> + <Filter Name="NewGRF" > <File @@ -1532,7 +1580,7 @@ > </File> <File - RelativePath="..\src\newgrf_industries.cpp" + RelativePath=".\..\src\newgrf_industries.cpp" > </File> <File |