[Scummvm-cvs-logs] scummvm master -> dfb59711ff168e347c3dd3f72cbcd529a9471f4d

somaen einarjohants at gmail.com
Mon Apr 15 16:01:59 CEST 2013


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:
a8a7276c18 WINTERMUTE: Add detection entry for Dreamscape
dfb59711ff Merge pull request #317 from JenniBee/wintermute


Commit: a8a7276c18f51562833703aa6c6e0ca26351ede6
    https://github.com/scummvm/scummvm/commit/a8a7276c18f51562833703aa6c6e0ca26351ede6
Author: JenniBee (mcjennibee at gmail.com)
Date: 2013-04-14T07:54:49-07:00

Commit Message:
WINTERMUTE: Add detection entry for Dreamscape

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 4056daa..b5dbfc1 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -37,6 +37,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"chivalry",        "Chivalry is Not Dead"},
 	{"deadcity",        "Dead City"},
 	{"dirtysplit",      "Dirty Split"},
+	{"dreamscape",      "Dreamscape"},
 	{"ghostsheet",      "Ghost in the Sheet"},
 	{"hamlet",          "Hamlet or the last game without MMORPS features, shaders and product placement"},
 	{"julia",           "J.U.L.I.A."},
@@ -236,6 +237,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Dreamscape
+	{
+		"dreamscape",
+		"",
+		AD_ENTRY1s("data.dcp",  "7a5752ed4446c862be9f02d7932acf54", 17034377),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// Ghosts in the Sheet
 	{
 		"ghostsheet",


Commit: dfb59711ff168e347c3dd3f72cbcd529a9471f4d
    https://github.com/scummvm/scummvm/commit/dfb59711ff168e347c3dd3f72cbcd529a9471f4d
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-04-15T07:01:17-07:00

Commit Message:
Merge pull request #317 from JenniBee/wintermute

WINTERMUTE: Add detection entry for Dreamscape

Changed paths:
    engines/wintermute/detection_tables.h









More information about the Scummvm-git-logs mailing list