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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Wed Apr 29 18:21:20 CEST 2009


Revision: 40205
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40205&view=rev
Author:   strangerke
Date:     2009-04-29 16:21:12 +0000 (Wed, 29 Apr 2009)

Log Message:
-----------
Gob - Add some MD5s for Win-Lost in time, Win-Inca2 and ADI/Adibou environments (unhandled, though)

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-04-29 15:54:35 UTC (rev 40204)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-04-29 16:21:12 UTC (rev 40205)
@@ -65,6 +65,7 @@
 	{"fascination", "Fascination"},
 	{"geisha", "Geisha"},
 	{"adibou4", "Adibou v4"},
+	{"adibouunknown", "Adibou (not supported)"},
 	{0, 0}
 };
 
@@ -1459,10 +1460,24 @@
 	},
 	{
 		{
+			"lostintime",
+			"",
+			AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4207330),
+			UNK_LANG,
+			kPlatformWindows,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeLostInTime,
+		kFeaturesAdlib,
+		0,
+		0
+	},
+	{
+		{
 			"fascination",
 			"CD Version (Censored)",
 			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545952),
-			UNK_LANG,
+			EN_ANY,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
 		},
@@ -1505,7 +1520,7 @@
 			"fascination",
 			"VGA",
 			AD_ENTRY1s("disk0.stk", "e8ab4f200a2304849f462dc901705599", 183337),
-			UNK_LANG,
+			FR_FRA,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
 		},
@@ -2057,6 +2072,20 @@
 	{
 		{
 			"inca2",
+			"",
+			AD_ENTRY1s("intro.stk", "d33011df8758ac64ca3dca77c7719001", 908612),
+			EN_USA,
+			kPlatformWindows,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeInca2,
+		kFeaturesAdlib,
+		0,
+		0
+	},
+	{
+		{
+			"inca2",
 			"Non-Interactive Demo",
 			{
 				{"demo.bat", 0, "01a1c983c3d360cd4a96f93961a805de", 483},
@@ -2721,6 +2750,89 @@
 		0,
 		0
 	},
+	{
+		{
+			"adibou4",
+			"ADI 4.21 French",
+			AD_ENTRY1s("intro.stk", "c5b9f6222c0b463f51dab47317c5b687", 5950490),
+			FR_FRA,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeAdibou4,
+		kFeaturesNone,
+		0,
+		0
+	},	{
+		{
+			"adibouunknown",
+			"",
+			AD_ENTRY1s("intro.stk", "904a93f46687617bb34e672020fc17a4", 248724),
+			FR_FRA,
+			kPlatformAtariST,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeAdibouUnknown,
+		kFeaturesNone,
+		0,
+		"base.tot"
+	},
+	{
+		{
+			"adibouunknown",
+			"",
+			AD_ENTRY1s("intro.stk", "1e49c39a4a3ce6032a84b712539c2d63", 8738134),
+			FR_FRA,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeAdibouUnknown,
+		kFeaturesNone,
+		0,
+		0
+	},
+	{
+		{
+			"adibouunknown",
+			"ADI 2 Spanish",
+			AD_ENTRY1s("adi2.stk", "2a40bb48ccbd4e6fb3f7f0fc2f069d80", 17720132),
+			ES_ESP,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeAdibouUnknown,
+		kFeaturesNone,
+		"adi2.stk",
+		"ediintro.tot"
+	},
+	{
+		{
+			"adibouunknown",
+			"ADIBOU 2 French",
+			AD_ENTRY1s("intro.stk", "94ae7004348dc8bf99c23a9a6ef81827", 956162),
+			FR_FRA,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeAdibouUnknown,
+		kFeaturesNone,
+		0,
+		0
+	},
+	{
+		{
+			"adibouunknown",
+			"ADIBOU 2 French",
+			AD_ENTRY1s("intro.stk", "092707829555f27706920e4cacf1fada", 8737958),
+			FR_FRA,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeAdibouUnknown,
+		kFeaturesNone,
+		0,
+		0
+	},
 	{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 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