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 | |
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')
-rw-r--r-- | gui/themes/default.inc | 4 | ||||
-rw-r--r-- | gui/themes/scummclassic.zip | bin | 33762 -> 13474 bytes | |||
-rw-r--r-- | gui/themes/scummclassic/THEMERC | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummclassic/classic_layout_lowres.stx | 2 | ||||
-rw-r--r-- | gui/themes/scummmodern.zip | bin | 140491 -> 56615 bytes | |||
-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 |
9 files changed, 8 insertions, 8 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 1e1a495585..363ab0bbe2 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -177,7 +177,7 @@ "<widget name='grFullscreenCheckbox' " "type='Checkbox' " "/> " -"<widget name='grUnditherCheckbox' " +"<widget name='grDisableDitheringCheckbox' " "type='Checkbox' " "/> " "</layout> " @@ -972,7 +972,7 @@ "<widget name='grFullscreenCheckbox' " "type='Checkbox' " "/> " -"<widget name='grUnditherCheckbox' " +"<widget name='grDisableDitheringCheckbox' " "type='Checkbox' " "/> " "</layout> " diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip Binary files differindex 1a92d3d443..756b77d4b9 100644 --- a/gui/themes/scummclassic.zip +++ b/gui/themes/scummclassic.zip diff --git a/gui/themes/scummclassic/THEMERC b/gui/themes/scummclassic/THEMERC index 81d4f2e97a..f0276969fe 100644 --- a/gui/themes/scummclassic/THEMERC +++ b/gui/themes/scummclassic/THEMERC @@ -1 +1 @@ -[SCUMMVM_STX0.81:ScummVM Classic Theme:No Author] +[SCUMMVM_STX0.8.2:ScummVM Classic Theme:No Author] diff --git a/gui/themes/scummclassic/classic_layout.stx b/gui/themes/scummclassic/classic_layout.stx index 20301192cf..7804a8c821 100644 --- a/gui/themes/scummclassic/classic_layout.stx +++ b/gui/themes/scummclassic/classic_layout.stx @@ -218,7 +218,7 @@ <widget name = 'grFullscreenCheckbox' type = 'Checkbox' /> - <widget name = 'grUnditherCheckbox' + <widget name = 'grDisableDitheringCheckbox' type = 'Checkbox' /> </layout> diff --git a/gui/themes/scummclassic/classic_layout_lowres.stx b/gui/themes/scummclassic/classic_layout_lowres.stx index 7cfe1a3157..419c388fc8 100644 --- a/gui/themes/scummclassic/classic_layout_lowres.stx +++ b/gui/themes/scummclassic/classic_layout_lowres.stx @@ -216,7 +216,7 @@ <widget name = 'grFullscreenCheckbox' type = 'Checkbox' /> - <widget name = 'grUnditherCheckbox' + <widget name = 'grDisableDitheringCheckbox' type = 'Checkbox' /> </layout> diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip Binary files differindex 304e553c48..0a97511052 100644 --- a/gui/themes/scummmodern.zip +++ b/gui/themes/scummmodern.zip 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> |