[Scummvm-cvs-logs] scummvm master -> 64f30861b56f7bcb520d94344ebc69b3b19bddf9

somaen einarjohants at gmail.com
Sat Apr 5 16:03:17 CEST 2014


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:
64f30861b5 WINTERMUTE: Add detection for the Reversion2 2.0.2412 (Linux)


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

Commit Message:
WINTERMUTE: Add detection for the Reversion2 2.0.2412 (Linux)

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index e511d5d..7e26cd7 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -1043,6 +1043,36 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Reversion: The Meeting Version 2.0.2412 (Chinese)
+	{
+		"reversion2",
+		"Version 2.0.2412",
+		{
+			{"data.dcp", 0, "f4ffc4df24b7bebad56a24930f33a2bc", 255766600},
+			{"xlanguage_nz.dcp", 0, "17c79af4928e24484bee77a7e807cc2a", 10737127},
+			{"Linux.dcp", 0, "21858bd77dc86b03f701fd47900e2f51", 984535},
+			AD_LISTEND
+		},
+		Common::ZH_CNA,
+		Common::kPlatformLinux,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
+	// Reversion: The Meeting Version 2.0.2412 (English)
+	{
+		"reversion2",
+		"Version 2.0.2412",
+		{
+			{"data.dcp", 0, "f4ffc4df24b7bebad56a24930f33a2bc", 255766600},
+			{"xlanguage_en.dcp", 0, "0598bf752ce93b42bcaf1094df537c7b", 8533057},
+			{"Linux.dcp", 0, "21858bd77dc86b03f701fd47900e2f51", 984535},
+			AD_LISTEND
+		},
+		Common::EN_ANY,
+		Common::kPlatformLinux,
+		ADGF_UNSTABLE,
+		GUIO0()
+	},
 	// Rhiannon: Curse of the four Branches
 	{
 		"rhiannon",






More information about the Scummvm-git-logs mailing list