[Scummvm-cvs-logs] SF.net SVN: scummvm:[55037] scummvm/trunk/engines/mohawk

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Sat Dec 25 20:52:24 CET 2010


Revision: 55037
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55037&view=rev
Author:   fuzzie
Date:     2010-12-25 19:52:24 +0000 (Sat, 25 Dec 2010)

Log Message:
-----------
MOHAWK: detect the European versions of Zoombinis

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/detection.cpp
    scummvm/trunk/engines/mohawk/detection_tables.h

Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp	2010-12-25 18:45:48 UTC (rev 55036)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2010-12-25 19:52:24 UTC (rev 55037)
@@ -102,7 +102,7 @@
 	{"MakingOfMyst", "The Making of Myst"},
 	{"riven", "Riven: The Sequel to Myst"},
 #ifdef DETECT_BRODERBUND_TITLES
-	{"zoombini", "Logical Journey of the Zoombinis Deluxe"},
+	{"zoombini", "Logical Journey of the Zoombinis"},
 	{"csworld", "Where in the World is Carmen Sandiego?"},
 	{"csamtrak", "Where in America is Carmen Sandiego? (The Great Amtrak Train Adventure)"},
 	{"maggiesfa", "Maggie's Farmyard Adventure"},

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2010-12-25 18:45:48 UTC (rev 55036)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2010-12-25 19:52:24 UTC (rev 55037)
@@ -404,6 +404,51 @@
 
 	{
 		{
+			"zoombini",
+			"",
+			AD_ENTRY1("ZOOMBINI.MHK", "0672f65c40dd065840c896e41c13f980"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_ZOOMBINI,
+		GF_HASMIDI,
+		0
+	},
+
+	{
+		{
+			"zoombini",
+			"",
+			AD_ENTRY1("ZOOMBINI.MHK", "6ae0bdf791266b1fe3d4fabbf44c3faa"),
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_ZOOMBINI,
+		GF_HASMIDI,
+		0
+	},
+
+	{
+		{
+			"zoombini",
+			"",
+			AD_ENTRY1("ZOOMBINI.MHK", "8231e58525143ccf6e8b747df34b139f"),
+			Common::FR_FRA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_ZOOMBINI,
+		GF_HASMIDI,
+		0
+	},
+
+	{
+		{
 			"csworld",
 			"v3.0",
 			AD_ENTRY1("C2K.MHK", "605fe88380848031bbd0ff84ade6fe40"),


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list