[Scummvm-git-logs] scummvm master -> 86d02ef73f0a2190f229512929cf0892757795de

aquadran noreply at scummvm.org
Tue Jul 12 22:20:56 UTC 2022


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:
86d02ef73f WINTERMUTE: Added 'Royal Mahjong: King's Journey'


Commit: 86d02ef73f0a2190f229512929cf0892757795de
    https://github.com/scummvm/scummvm/commit/86d02ef73f0a2190f229512929cf0892757795de
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-13T00:20:51+02:00

Commit Message:
WINTERMUTE: Added 'Royal Mahjong: King's Journey'

Changed paths:
    engines/wintermute/detection.h
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection.h b/engines/wintermute/detection.h
index c9bb637cbe3..09440441f02 100644
--- a/engines/wintermute/detection.h
+++ b/engines/wintermute/detection.h
@@ -115,7 +115,9 @@ enum WMETargetExecutable {
 	FOXTAIL_1_2_527,
 	FOXTAIL_1_2_896,
 	FOXTAIL_1_2_902,
-	FOXTAIL_LATEST_VERSION
+	FOXTAIL_LATEST_VERSION,
+
+	WME_MAHJONG
 };
 
 enum WintermuteGameFeatures {
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e15baebe685..41746c9b9c9 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -145,6 +145,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"rhiannon",        "Rhiannon: Curse of the four Branches"},
 	{"ritter",          "1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde"},
 	{"rosemary",        "Rosemary"},
+	{"royalmahjong",    "Royal Mahjong: King's Journey"},
 	{"satanandsons",    "Satan and Sons"},
 	{"securanote",      "Securanote"},
 	{"shaban",          "Shaban"},
@@ -4172,6 +4173,25 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("rosemary", "",
 		WME_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
 
+	// Royal Mahjong: King's Journey (French)
+	WME_WINENTRY("royalmahjong", "",
+		WME_ENTRY2s("data.dcp", "f8f8b0308693d07261373766e001bb61", 28856313,
+				"fr.dcp", "84fc731590c7ee8c8ae7b8b89d6a8d39", 2560185), Common::FR_FRA, ADGF_UNSTABLE, WME_MAHJONG),
+
+	// Royal Mahjong: King's Journey (German)
+	WME_WINENTRY("royalmahjong", "",
+		WME_ENTRY2s("data.dcp", "f8f8b0308693d07261373766e001bb61", 28856313,
+				"de.dcp", "70f7e6d70787773df11da69e9f5df5e0", 2750615), Common::DE_DEU, ADGF_UNSTABLE, WME_MAHJONG),
+
+	// Royal Mahjong: King's Journey (Russian)
+	WME_WINENTRY("royalmahjong", "",
+		WME_ENTRY2s("data.dcp", "f8f8b0308693d07261373766e001bb61", 28856313,
+				"ru.dcp", "3e6ed74b4571ccada26700e7a0c62696", 978996), Common::RU_RUS, ADGF_UNSTABLE, WME_MAHJONG),
+
+	// Royal Mahjong: King's Journey (English)
+	WME_WINENTRY("royalmahjong", "",
+		WME_ENTRY1s("data.dcp", "f8f8b0308693d07261373766e001bb61", 28856313), Common::EN_ANY, ADGF_UNSTABLE, WME_MAHJONG),
+
 	// Securanote
 	WME_PLATENTRY("securanote", "",
 		WME_ENTRY1s("data.dcp", "5213d3e59b9e95b7fbd5c56f7de5341a", 2625554), Common::EN_ANY, Common::kPlatformIOS, ADGF_UNSTABLE, WME_LITE),




More information about the Scummvm-git-logs mailing list