aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic
diff options
context:
space:
mode:
authorFilippos Karapetis2010-11-04 15:58:53 +0000
committerFilippos Karapetis2010-11-04 15:58:53 +0000
commit1dac4fbd557fc07be1bbc0dbbe94b1705b601a2a (patch)
treea3711c27a4a108d9d85d3612e1b429762a0b57da /gui/themes/scummclassic
parentb7f1e3b239d33b783d0fbec83027320ca0037f02 (diff)
downloadscummvm-rg350-1dac4fbd557fc07be1bbc0dbbe94b1705b601a2a.tar.gz
scummvm-rg350-1dac4fbd557fc07be1bbc0dbbe94b1705b601a2a.tar.bz2
scummvm-rg350-1dac4fbd557fc07be1bbc0dbbe94b1705b601a2a.zip
SCI/SCUMMVM: Added an option to enable the dithering removal algorithm (so called "undithering") in the graphics options tab. The algorithm is now disabled by default, after popular demand. In retrospect, we really shouldn't have made it default, in order to preserve the authenticity of the graphics in early SCI EGA games, and allow the user to opt in and enable the option if needed. Unfortunately, the lack of an easy way to modify the option made it hard to do so.
svn-id: r54066
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r--gui/themes/scummclassic/classic_layout.stx3
-rw-r--r--gui/themes/scummclassic/classic_layout_lowres.stx3
2 files changed, 6 insertions, 0 deletions
diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx
index 74b8bf4b2c..20301192cf 100644
--- a/gui/themes/scummclassic/classic_layout.stx
+++ b/gui/themes/scummclassic/classic_layout.stx
@@ -218,6 +218,9 @@
<widget name = 'grFullscreenCheckbox'
type = 'Checkbox'
/>
+ <widget name = 'grUnditherCheckbox'
+ type = 'Checkbox'
+ />
</layout>
</dialog>
diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx
index 65083f4bce..7cfe1a3157 100644
--- a/gui/themes/scummclassic/classic_layout_lowres.stx
+++ b/gui/themes/scummclassic/classic_layout_lowres.stx
@@ -216,6 +216,9 @@
<widget name = 'grFullscreenCheckbox'
type = 'Checkbox'
/>
+ <widget name = 'grUnditherCheckbox'
+ type = 'Checkbox'
+ />
</layout>
</dialog>