[Scummvm-cvs-logs] scummvm master -> 355420c1e599e3b8f56116d4c7826c640f8cc8ac

Strangerke Strangerke at scummvm.org
Sat Dec 12 16:10:32 CET 2015


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:
355420c1e5 TONY: Add detection for Tony Tough Czech "not installed"


Commit: 355420c1e599e3b8f56116d4c7826c640f8cc8ac
    https://github.com/scummvm/scummvm/commit/355420c1e599e3b8f56116d4c7826c640f8cc8ac
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-12T16:03:55+01:00

Commit Message:
TONY: Add detection for Tony Tough Czech "not installed"

Changed paths:
    engines/tony/detection_tables.h



diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index 28dcaac..1bb91a8 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -24,7 +24,7 @@ namespace Tony {
 
 static const TonyGameDescription gameDescriptions[] = {
 	{
-		// Tony Tough English
+		// Tony Tough English not installed
 		{
 			"tony",
 			0,
@@ -32,8 +32,6 @@ static const TonyGameDescription gameDescriptions[] = {
 				// TODO: AdvancedDetector seems to have a problem where it thinks data1.cab is unrecognized.
 				// Is it perhaps because the Agos engine also has detection entries for data1.cab?
 				{"data1.cab", 0, "ce82907242166bfb594d97bdb68f96d2", 4350},
-				/*{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
-				{"roasted.mpc", 0, "57c4a3860cf899443c357e0078ea6f49", 366773},*/
 				AD_LISTEND
 			},
 			Common::EN_ANY,
@@ -44,6 +42,24 @@ static const TonyGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Tony Tough Czech not installed
+		{
+			"tony",
+			0,
+			{
+				// TODO: AdvancedDetector seems to have a problem where it thinks data1.cab is unrecognized.
+				// Is it perhaps because the Agos engine also has detection entries for data1.cab?
+				{"data1.cab", 0, "c6d5dd8f0c1241a6e3f7861b7f27bf7b", 4350},
+				AD_LISTEND
+			},
+			Common::CZ_CZE,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+
+	{
 		// Tony Tough English Demo
 		{
 			"tony",






More information about the Scummvm-git-logs mailing list