[Scummvm-cvs-logs] scummvm master -> 7de4a7972e9326dce7cf06ea201d20e002943760

somaen einarjohants at gmail.com
Sat Apr 13 23:22:29 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:
848f44f72a WINTERMUTE: Added detection entries for Reversion: The Meeting
7de4a7972e Merge pull request #315 from JenniBee/wintermute


Commit: 848f44f72a103d9d5f3e8c7a5d7b62bb0f166974
    https://github.com/scummvm/scummvm/commit/848f44f72a103d9d5f3e8c7a5d7b62bb0f166974
Author: JenniBee (mcjennibee at gmail.com)
Date: 2013-04-13T12:27:52-07:00

Commit Message:
WINTERMUTE: Added detection entries for Reversion: The Meeting

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 2ea9511..eaba56b 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -43,6 +43,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"mirage",          "Mirage"},
 	{"pigeons",         "Pigeons in the Park"},
 	{"reversion1",      "Reversion: The Escape"},
+	{"reversion2",	    "Reversion: The Meeting"},
 	{"rosemary",        "Rosemary"},
 	{"thebox",          "The Box"},
 	{"twc",             "the white chamber"},
@@ -391,6 +392,44 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Reversion: The Meeting (Chinese)
+	{
+		"reversion2",
+		"",
+		{
+			{"xlanguage_nz.dcp", 0, "8c3709474a87a7876109025dff41ff3f", 8746015},
+			{"data.dcp", 0, "f7938cbfdc48f07934550245a3286921", 255672016},
+			AD_LISTEND
+		},
+		Common::ZH_CNA,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// Reversion: The Meeting (English)
+	{
+		"reversion2",
+		"",
+		{
+			{"xlanguage_en.dcp", 0, "512c4621132116f68db45a3eda95a158", 58439451},
+			{"data.dcp", 0, "f7938cbfdc48f07934550245a3286921", 255672016},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// Reversion: The Meeting (Spanish)
+	{
+		"reversion2",
+		"",
+		AD_ENTRY1s("data.dcp", "f7938cbfdc48f07934550245a3286921", 255672016),
+		Common::ES_ESP,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// Rosemary
 	{
 		"rosemary",


Commit: 7de4a7972e9326dce7cf06ea201d20e002943760
    https://github.com/scummvm/scummvm/commit/7de4a7972e9326dce7cf06ea201d20e002943760
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-04-13T14:21:52-07:00

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

WINTERMUTE: Added detection entries for Reversion: The Meeting

Changed paths:
    engines/wintermute/detection_tables.h









More information about the Scummvm-git-logs mailing list