diff options
author | Filippos Karapetis | 2010-11-05 10:53:37 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-11-05 10:53:37 +0000 |
commit | 2416cbf75b6193c6bcecc76176d4d334e6f7f3de (patch) | |
tree | b595b5643402d1eb6acf22f8af6fdfca7d1beed6 /gui/themes/scummmodern | |
parent | daf3fb0df7996b95a376080d8112b09a97b52266 (diff) | |
download | scummvm-rg350-2416cbf75b6193c6bcecc76176d4d334e6f7f3de.tar.gz scummvm-rg350-2416cbf75b6193c6bcecc76176d4d334e6f7f3de.tar.bz2 scummvm-rg350-2416cbf75b6193c6bcecc76176d4d334e6f7f3de.zip |
COMMON/GUI/SCI: Changes to the EGA dithering checkbox
- Changed the new dithering checkbox to be more generic (i.e. relevant for all engines that may support such a feature in the future)
- Changed the checkbox to be unchecked by default. As discussed on -devel, game enhancements in ScummVM should be off by default, and opt-in
- Changed the option from "sci_undither" to "disable_dithering"
- Changed theme version style to X.Y.Z and bumped it to 0.8.2
svn-id: r54090
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/THEMERC | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern/scummmodern_layout_lowres.stx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC index 86eb81981d..b8f41fc207 100644 --- a/gui/themes/scummmodern/THEMERC +++ b/gui/themes/scummmodern/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.81:ScummVM Modern Theme:No Author] +[SCUMMVM_STX0.8.2:ScummVM Modern Theme:No Author] diff --git a/gui/themes/scummmodern/scummmodern_layout.stx b/gui/themes/scummmodern/scummmodern_layout.stx index 74cae93fe9..c00d0c961c 100644 --- a/gui/themes/scummmodern/scummmodern_layout.stx +++ b/gui/themes/scummmodern/scummmodern_layout.stx @@ -233,7 +233,7 @@ <widget name = 'grFullscreenCheckbox' type = 'Checkbox' /> - <widget name = 'grUnditherCheckbox' + <widget name = 'grDisableDitheringCheckbox' type = 'Checkbox' /> </layout> diff --git a/gui/themes/scummmodern/scummmodern_layout_lowres.stx b/gui/themes/scummmodern/scummmodern_layout_lowres.stx index 39e33c0d9c..e464c99011 100644 --- a/gui/themes/scummmodern/scummmodern_layout_lowres.stx +++ b/gui/themes/scummmodern/scummmodern_layout_lowres.stx @@ -214,7 +214,7 @@ <widget name = 'grFullscreenCheckbox' type = 'Checkbox' /> - <widget name = 'grUnditherCheckbox' + <widget name = 'grDisableDitheringCheckbox' type = 'Checkbox' /> </layout> |