[Scummvm-cvs-logs] scummvm master -> 5e801ef41a17a1862d1c98d635ec586f4ad4503e

digitall dgturner at iee.org
Fri Mar 8 23:33:11 CET 2013


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:
5e801ef41a MOHAWK: Add Myst and Riven Polish detection entries.


Commit: 5e801ef41a17a1862d1c98d635ec586f4ad4503e
    https://github.com/scummvm/scummvm/commit/5e801ef41a17a1862d1c98d635ec586f4ad4503e
Author: D G Turner (digitall at scummvm.org)
Date: 2013-03-08T14:31:09-08:00

Commit Message:
MOHAWK: Add Myst and Riven Polish detection entries.

These are from bug #3606788 ("Mohawk: Myst: ME - polish MD5") and bug

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index fc7dfce..87635bf 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -239,6 +239,24 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0,
 	},
 
+	// Myst Masterpiece Edition
+	// Polish Windows
+	// From pykman (Included in "Myst: Antologia")
+	{
+		{
+			"myst",
+			"Masterpiece Edition",
+			AD_ENTRY1("MYST.DAT", "4a05771b60f4a69869838d01e85c9e80"),
+			Common::PL_POL,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_MYST,
+		GF_ME,
+		0,
+	},
+
 	// Riven: The Sequel to Myst
 	// Version 1.0 (5CD)
 	// From clone2727
@@ -348,6 +366,24 @@ static const MohawkGameDescription gameDescriptions[] = {
 	},
 
 	// Riven: The Sequel to Myst
+	// Version 1.02 (DVD, From "Myst: Antologia")
+	// From pykman
+	{
+		{
+			"riven",
+			"",
+			AD_ENTRY1("a_Data.MHK", "733a710cf5f848b441ec72d988ab8a3d"),
+			Common::PL_POL,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_RIVEN,
+		GF_DVD,
+		0,
+	},
+
+	// Riven: The Sequel to Myst
 	// Version ? (Demo, From "Prince of Persia Collector's Edition")
 	// From Clone2727
 	{






More information about the Scummvm-git-logs mailing list