[Scummvm-cvs-logs] scummvm master -> 4a5333893d38a13b26a4294ff144d179cdd938f2

fuzzie fuzzie at fuzzie.org
Mon Sep 10 13:12:32 CEST 2012


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:
4a5333893d TONY: Add German/Czech detection entries.


Commit: 4a5333893d38a13b26a4294ff144d179cdd938f2
    https://github.com/scummvm/scummvm/commit/4a5333893d38a13b26a4294ff144d179cdd938f2
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2012-09-10T04:05:40-07:00

Commit Message:
TONY: Add German/Czech detection entries.

Changed paths:
    engines/tony/detection_tables.h



diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index f9881c2..d2bd81f 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -139,6 +139,39 @@ static const TonyGameDescription gameDescriptions[] = {
 			GUIO1(GUIO_NONE)
 		},
 	},
+	{
+		// Tony Tough German "Gamestar" provided in bug #3566035
+		{
+			"tony",
+			0,
+			{
+				{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
+				{"roasted.mpc", 0, "187de6f88f4083808cb66342ab55a7fd", 389904},
+				AD_LISTEND
+			},
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+	{
+		// Tony Tough Czech provided in bug #3565765
+		{
+			"tony",
+			0,
+			{
+				// {"data1.cab", 0, "c6d5dd8f0c1241a6e3f7861b7f27bf7b", 4350},
+				{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
+				{"roasted.mpc", 0, "a8283a101878f3ca105f1f83f07e2c40", 386491},
+				AD_LISTEND
+			},
+			Common::CZ_CZE,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list