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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Tue Mar 16 20:59:12 CET 2010


Revision: 48273
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48273&view=rev
Author:   strangerke
Date:     2010-03-16 19:59:12 +0000 (Tue, 16 Mar 2010)

Log Message:
-----------
Add detection for Adiboo 2.14. Specify the exact version of a Adi 4.0

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2010-03-16 14:34:25 UTC (rev 48272)
+++ scummvm/trunk/engines/gob/detection.cpp	2010-03-16 19:59:12 UTC (rev 48273)
@@ -4324,13 +4324,12 @@
 		kFeatures640 | kFeaturesSCNDemo,
 		0, 0, 1
 	},
-
 	{
 		{
 			"adi4",
-			"",
-			AD_ENTRY1s("intro.stk", "a3c35d19b2d28ea261d96321d208cb5a", 6021466),
-			FR_FRA,
+			"Addy 4 Grundschule Basis CD",
+			AD_ENTRY1s("intro.stk", "d2f0fb8909e396328dc85c0e29131ba8", 5847588),
+			DE_DEU,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NONE
@@ -4342,8 +4341,8 @@
 	{
 		{
 			"adi4",
-			"Addy 4 Grundschule Basis CD",
-			AD_ENTRY1s("intro.stk", "d2f0fb8909e396328dc85c0e29131ba8", 5847588),
+			"Addy 4 Sekundarstufe Basis CD",
+			AD_ENTRY1s("intro.stk", "367340e59c461b4fa36651cd74e32c4e", 5847378),
 			DE_DEU,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -4356,9 +4355,9 @@
 	{
 		{
 			"adi4",
-			"Addy 4 Sekundarstufe Basis CD",
-			AD_ENTRY1s("intro.stk", "367340e59c461b4fa36651cd74e32c4e", 5847378),
-			DE_DEU,
+			"Adi 4.0",
+			AD_ENTRY1s("intro.stk", "a3c35d19b2d28ea261d96321d208cb5a", 6021466),
+			FR_FRA,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
 			GUIO_NONE
@@ -4661,6 +4660,20 @@
 		kFeaturesNone,
 		0, 0, 0
 	},
+	{
+		{
+			"adibou2",
+			"ADIBOO 2.14 Environnement",
+			AD_ENTRY1s("intro.stk", "ff63637e3cb7f0a457edf79457b1c6b3", 9333874),
+			FR_FRA,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NONE
+		},
+		kGameTypeAdibou2,
+		kFeaturesNone,
+		0, 0, 0
+	},
 	{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 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