[Scummvm-git-logs] scummvm master -> cb7ba8a5518b934e389c99cbe63e8b3041e5ca4e
bluegr
noreply at scummvm.org
Thu Jun 27 18:08:52 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4c89ba0c84 WINTERMUTE: add rhiannon german variant to detection
cb7ba8a551 WINTERMUTE: add rhiannonghostspast variant to detection
Commit: 4c89ba0c84f0070520f7a46970fccd9c30c6c825
https://github.com/scummvm/scummvm/commit/4c89ba0c84f0070520f7a46970fccd9c30c6c825
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-06-27T21:08:48+03:00
Commit Message:
WINTERMUTE: add rhiannon german variant to detection
reported by Indy4-Fan in 14693
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 2ad9e12688d..fe28df3b1b3 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -4172,6 +4172,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("rhiannon", "",
WME_ENTRY1s("data.dcp", "870f348900b735f1cc79c0608ce32b0e", 1046169851), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
+ // Rhiannon: Curse of the four Branches
+ WME_WINENTRY("rhiannon", "",
+ WME_ENTRY1s("data.dcp", "38e104ce1ebaf73e81446ab4344e1ad7", 1025512723), Common::DE_DEU, ADGF_UNSTABLE, WME_1_8_10),
+
// Rhiannon: Curse of the four Branches (English PC DVD)
WME_WINENTRY("rhiannon", "DVD",
WME_ENTRY1s("data.dcp", "6736bbc921bb6ce5161b3ad095a97bd4", 1053441028), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
Commit: cb7ba8a5518b934e389c99cbe63e8b3041e5ca4e
https://github.com/scummvm/scummvm/commit/cb7ba8a5518b934e389c99cbe63e8b3041e5ca4e
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-06-27T21:08:48+03:00
Commit Message:
WINTERMUTE: add rhiannonghostspast variant to detection
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index fe28df3b1b3..1b689903c6a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -142,6 +142,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"reversion2", "Reversion: The Meeting"},
{"reversion3", "Reversion: The Return"},
{"rhiannon", "Rhiannon: Curse of the four Branches"},
+ {"rhiannonghostspast", "Rhiannon: Ghosts of the Past"},
{"ritter", "1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde"},
{"rosemary", "Rosemary"},
{"royalmahjong", "Royal Mahjong: King's Journey"},
@@ -4200,6 +4201,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("rhiannon", "Demo 2",
WME_ENTRY1s("data.dcp", "52f111205bf294e8630652981eb31c3d", 79687595), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_6),
+ // Rhiannon: Ghosts of the Past (Premium Edition)
+ WME_WINENTRY("rhiannonghostspast", "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_UNSTABLE, WME_1_8_6),
More information about the Scummvm-git-logs
mailing list