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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Fri Dec 28 14:51:12 CET 2007


Revision: 30059
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30059&view=rev
Author:   drmccoy
Date:     2007-12-28 05:51:11 -0800 (Fri, 28 Dec 2007)

Log Message:
-----------
Disable detection of unsupported gob engine games

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

Modified: scummvm/branches/branch-0-11-0/engines/gob/detection.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/gob/detection.cpp	2007-12-28 12:36:06 UTC (rev 30058)
+++ scummvm/branches/branch-0-11-0/engines/gob/detection.cpp	2007-12-28 13:51:11 UTC (rev 30059)
@@ -51,12 +51,12 @@
 	{"gob2cd", "Gobliins 2 CD"},
 	{"ween", "Ween: The Prophecy"},
 	{"bargon", "Bargon Attack"},
-	{"ajworld", "A.J's World of Discovery"},
+//	{"ajworld", "A.J's World of Discovery"},
 	{"gob3", "Goblins Quest 3"},
 	{"gob3cd", "Goblins Quest 3 CD"},
-	{"lostintime", "Lost in Time"},
-	{"inca2", "Inca II: Wiracocha"},
-	{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
+//	{"lostintime", "Lost in Time"},
+//	{"inca2", "Inca II: Wiracocha"},
+//	{"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"},
 //	{"dynasty", "The Last Dynasty"},
 	{0, 0}
 };
@@ -849,6 +849,7 @@
 		kFeaturesNone,
 		"intro"
 	},
+/*
 	{
 		{
 			"ajworld",
@@ -979,6 +980,7 @@
 		kFeaturesAdlib,
 		"demo"
 	},
+*/
 	{
 		{
 			"gob3",
@@ -1243,6 +1245,7 @@
 		kFeaturesAdlib,
 		"intro"
 	},
+/*
 	{
 		{
 			"inca2",
@@ -1555,6 +1558,7 @@
 		kFeatures640,
 		"intro"
 	},
+*/
 	/*{
 		{
 			"dynasty",


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