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

darkfiber at users.sourceforge.net darkfiber at users.sourceforge.net
Mon Feb 19 01:03:15 CET 2007


Revision: 25711
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25711&view=rev
Author:   darkfiber
Date:     2007-02-18 16:03:14 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
AGI: Removed detection sums for DDP. DDP uses an unsupporeted agi engine 2.01, all DDP versions are booter disks and thus 'hacks' and is buggy under any agi version other than 2.01 (2.272 and 2.089 dont work correctly). This will also stop bug reports coming in for DDP

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

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2007-02-18 23:57:07 UTC (rev 25710)
+++ scummvm/trunk/engines/agi/detection.cpp	2007-02-19 00:03:14 UTC (rev 25711)
@@ -271,56 +271,7 @@
 		0x3149,
 	},
 
-
 	{
-		// Sarien Name == Donald Duck's Playground (Amiga) 1.0C
-		{
-			"ddp",
-			"1.0C 1987-04-27",
-			AD_ENTRY1("logdir", "550971d196f65190a5c760d2479406ef"),
-			Common::EN_ANY,
-			Common::kPlatformAmiga,
-			Common::ADGF_NO_FLAGS
-		},
-		GType_V2,
-		0,
-		0x2272,
-	},
-
-
-	{
-		// Sarien Name == Donald Duck's Playground (ST) 1.0A 8/8/86
-		{
-			"ddp",
-			"1.0A 1986-08-08",
-			AD_ENTRY1("logdir", "64388812e25dbd75f7af1103bc348596"),
-			Common::EN_ANY,
-			Common::kPlatformPC,
-			Common::ADGF_NO_FLAGS
-		},
-		GType_V2,
-		0,
-		0x2272,
-	},
-
-
-	{
-		// reported by Filippos (thebluegr) in bugreport #1654500
-		{
-			"ddp",
-			"1.0C 1986-06-09",   // verify date
-			AD_ENTRY1s("logdir", "550971d196f65190a5c760d2479406ef", 132),
-			Common::EN_ANY,
-			Common::kPlatformPC,
-			Common::ADGF_NO_FLAGS
-		},
-		GType_V2,
-		0,
-		0x2272,
-	},
-
-
-	{
 		// Sarien Name == Gold Rush! (Amiga) 1.01 1/13/89 aka 2.05 3/9/89	# 2.316
 		{
 			"goldrush",


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