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

bluegr bluegr at gmail.com
Sun Jun 9 18:27:08 CEST 2019


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:
c0b7862125 WINTERMUTE: Add detection entries for reported rhiannon demos
f2b8dc4776 WINTERMUTE: Add missing comment line for new rhiannon demo


Commit: c0b7862125598c855d8be70606b032c4cb72c19c
    https://github.com/scummvm/scummvm/commit/c0b7862125598c855d8be70606b032c4cb72c19c
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2019-06-09T19:27:04+03:00

Commit Message:
WINTERMUTE: Add detection entries for reported rhiannon demos

closes #10972
closes #10973

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index a3ef9f3..bccefa7 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -513,6 +513,11 @@ static const WMEGameDescription gameDescriptions[] = {
 	// Rhiannon: Curse of the four Branches (English PC DVD)
 	WME_WINENTRY("rhiannon", "DVD",
 		WME_ENTRY1s("data.dcp", "6736bbc921bb6ce5161b3ad095a97bd4", 1053441028), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+	// 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_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
+	WME_WINENTRY("rhiannon", "Demo: Chapter 5",
+		WME_ENTRY1s("data.dcp", "88be3fa1389889b2079e54d780803a75", 88644508), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
 	// 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde
 	WME_WINENTRY("ritter", "",
 		WME_ENTRY1s("data.dcp", "5ac416cee605d3a30f4d59687b1cdab2", 364260278), Common::DE_DEU, ADGF_UNSTABLE, LATEST_VERSION),


Commit: f2b8dc4776f0b7c4eabf26b31c5675ccb81e561e
    https://github.com/scummvm/scummvm/commit/f2b8dc4776f0b7c4eabf26b31c5675ccb81e561e
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2019-06-09T19:27:04+03:00

Commit Message:
WINTERMUTE: Add missing comment line for new rhiannon demo

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index bccefa7..33b59f5 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -516,6 +516,7 @@ static const WMEGameDescription gameDescriptions[] = {
 	// 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_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
+	// Rhiannon: Curse of The Four Branches (Demo: Chapter 5)
 	WME_WINENTRY("rhiannon", "Demo: Chapter 5",
 		WME_ENTRY1s("data.dcp", "88be3fa1389889b2079e54d780803a75", 88644508), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
 	// 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde





More information about the Scummvm-git-logs mailing list