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

john_doe at users.sourceforge.net john_doe at users.sourceforge.net
Mon Mar 9 19:03:46 CET 2009


Revision: 39270
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39270&view=rev
Author:   john_doe
Date:     2009-03-09 18:03:46 +0000 (Mon, 09 Mar 2009)

Log Message:
-----------
Added LGOP2 detection entries:
- German, supplied by windlepoons (bug tracker #2675695)
- French and Spanish, supplied by goodoldgeorg (bug tracker #2675759)

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

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2009-03-09 17:18:21 UTC (rev 39269)
+++ scummvm/trunk/engines/made/detection.cpp	2009-03-09 18:03:46 UTC (rev 39270)
@@ -278,7 +278,7 @@
 	},
 
 	{
-		// Leather Goddesses of Phobos 2
+		// Leather Goddesses of Phobos 2 (English)
 		{
 			"lgop2",
 			"",
@@ -294,6 +294,57 @@
 	},
 
 	{
+		// Leather Goddesses of Phobos 2 (German)
+		// Supplied by windlepoons (bug tracker #2675695)
+		{
+			"lgop2",
+			"",
+			AD_ENTRY1s("lgop2.dat", "a0ffea6a3b7e39bd861edd00c397641c", 299466),
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		GID_LGOP2,
+		0,
+		GF_FLOPPY,
+		2,
+	},
+
+	{
+		// Leather Goddesses of Phobos 2 (French)
+		// Supplied by goodoldgeorg (bug tracker #2675759)
+		{
+			"lgop2",
+			"",
+			AD_ENTRY1s("lgop2.dat", "f9e974087af7cf4b7ec2d8dc45d01e0c", 295366),
+			Common::FR_FRA,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		GID_LGOP2,
+		0,
+		GF_FLOPPY,
+		2,
+	},
+
+	{
+		// Leather Goddesses of Phobos 2 (Spanish)
+		// Supplied by goodoldgeorg (bug tracker #2675759)
+		{
+			"lgop2",
+			"",
+			AD_ENTRY1s("lgop2.dat", "96eb95b4d75b9a3da0b0d67e3b4a787d", 288984),
+			Common::ES_ESP,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		GID_LGOP2,
+		0,
+		GF_FLOPPY,
+		2,
+	},
+
+	{
 		// Rodney's Funscreen
 		{
 			"rodney",


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