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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Feb 1 03:54:51 CET 2011


Revision: 55702
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55702&view=rev
Author:   mthreepwood
Date:     2011-02-01 02:54:51 +0000 (Tue, 01 Feb 2011)

Log Message:
-----------
MOHAWK: Add detection for Arthur's Computer Adventure

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	2011-02-01 02:47:24 UTC (rev 55701)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2011-02-01 02:54:51 UTC (rev 55702)
@@ -123,6 +123,7 @@
 	{"rugrats", "Rugrats Adventure Game"},
 	{"lbsampler", "Living Books Sampler"},
 	{"bearfight", "The Berenstain Bears Get in a Fight"},
+	{"arthurcomp", "Arthur's Computer Adventure"},
 	{0, 0}
 };
 

Modified: scummvm/trunk/engines/mohawk/detection_tables.h
===================================================================
--- scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-01 02:47:24 UTC (rev 55701)
+++ scummvm/trunk/engines/mohawk/detection_tables.h	2011-02-01 02:54:51 UTC (rev 55702)
@@ -1204,6 +1204,36 @@
 		"Bears Get in a Fight"
 	},
 
+	{
+		{
+			"arthurcomp",
+			"",
+			AD_ENTRY1("OUTLINE", "dec4d1a05449f81b6012706932658326"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV4,
+		0,
+		0
+	},
+
+	{
+		{
+			"arthurcomp",
+			"",
+			AD_ENTRY1("BookOutline", "87bf1f9113340ce1c6c880932e815882"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV4,
+		0,
+		0
+	},
+
 	{ AD_TABLE_END_MARKER, 0, 0, 0 }
 };
 


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