[Scummvm-git-logs] scummvm master -> ba6f43e61347420a7df4cd222105033ba5895ba7

tag2015 noreply at scummvm.org
Mon Oct 6 13:46:10 UTC 2025


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
7364d3d359 WINTERMUTE: Remove redundant rhiannonghosts
ba6f43e613 WINTERMUTE: Mark "The Death of Erin Myers" as supported


Commit: 7364d3d359c2c459d8b1dab1a022021b198151a8
    https://github.com/scummvm/scummvm/commit/7364d3d359c2c459d8b1dab1a022021b198151a8
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-10-06T15:42:08+02:00

Commit Message:
WINTERMUTE: Remove redundant rhiannonghosts

"Ghosts of the Past" is the german naming of the premium version

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 7061fb2911a..8565f2d61c8 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -146,7 +146,6 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"reversion2",      "Reversion: The Meeting"},
 	{"reversion3",      "Reversion: The Return"},
 	{"rhiannon",        "Rhiannon: Curse of the four Branches"},
-	{"rhiannonghosts",  "Rhiannon: Ghosts of the Past"},
 	{"ritter",          "1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde"},
 	{"roadsantiago",    "The Road to Santiago"},
 	{"rosemary",        "Rosemary"},
@@ -4248,6 +4247,11 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("rhiannon", "Premium Edition",
 		WME_ENTRY1s("data.dcp", "8debcadeda038f43d9ca9b97d827e7f3", 928484275), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
 
+	// Rhiannon: Curse of the four Branches (Premium Edition) (German)
+	// AKA Rhiannon: Ghosts of the Past (Rhiannon: Geister der Vergangenheit)
+	WME_WINENTRY("rhiannon", "Premium Edition",
+		WME_ENTRY1s("data.dcp", "785d2fcea73508ea40a5b00869b12b03", 946473152), Common::DE_DEU, ADGF_NO_FLAGS, WME_1_9_1),
+
 	// Rhiannon: Curse of The Four Branches (Demo: Chapter 1)
 	WME_WINENTRY("rhiannon", "Demo: Chapter 1",
 		WME_ENTRY1s("data.dcp", "d3b6ad94e9a8b29ca3cbda96c8857bd6", 72680676), Common::EN_ANY, ADGF_DEMO, WME_1_8_6),
@@ -4264,10 +4268,6 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("rhiannon", "Demo 2",
 		WME_ENTRY1s("data.dcp", "52f111205bf294e8630652981eb31c3d", 79687595), Common::EN_ANY, ADGF_DEMO, WME_1_8_6),
 
-	// Rhiannon: Ghosts of the Past (Premium Edition)
-	WME_WINENTRY("rhiannonghosts", "Premium Edition",
-		WME_ENTRY1s("data.dcp", "785d2fcea73508ea40a5b00869b12b03", 946473152), Common::DE_DEU, ADGF_UNSTABLE, WME_1_9_1),
-
 	// 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde (German)
 	WME_WINENTRY("ritter", "",
 		WME_ENTRY1s("data.dcp", "5ac416cee605d3a30f4d59687b1cdab2", 364260278), Common::DE_DEU, ADGF_NO_FLAGS, WME_1_8_6),


Commit: ba6f43e61347420a7df4cd222105033ba5895ba7
    https://github.com/scummvm/scummvm/commit/ba6f43e61347420a7df4cd222105033ba5895ba7
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-10-06T15:44:50+02:00

Commit Message:
WINTERMUTE: Mark "The Death of Erin Myers" as supported

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 8565f2d61c8..e1aa685e38a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -989,7 +989,7 @@ static const WMEGameDescription gameDescriptions[] = {
 
 	// The Death of Erin Myers (Steam)
 	WME_WINENTRY("erinmyers", "Steam",
-		WME_ENTRY1s("data.dcp", "beebf574c043ebeedf23ac8df6e1f988", 245235110), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_1),
+		WME_ENTRY1s("data.dcp", "beebf574c043ebeedf23ac8df6e1f988", 245235110), Common::EN_ANY, ADGF_NO_FLAGS, WME_1_9_1),
 
 	// Escape from the Mansion
 	WME_WINENTRY("escapemansion", "Beta 1",




More information about the Scummvm-git-logs mailing list