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

somaen einarjohants at gmail.com
Sat Apr 5 15:33:53 CEST 2014


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
adacad71db WINTERMUTE: Add detection entry for Ghost in the Sheet
f565e20a01 WINTERMUTE: Add detection entry for Corrosion: Cold Winter Waiting
c402074385 WINTERMUTE: Add detection entry for Rhiannon: Curse of the four Branches


Commit: adacad71dbe6c78ec8c06cf01c4fe74ae9e21b0d
    https://github.com/scummvm/scummvm/commit/adacad71dbe6c78ec8c06cf01c4fe74ae9e21b0d
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-04-05T15:26:44+02:00

Commit Message:
WINTERMUTE: Add detection entry for Ghost in the Sheet

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 155bf2c..e87a41d 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -439,7 +439,21 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
-	// Ghosts in the Sheet
+	// Ghost in the Sheet
+	{
+		"ghostsheet",
+		"",
+		{
+			{"english.dcp", 0, "e6d0aad2c89996bcabe416105a3d6d3a", 12221017},
+			{"data.dcp", 0, "b2f8b05328e4881e15e98e845b63f451", 168003},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// Ghost in the Sheet (Demo)
 	{
 		"ghostsheet",
 		"Demo",


Commit: f565e20a01d9acf8266b685432dbe74ecd1f34ed
    https://github.com/scummvm/scummvm/commit/f565e20a01d9acf8266b685432dbe74ecd1f34ed
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-04-05T15:30:16+02:00

Commit Message:
WINTERMUTE: Add detection entry for Corrosion: Cold Winter Waiting

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e87a41d..7589bec 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -38,6 +38,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"carolreed8",      "Carol Reed 8 - Amber's Blood"},
 	{"carolreed9",      "Carol Reed 9 - Cold Case Summer"},
 	{"chivalry",        "Chivalry is Not Dead"},
+	{"corrosion",		"Corrosion: Cold Winter Waiting"},
 	{"deadcity",        "Dead City"},
 	{"dreaming",        "Des Reves Elastiques Avec Mille Insectes Nommes Georges"},
 	{"dirtysplit",      "Dirty Split"},
@@ -248,6 +249,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_TESTING,
 		GUIO0()
 	},
+	// Corrosion: Cold Winter Waiting
+	{
+		"corrosion",
+		"",
+		AD_ENTRY1s("data.dcp", "ae885b1a8faa0b27f43c0e8f0df02fc9", 525931618),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_TESTING,
+		GUIO0()
+	},
 	// Dead City (Czech)
 	{
 		"deadcity",


Commit: c40207438562597b307de52b087de7a86750dd7a
    https://github.com/scummvm/scummvm/commit/c40207438562597b307de52b087de7a86750dd7a
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-04-05T15:33:04+02:00

Commit Message:
WINTERMUTE: Add detection entry for Rhiannon: Curse of the four Branches

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 7589bec..e511d5d 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -59,6 +59,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"projectdoom",     "Project: Doom"},
 	{"reversion1",      "Reversion: The Escape"},
 	{"reversion2",      "Reversion: The Meeting"},
+	{"rhiannon",		"Rhiannon: Curse of the four Branches"},
 	{"rosemary",        "Rosemary"},
 	{"securanote",      "Securanote"},
 	{"shaban",          "Shaban"},
@@ -1042,6 +1043,16 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Rhiannon: Curse of the four Branches
+	{
+		"rhiannon",
+		"",
+		AD_ENTRY1s("data.dcp", "870f348900b735f1cc79c0608ce32b0e", 1046169851),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// Rosemary
 	{
 		"rosemary",






More information about the Scummvm-git-logs mailing list