[Scummvm-git-logs] scummvm master -> b9da793ef37a031361a6b9830863132cb867d38a
bgK
bastien.bouclet at gmail.com
Sun Nov 24 15:08:06 UTC 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b9da793ef3 GUI: Bump the theme format version number
Commit: b9da793ef37a031361a6b9830863132cb867d38a
https://github.com/scummvm/scummvm/commit/b9da793ef37a031361a6b9830863132cb867d38a
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2019-11-24T16:06:17+01:00
Commit Message:
GUI: Bump the theme format version number
The DropdownButtonWidget changes broke compatibility with older themes.
Changed paths:
gui/ThemeEngine.h
gui/themes/scummclassic.zip
gui/themes/scummclassic/THEMERC
gui/themes/scummmodern.zip
gui/themes/scummmodern/THEMERC
gui/themes/scummremastered.zip
gui/themes/scummremastered/THEMERC
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 827ec19..db2794c 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -37,7 +37,7 @@
#include "graphics/pixelformat.h"
-#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.27"
+#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8.28"
class OSystem;
diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index eb43825..4659d8e 100644
Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ
diff --git a/gui/themes/scummclassic/THEMERC b/gui/themes/scummclassic/THEMERC
index a2cc42e..c8ee0df 100644
--- a/gui/themes/scummclassic/THEMERC
+++ b/gui/themes/scummclassic/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.8.27:ScummVM Classic Theme:No Author]
+[SCUMMVM_STX0.8.28:ScummVM Classic Theme:No Author]
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index f7a6900..afcdaf2 100644
Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ
diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC
index 9bf2fac..c696621 100644
--- a/gui/themes/scummmodern/THEMERC
+++ b/gui/themes/scummmodern/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.8.27:ScummVM Modern Theme:No Author]
+[SCUMMVM_STX0.8.28:ScummVM Modern Theme:No Author]
diff --git a/gui/themes/scummremastered.zip b/gui/themes/scummremastered.zip
index b9b247c..0179964 100644
Binary files a/gui/themes/scummremastered.zip and b/gui/themes/scummremastered.zip differ
diff --git a/gui/themes/scummremastered/THEMERC b/gui/themes/scummremastered/THEMERC
index 0f8b705..8d2cfbe 100644
--- a/gui/themes/scummremastered/THEMERC
+++ b/gui/themes/scummremastered/THEMERC
@@ -1 +1 @@
-[SCUMMVM_STX0.8.27:ScummVM Modern Theme Remastered:No Author]
+[SCUMMVM_STX0.8.28:ScummVM Modern Theme Remastered:No Author]
More information about the Scummvm-git-logs
mailing list