[Scummvm-cvs-logs] SF.net SVN: scummvm: [30856] scummvm/branches/branch-0-11-0/engines/gob/ detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Feb 12 22:09:05 CET 2008


Revision: 30856
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30856&view=rev
Author:   drmccoy
Date:     2008-02-12 13:09:04 -0800 (Tue, 12 Feb 2008)

Log Message:
-----------
Backporting the additions of the Gob MD5s supplied by raziel_ in bug reports #1891864, #1891867 and #1891869

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/gob/detection.cpp

Modified: scummvm/branches/branch-0-11-0/engines/gob/detection.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/gob/detection.cpp	2008-02-12 15:31:46 UTC (rev 30855)
+++ scummvm/branches/branch-0-11-0/engines/gob/detection.cpp	2008-02-12 21:09:04 UTC (rev 30856)
@@ -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",
@@ -1007,6 +1033,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