[Scummvm-cvs-logs] SF.net SVN: scummvm: [30851] scummvm/trunk/engines/gob/detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Feb 12 15:55:31 CET 2008


Revision: 30851
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30851&view=rev
Author:   drmccoy
Date:     2008-02-12 06:55:31 -0800 (Tue, 12 Feb 2008)

Log Message:
-----------
Added Gob MD5s as supplied by raziel_ in bug reports #1891864, #1891867 and #1891869

Modified Paths:
--------------
    scummvm/trunk/engines/gob/detection.cpp

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2008-02-12 09:34:38 UTC (rev 30850)
+++ scummvm/trunk/engines/gob/detection.cpp	2008-02-12 14:55:31 UTC (rev 30851)
@@ -109,6 +109,19 @@
 		kFeaturesNone,
 		"intro"
 	},
+	{ // Supplied by raziel_ in bug report #1891864
+		{
+			"gob1",
+			"VGA",
+			AD_ENTRY1s("intro.stk", "e157cb59c6d330ca70d12ab0ef1dd12b", 288972),
+			EN_GRB,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeGob1,
+		kFeaturesAdlib,
+		"intro"
+	},
 	{ // CD 1.000 version.
 		{
 			"gob1cd",
@@ -399,6 +412,19 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+	{ // Supplied by raziel_ in bug report #1891867
+		{
+			"gob2",
+			"",
+			AD_ENTRY1s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302),
+			EN_USA,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeGob2,
+		kFeaturesAdlib,
+		"intro"
+	},
 	{
 		{
 			"gob2",
@@ -1005,6 +1031,19 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+	{ // Supplied by raziel_ in bug report #1891869
+		{
+			"gob3",
+			"",
+			AD_ENTRY1s("intro.stk", "16b014bf32dbd6ab4c5163c44f56fed1", 445104),
+			EN_GRB,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeGob3,
+		kFeaturesAdlib,
+		"intro"
+	},
 	{ // Supplied by fac76 in bug report #1742716
 		{
 			"gob3",


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