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

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Mon Jan 3 23:53:12 CET 2011


Revision: 55112
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55112&view=rev
Author:   fuzzie
Date:     2011-01-03 22:53:12 +0000 (Mon, 03 Jan 2011)

Log Message:
-----------
MOHAWK: Add game type/detection for CSTime.

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

Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp	2011-01-03 22:52:50 UTC (rev 55111)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2011-01-03 22:53:12 UTC (rev 55112)
@@ -103,6 +103,7 @@
 	{"riven", "Riven: The Sequel to Myst"},
 #ifdef DETECT_BRODERBUND_TITLES
 	{"zoombini", "Logical Journey of the Zoombinis"},
+	{"cstime", "Where in Time is Carmen Sandiego?"},
 	{"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"},
@@ -236,6 +237,7 @@
 			*engine = new Mohawk::MohawkEngine_LivingBooks(syst, gd);
 			break;
 		case Mohawk::GType_ZOOMBINI:
+		case Mohawk::GType_CSTIME:
 		case Mohawk::GType_CSWORLD:
 		case Mohawk::GType_CSAMTRAK:
 		case Mohawk::GType_JAMESMATH:

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-03 22:52:50 UTC (rev 55111)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-01-03 22:53:12 UTC (rev 55112)
@@ -389,6 +389,21 @@
 #ifdef DETECT_BRODERBUND_TITLES
 	{
 		{
+			"cstime",
+			"",
+			AD_ENTRY1("signin.mhk", "410b4ce8d1a8702971e4d1ffba9b965d"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_CSTIME,
+		GF_HASMIDI,
+		0
+	},
+
+	{
+		{
 			"zoombini",
 			"",
 			AD_ENTRY1("ZOOMBINI.MHK", "98b758fec55104c096cfd129048be9a6"),

Modified: scummvm/trunk/engines/mohawk/mohawk.h
===================================================================
--- scummvm/trunk/engines/mohawk/mohawk.h	2011-01-03 22:52:50 UTC (rev 55111)
+++ scummvm/trunk/engines/mohawk/mohawk.h	2011-01-03 22:53:12 UTC (rev 55112)
@@ -53,6 +53,7 @@
 	GType_MAKINGOF,
 	GType_RIVEN,
 	GType_ZOOMBINI,
+	GType_CSTIME,
 	GType_CSWORLD,
 	GType_CSAMTRAK,
 	GType_JAMESMATH,


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