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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Fri Feb 20 02:48:25 CET 2009


Revision: 38572
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38572&view=rev
Author:   mthreepwood
Date:     2009-02-20 01:48:25 +0000 (Fri, 20 Feb 2009)

Log Message:
-----------
Add entries for some SCI demos

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-20 00:34:15 UTC (rev 38571)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-20 01:48:25 UTC (rev 38572)
@@ -42,7 +42,7 @@
 	{"camelot",         "Conquests of Camelot: King Arthur, Quest for the Grail"},
 	{"longbow",         "Conquests of the Longbow: The Adventures of Robin Hood"},
 	{"ecoquest",        "EcoQuest: The Search for Cetus"},
-	//{"ecoquest2",       "EcoQuest II: Lost Secret of the Rainforest"},
+	{"ecoquest2",       "EcoQuest II: Lost Secret of the Rainforest"},
 	{"freddypharkas",   "Freddy Pharkas: Frontier Pharmacist"},
 	{"gk1",             "Gabriel Knight: Sins of the Fathers"},
 	{"gk2",             "The Beast Within: A Gabriel Knight Mystery"},
@@ -154,6 +154,16 @@
 		{},
 		SCI_VERSION(1, 000, 510)
 	},
+	
+	// Castle of Dr. Brain - English DOS Demo
+	{{"castlebrain", "Demo", {
+		{"resource.map", 0, "467bb5e3224bb54640c3280032aebff5", 633},
+		{"resource.000", 0, "9780f040d58182994e22d2e34fab85b0", 67367},
+		{"resource.001", 0, "2af49dbd8f2e1db4ab09f9310dc91259", 570553},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+		{},
+		SCI_VERSION(1, 0, 5)
+	},
 
 #if 0
 	// Castle of Dr. Brain - Spanish DOS
@@ -291,6 +301,15 @@
 	},
 #endif
 
+	// Eco Quest 2 - English DOS Demo
+	{{"ecoquest2", "Demo", {
+		{"resource.map", 0, "607cfa0d8a03b7d348c06ee727e3d939", 1321},
+		{"resource.000", 0, "dd6f614c43c029f063e93cd243af90a4", 525992},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+		{},
+		SCI_VERSION(1, 1, 55)
+	},
+
 #if 0
 	// Freddy Pharkas - German DOS (from Tobis87)
 	{{"freddypharkas", "", {
@@ -315,6 +334,15 @@
 		SCI_VERSION(0, 000, 000)	// FIXME: add version here
 	},
 #endif
+  
+	// Freddy Pharkas - English DOS CD Demo
+	{{"freddypharkas", "CD Demo", {
+		{"resource.map", 0, "a62a7eae85dd1e6b07f39662b278437e", 1918},
+		{"resource.000", 0, "4962a3c4dd44e36e78ea4a7a374c2220", 957382},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+		{},
+		SCI_VERSION(1, 1, 95)
+	},
 
 	// Gabriel Knight - English DOS Floppy
 	{{"gk1", "", {
@@ -358,6 +386,15 @@
 	},
 #endif
 
+	// Gabriel Knight - English DOS CD Demo
+	{{"gk1", "CD Demo", {
+		{"resource.map", 0, "39645952ae0ed8072c7e838f31b75464", 2490},
+		{"resource.000", 0, "eb3ed7477ca4110813fe1fcf35928561", 1718450},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+		{},
+		SCI_VERSION(1, 1, 92)
+	},
+
 #if 0
 	// Gabriel Knight 2 - English DOS
 	{{"gk2", "", {
@@ -605,6 +642,15 @@
 	},
 #endif
 
+	// King's Quest 7 - English DOS Demo
+	{{"kq7", "Demo", {
+		{"resource.map", 0, "b44f774108d63faa1d021101221c5a54", 1690},
+		{"resource.000", 0, "d9659d2cf0c269c6a9dc776707f5bea0", 2433827},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+		{},
+		SCI_VERSION(2, 100, 2)
+	},
+
 #if 0
 	// Laura Bow - English Amiga (from www.back2roots.org)
 	{{"laurabow", "", {
@@ -1612,6 +1658,15 @@
 	},
 #endif
 
+	// The Island of Dr. Brain - English DOS Demo
+	{{"islandbrain", "Demo", {
+		{"resource.map", 0, "a8e5ca8ed1996974afa59f4c45e06195", 986},
+		{"resource.000", 0, "b3acd9b9dd7fe53c4ee133ac9a1acfab", 586560},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+		{},
+		SCI_VERSION(1, 1, 53)
+	},
+
 	// Torin's Passage - English Windows
 	{{"torin", "", {
 		{"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},


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