[Scummvm-cvs-logs] scummvm master -> 7141df0729f8631f694525f7caac53079e69803f

somaen einarjohants at gmail.com
Sat May 31 20:58:25 CEST 2014


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:
7141df0729 WINTERMUTE: Add another Rhiannon-version to the detection tables.


Commit: 7141df0729f8631f694525f7caac53079e69803f
    https://github.com/scummvm/scummvm/commit/7141df0729f8631f694525f7caac53079e69803f
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-05-31T20:57:15+02:00

Commit Message:
WINTERMUTE: Add another Rhiannon-version to the detection tables.

As it's unclear how this version differs from the current version,
I've tagged it as DVD.

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 6556d3b..130a68c 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1084,6 +1084,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Rhiannon: Curse of the four Branches (English PC DVD)
+	{
+		"rhiannon",
+		"DVD",
+		AD_ENTRY1s("data.dcp", "6736bbc921bb6ce5161b3ad095a97bd4", 1053441028),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// 1 1/2 Ritter: Auf der Suche nach der hinreissenden Herzelinde
 	{
 		"ritter",






More information about the Scummvm-git-logs mailing list