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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Fri Apr 24 20:23:31 CEST 2009


Revision: 40123
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40123&view=rev
Author:   drmccoy
Date:     2009-04-24 18:23:31 +0000 (Fri, 24 Apr 2009)

Log Message:
-----------
Added the Woodruff and Playtoons non-interactive demos

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-04-24 18:23:17 UTC (rev 40122)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-04-24 18:23:31 UTC (rev 40123)
@@ -2350,6 +2350,24 @@
 	},
 	{
 		{
+			"woodruff",
+			"Non-Interactive Demo",
+			{
+				{"demo.scn", 0, "16bb85fc5f8e519147b60475dbf33962", 89},
+				{"wooddem3.vmd", 0, "a1700596172c2d4e264760030c3a3d47", 8994250},
+				{NULL, 0, NULL, 0}
+			},
+			EN_ANY,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeWoodruff,
+		kFeatures640 | kFeaturesSCNDemo,
+		0,
+		"demo.scn"
+	},
+	{
+		{
 			"dynasty",
 			"",
 			AD_ENTRY1s("intro.stk", "6190e32404b672f4bbbc39cf76f41fda", 2511470),
@@ -2460,6 +2478,29 @@
 		"intro2.stk",
 		0
 	},
+	{
+		{
+			"archibald",
+			"Non-Interactive Demo",
+			{
+				{"play123.scn", 0, "4689a31f543915e488c3bc46ea358add", 258},
+				{"archi.vmd", 0, "a410fcc8116bc173f038100f5857191c", 5617210},
+				{"chato.vmd", 0, "5a10e39cb66c396f2f9d8fb35e9ac016", 5445937},
+				{"genedeb.vmd", 0, "3bb4a45585f88f4d839efdda6a1b582b", 1244228},
+				{"generik.vmd", 0, "b46bdd64b063e86927fb2826500ad512", 603242},
+				{"genespi.vmd", 0, "b7611916f32a370ae9832962fc17ef72", 758719},
+				{"spirou.vmd", 0, "8513dbf7ac51c057b21d371d6b217b47", 2550788},
+				{NULL, 0, NULL, 0}
+			},
+			EN_ANY,
+			kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		kGameTypeArchibald,
+		kFeatures640 | kFeaturesSCNDemo,
+		0,
+		"play123.scn"
+	},
 	{ // Supplied by gamin in the forums
 		{
 			"urban",


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