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

dreammaster dreammaster at scummvm.org
Sun Apr 9 02:21:03 CEST 2017


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:
cc34168be3 Xeen: Add detection for the 2CD "talkie" version
bb344959ea Merge pull request #936 from darkstar/xeen_detection


Commit: cc34168be3242460ca7601e0d10280889ce15a1e
    https://github.com/scummvm/scummvm/commit/cc34168be3242460ca7601e0d10280889ce15a1e
Author: Michael DrĂ¼ing (michael at drueing.de)
Date: 2017-04-02T23:02:21+02:00

Commit Message:
Xeen: Add detection for the 2CD "talkie" version

Changed paths:
    engines/xeen/detection_tables.h


diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index 03290b9..b9d8d6e 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -61,6 +61,25 @@ static const XeenGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// World of Xeen (2 CD talkie version)
+		{
+			"worldofxeen",
+			nullptr,
+			{
+				{"xeen.cc", 0, "964078c53f649937ce9a1a3596ce3d9f", 13438429},
+				{"dark.cc", 0, "7f755ce39ea614fa6adb016f8bfc6e43", 11288403},
+				AD_LISTEND
+			},
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+		GType_WorldOfXeen,
+		0
+	},
+
 	{ AD_TABLE_END_MARKER, 0, 0 }
 };
 


Commit: bb344959ea7c254f2fa75dd66cb444b26f026ec3
    https://github.com/scummvm/scummvm/commit/bb344959ea7c254f2fa75dd66cb444b26f026ec3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-04-08T20:20:59-04:00

Commit Message:
Merge pull request #936 from darkstar/xeen_detection

Xeen: Add detection for the 2CD "talkie" version

Changed paths:
    engines/xeen/detection_tables.h







More information about the Scummvm-git-logs mailing list