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

ender at users.sourceforge.net ender at users.sourceforge.net
Thu Dec 28 12:52:25 CET 2006


Revision: 24940
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24940&view=rev
Author:   ender
Date:     2006-12-28 03:52:24 -0800 (Thu, 28 Dec 2006)

Log Message:
-----------
Add a few AGI md5sums (sq1, pq1, lsl1)

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

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2006-12-28 09:12:58 UTC (rev 24939)
+++ scummvm/trunk/engines/agi/detection.cpp	2006-12-28 11:52:24 UTC (rev 24940)
@@ -55,7 +55,24 @@
 using Common::ADGameDescription;
 
 using Common::File;
+// Leisure Suit Larry I entries
+static const ADGameFileDescription AGI_LSL1_PC_100_GameFiles[] = {
+	{ "logdir",		0,	"1fe764e66857e7f305a5f03ca3f4971d"},
+	{ NULL, 0, NULL}
+};
 
+// Space Quest I entries
+static const ADGameFileDescription AGI_SQ1_PC_22_GameFiles[] = {
+	{ "logdir",		0,	"5d67630aba008ec5f7f9a6d0a00582f4"},
+	{ NULL, 0, NULL}
+};
+
+// Police Quest I entries
+static const ADGameFileDescription AGI_PQ1_PC_20G_GameFiles[] = {
+	{ "logdir",		0,	"231f3e28170d6e982fc0ced4c98c5c1c"},
+	{ NULL, 0, NULL}
+};
+
 // Kings Quest I entries
 static const ADGameFileDescription AGI_KQ1_PC_20F_GameFiles[] = {
 	{ "logdir",		0,	"10ad66e2ecbd66951534a50aedcd0128"},
@@ -128,6 +145,49 @@
 
 static const AGIGameDescription gameDescriptions[] = {
 	{
+		// leisure suit larry 1 : pc : 1.00
+		{
+			"agi",
+			"Leisure Suit Larry 1 (PC) 1.00 [AGI 2.440]",
+			AGI_LSL1_PC_100_GameFiles,
+			Common::EN_ANY,
+			Common::kPlatformPC,
+		},
+		GType_V2,
+		0,
+		0x2440,
+	},
+
+	{
+		// space quest 1 : pc : 2.2
+		{
+			"agi",
+			"Space Quest 1 (PC) 2.2 [AGI 2.917]",
+			AGI_SQ1_PC_22_GameFiles,
+			Common::EN_ANY,
+			Common::kPlatformPC,
+		},
+		GType_V2,
+		0,
+		0x2917,
+	},
+
+	{
+		// police quest 1 : pc : 2.0G
+		{
+			"agi",
+			"Police Quest 1 (PC) 2.0G [AGI 2.917]",
+			AGI_PQ1_PC_20G_GameFiles,
+			Common::EN_ANY,
+			Common::kPlatformPC,
+		},
+		GType_V2,
+		0,
+		0x2917,
+	},
+
+
+	{
 		// kings quest 1 : pc : 2.0F
 		{
 			"agi",


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