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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Tue Oct 13 16:26:42 CEST 2009


Revision: 45014
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45014&view=rev
Author:   strangerke
Date:     2009-10-13 14:26:42 +0000 (Tue, 13 Oct 2009)

Log Message:
-----------
gob detection 
- Add preliminary Gobliiins 1 CD-i detection.cpp
- DOS CD is 2.01, not 1.02

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-10-13 11:26:33 UTC (rev 45013)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-10-13 14:26:42 UTC (rev 45014)
@@ -663,6 +663,20 @@
 		kFeaturesAdlib,
 		0, 0, 0
 	},
+	{
+		{
+			"gob1",
+			"gob CD-i",
+			AD_ENTRY1s("intro.stk", "0e022d3f2481b39e9175d37b2c6ad4c6", 2390121),
+			FR_FRA,
+			kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES | GUIO_NOSPEECH
+		},
+		kGameTypeGob1,
+		kFeaturesAdlib,
+		0, "AVT003.TOT", 0
+	},
 	{ // Supplied by fac76 in bug report #1883808
 		{
 			"gob2",
@@ -898,7 +912,7 @@
 	{
 		{
 			"gob2cd",
-			"v1.02",
+			"v2.01",
 			AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
 			EN_ANY,
 			kPlatformPC,
@@ -912,7 +926,7 @@
 	{
 		{
 			"gob2cd",
-			"v1.02",
+			"v2.01",
 			AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
 			DE_DEU,
 			kPlatformPC,
@@ -926,7 +940,7 @@
 	{
 		{
 			"gob2cd",
-			"v1.02",
+			"v2.01",
 			AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
 			FR_FRA,
 			kPlatformPC,
@@ -940,7 +954,7 @@
 	{
 		{
 			"gob2cd",
-			"v1.02",
+			"v2.01",
 			AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
 			IT_ITA,
 			kPlatformPC,
@@ -954,7 +968,7 @@
 	{
 		{
 			"gob2cd",
-			"v1.02",
+			"v2.01",
 			AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
 			ES_ESP,
 			kPlatformPC,


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