aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/sci.vcproj
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-25 20:53:07 +0000
committerFilippos Karapetis2009-10-25 20:53:07 +0000
commit1a4b61739832a1f1d597b9c56e67dd8b80b32f76 (patch)
tree3c80fcc922210f4e89b134443b45bba8365febbe /dists/msvc8/sci.vcproj
parent0315264328af6b34a4c9e1028bba07a636da5df8 (diff)
downloadscummvm-rg350-1a4b61739832a1f1d597b9c56e67dd8b80b32f76.tar.gz
scummvm-rg350-1a4b61739832a1f1d597b9c56e67dd8b80b32f76.tar.bz2
scummvm-rg350-1a4b61739832a1f1d597b9c56e67dd8b80b32f76.zip
- Removed graphics options code from the old GUI. Almost all of them are not supposed to be modified by the user (e.g. the way lines and brushes are drawn), and we can implement any of them again if needed in the new GUI (but they shouldn't really be needed).
- Added a config option to disable dithering in the new GUI if requested, called "undither", which is set to true by default and can be changed to false if needed per game - The per-resource palette code has been removed for now, to be replaced by regular hashmaps (once the FreeSCI scifx reading code has been converted) svn-id: r45378
Diffstat (limited to 'dists/msvc8/sci.vcproj')
-rw-r--r--dists/msvc8/sci.vcproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/dists/msvc8/sci.vcproj b/dists/msvc8/sci.vcproj
index ab754ec989..404a35dfae 100644
--- a/dists/msvc8/sci.vcproj
+++ b/dists/msvc8/sci.vcproj
@@ -60,10 +60,7 @@
<File RelativePath="..\..\engines\sci\gfx\gfx_driver.h" />
<File RelativePath="..\..\engines\sci\gfx\gfx_gui.cpp" />
<File RelativePath="..\..\engines\sci\gfx\gfx_gui.h" />
- <File RelativePath="..\..\engines\sci\gfx\gfx_options.h" />
<File RelativePath="..\..\engines\sci\gfx\gfx_pixmap_scale.cpp" />
- <File RelativePath="..\..\engines\sci\gfx\gfx_res_options.cpp" />
- <File RelativePath="..\..\engines\sci\gfx\gfx_res_options.h" />
<File RelativePath="..\..\engines\sci\gfx\gfx_resmgr.cpp" />
<File RelativePath="..\..\engines\sci\gfx\gfx_resmgr.h" />
<File RelativePath="..\..\engines\sci\gfx\gfx_resource.cpp" />