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

aquadran noreply at scummvm.org
Mon Jul 11 18:29:39 UTC 2022


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:
d6a7e02833 WINTERMUTE: Added 'Dreams' demo


Commit: d6a7e028334e9eb8e06bd8c6409f2985b0ee8874
    https://github.com/scummvm/scummvm/commit/d6a7e028334e9eb8e06bd8c6409f2985b0ee8874
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-11T20:29:33+02:00

Commit Message:
WINTERMUTE: Added 'Dreams' demo

Changed paths:
    engines/wintermute/detection.h
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection.h b/engines/wintermute/detection.h
index 347f05f28d8..8379e10cc09 100644
--- a/engines/wintermute/detection.h
+++ b/engines/wintermute/detection.h
@@ -34,6 +34,7 @@ enum WMETargetExecutable {
 	WME_1_0_22, // DEAD:CODE 2003
 	WME_1_0_24, // DEAD:CODE 2003
 	WME_1_0_25, // DEAD:CODE 2003
+	WME_1_0_26, // DEAD:CODE 2003
 	WME_1_0_28, // DEAD:CODE 2003
 	WME_1_0_30, // DEAD:CODE 2003
 	WME_1_0_31, // DEAD:CODE 2003
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index c16450a6c79..4c2d5bc3809 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -68,13 +68,14 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"deadcity",        "Dead City"},
 	{"devilincapital",  "Devil In The Capital"},
 	{"dfafadventure",   "DFAF Adventure"},
+	{"dirtysplit",      "Dirty Split"},
 	{"drbohus",         "Dr. Bohus"},
 	{"drdoylemotch",    "Dr. Doyle - Mystery Of The Cloche Hat"},
 	{"dreamcat",        "Dreamcat"},
 	{"dreaming",        "Des Reves Elastiques Avec Mille Insectes Nommes Georges"},
-	{"driller",         "The Driller Incident"},
-	{"dirtysplit",      "Dirty Split"},
+	{"dreams",          "Dreams"},
 	{"dreamscape",      "Dreamscape"},
+	{"driller",         "The Driller Incident"},
 	{"erinmyers",       "The Death of Erin Myers"},
 	{"escapemansion",   "Escape from the Mansion"},
 	{"everydaygray",    "Everyday Grey"},
@@ -927,6 +928,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("dreamcat", "",
 		WME_ENTRY1s("data.dcp", "189bd4eef29034f4ff4ed30120eaac4e", 7758040), Common::EN_ANY, ADGF_UNSTABLE | GF_LOWSPEC_ASSETS, WME_1_9_1),
 
+	// Dreams (Demo)
+	WME_WINENTRY("dreams", "Demo",
+		WME_ENTRY1s("data.dcp", "1c620f51bef1faffbeebb6253542f834", 23622097), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_0_26),
+
 	// Dreamscape (Beta)
 	// NOTE: Package is called "Dreamland.rar", however game title is "Dreamscape"
 	WME_WINENTRY("dreamscape", "Beta",




More information about the Scummvm-git-logs mailing list