[Scummvm-cvs-logs] scummvm master -> 86c23885d308413288d0ea65c75e490a02de2f57

Strangerke Strangerke at scummvm.org
Fri Oct 26 16:33:07 CEST 2012


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:
a6eddd2e99 Add detection for original Italian version.
86c23885d3 Merge pull request #289 from rasky/add_italian_version


Commit: a6eddd2e99ea0b62fda35c8a6bbc18415502ba69
    https://github.com/scummvm/scummvm/commit/a6eddd2e99ea0b62fda35c8a6bbc18415502ba69
Author: Giovanni Bajo (rasky at develer.com)
Date: 2012-10-26T03:52:15-07:00

Commit Message:
Add detection for original Italian version.

Changed paths:
    engines/tony/detection_tables.h



diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h
index d2bd81f..ce3ab01 100644
--- a/engines/tony/detection_tables.h
+++ b/engines/tony/detection_tables.h
@@ -124,6 +124,22 @@ static const TonyGameDescription gameDescriptions[] = {
 		},
 	},
 	{
+		// Tony Tough Italian provided by Giovanni Bajo
+		{
+			"tony",
+			0,
+			{
+				{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
+				{"roasted.mpc", 0, "6202816f991b15af82aab84e3e4be011", 380183},
+				AD_LISTEND
+			},
+			Common::IT_ITA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+	{
 		// Tony Tough Polish provided by Fabio Barzagli
 		{
 			"tony",


Commit: 86c23885d308413288d0ea65c75e490a02de2f57
    https://github.com/scummvm/scummvm/commit/86c23885d308413288d0ea65c75e490a02de2f57
Author: Strangerke (strangerke at scummvm.org)
Date: 2012-10-26T07:32:18-07:00

Commit Message:
Merge pull request #289 from rasky/add_italian_version

Add detection for original Italian version.

Changed paths:
    engines/tony/detection_tables.h









More information about the Scummvm-git-logs mailing list