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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Tue May 26 22:30:16 CEST 2009


Revision: 40925
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40925&view=rev
Author:   strangerke
Date:     2009-05-26 20:30:16 +0000 (Tue, 26 May 2009)

Log Message:
-----------
Gob - Add detection strings for Lost In Time (Hebrew), Fascination (3 disks, Hebrew), Geisha (alternative EN version), Goblins 3 (Hebrew)

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-05-26 19:16:24 UTC (rev 40924)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-05-26 20:30:16 UTC (rev 40925)
@@ -1199,6 +1199,19 @@
 		kFeaturesAdlib,
 		0, 0, 0
 	},
+	{
+		{
+			"lostintime",
+			"",
+			AD_ENTRY1s("intro.stk", "e0767783ff662ed93665446665693aef", 4371238),
+			HB_ISR,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeLostInTime,
+		kFeaturesAdlib,
+		0, 0, 0
+	},
 	{ // Supplied by Arshlan in the forums
 		{
 			"lostintime",
@@ -1450,6 +1463,19 @@
 		kFeaturesAdlib,
 		"disk0.stk", 0, 0
 	},
+	{
+		{
+			"fascination",
+			"VGA 3 disks edition",
+			AD_ENTRY1s("intro.stk", "d6e45ce548598727e2b5587a99718eba", 1055909),
+			HB_ISR,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+		},
+		kGameTypeFascination,
+		kFeaturesAdlib,
+		"intro.stk", 0, 0
+	},
 	//Provided by Sanguine
 	{
 		{
@@ -1544,6 +1570,19 @@
 	},
 	{
 		{
+			"geisha",
+			"",
+			AD_ENTRY1s("disk1.stk", "f4d4d9d20f7ad1f879fc417d47faba89", 336732),
+			UNK_LANG,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+		},
+		kGameTypeGeisha,
+		kFeaturesNone,
+		"disk1.stk", "intro.tot", 0
+	},
+	{
+		{
 			"lostintime",
 			"Demo",
 			AD_ENTRY1("demo.stk", "c06f8cc20eb239d4c71f225ce3093edf"),
@@ -1581,6 +1620,19 @@
 		kFeaturesAdlib,
 		0, 0, 0
 	},
+	{
+		{
+			"gob3",
+			"",
+			AD_ENTRY1s("intro.stk", "904fc32032295baa3efb3a41f17db611", 178582),
+			HB_ISR,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeGob3,
+		kFeaturesAdlib,
+		0, 0, 0
+	},
 	{ // Supplied by raziel_ in bug report #1891869
 		{
 			"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