[Scummvm-cvs-logs] SF.net SVN: scummvm:[36254] scummvm/branches/branch-0-13-0/engines/gob/ detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Mon Feb 9 12:37:48 CET 2009


Revision: 36254
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36254&view=rev
Author:   drmccoy
Date:     2009-02-09 11:37:48 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
Disabling unsupported games

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/engines/gob/detection.cpp

Modified: scummvm/branches/branch-0-13-0/engines/gob/detection.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/gob/detection.cpp	2009-02-09 11:30:18 UTC (rev 36253)
+++ scummvm/branches/branch-0-13-0/engines/gob/detection.cpp	2009-02-09 11:37:48 UTC (rev 36254)
@@ -50,14 +50,20 @@
 	{"gob2cd", "Gobliins 2 CD"},
 	{"ween", "Ween: The Prophecy"},
 	{"bargon", "Bargon Attack"},
+#if 0
 	{"ajworld", "A.J's World of Discovery"},
+#endif
 	{"gob3", "Goblins Quest 3"},
 	{"gob3cd", "Goblins Quest 3 CD"},
 	{"lostintime", "Lost in Time"},
+#if 0
 	{"inca2", "Inca II: Wiracocha"},
+#endif
 	{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
+#if 0
 	{"dynasty", "The Last Dynasty"},
 	{"urban", "Urban Runner"},
+#endif
 	{0, 0}
 };
 
@@ -974,6 +980,7 @@
 		kFeaturesNone,
 		"intro"
 	},
+#if 0
 	{
 		{
 			"ajworld",
@@ -987,6 +994,7 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+#endif
 	{
 		{
 			"lostintime",
@@ -1528,6 +1536,7 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+#if 0
 	{
 		{
 			"inca2",
@@ -1632,6 +1641,7 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+#endif
 	{
 		{
 			"woodruff",
@@ -1957,6 +1967,7 @@
 		kFeatures640,
 		"intro"
 	},
+#if 0
 	{
 		{
 			"dynasty",
@@ -2035,6 +2046,7 @@
 		kFeatures640,
 		"intro"
 	},
+#endif
 	{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, NULL }
 };
 
@@ -2194,7 +2206,8 @@
 		kGameTypeLostInTime,
 		kFeaturesCD,
 		"intro"
-	},
+	}
+#if 0
 	{
 		{
 			"urban",
@@ -2208,6 +2221,7 @@
 		kFeaturesCD,
 		"intro"
 	}
+#endif
 };
 
 static const ADFileBasedFallback fileBased[] = {
@@ -2224,7 +2238,9 @@
 	{ &fallbackDescs[ 9], { "intro.stk", "commun1.itk", 0 } },
 	{ &fallbackDescs[10], { "intro.stk", "commun1.itk", "musmac1.mid", 0 } },
 	{ &fallbackDescs[11], { "intro.stk", "commun1.itk", "lost.lic", 0 } },
+#if 0
 	{ &fallbackDescs[12], { "intro.stk", "cd1.itk", "objet1.itk", 0 } },
+#endif
 	{ 0, { 0 } }
 };
 


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