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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Aug 2 21:07:47 CEST 2007


Revision: 28414
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28414&view=rev
Author:   drmccoy
Date:     2007-08-02 12:07:47 -0700 (Thu, 02 Aug 2007)

Log Message:
-----------
Added Lost in Time. The title screen doesn't show and the wobble-effect isn't there, but the game is (partly?) playable.

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-08-02 16:55:57 UTC (rev 28413)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-08-02 19:07:47 UTC (rev 28414)
@@ -49,9 +49,10 @@
 	{"gob1cd", "Gobliiins CD"},
 	{"gob2", "Gobliins 2"},
 	{"gob2cd", "Gobliins 2 CD"},
+	{"ween", "Ween: The Prophecy"},
 	{"bargon", "Bargon Attack"},
-	{"ween", "Ween: The Prophecy"},
 	{"ajworld", "A.J's World of Discovery"},
+	{"lost", "Lost in Time"},
 	{"gob3", "Goblins Quest 3"},
 	{"gob3cd", "Goblins Quest 3 CD"},
 	{"inca2", "Inca II: Wiracocha"},
@@ -863,6 +864,19 @@
 	},
 	{
 		{
+			"lost",
+			"",
+			AD_ENTRY1s("intro.stk", "7b7f48490dedc8a7cb999388e2fadbe3", 3930674),
+			EN_USA,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeGob3,
+		kFeaturesAdlib,
+		"intro"
+	},
+	{
+		{
 			"gob3",
 			"",
 			AD_ENTRY1s("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42", 157084),

Modified: scummvm/trunk/engines/gob/inter_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v2.cpp	2007-08-02 16:55:57 UTC (rev 28413)
+++ scummvm/trunk/engines/gob/inter_v2.cpp	2007-08-02 19:07:47 UTC (rev 28414)
@@ -1378,7 +1378,7 @@
 	_vm->_global->_fakeVideoMode = videoMode;
 
 	// Some versions require this
-	if (videoMode == 0xD)
+	if ((videoMode == 0xD) || (videoMode == 0x10))
 		videoMode = _vm->_mode;
 
 	if ((videoMode == _vm->_global->_videoMode) && (width == -1))

Modified: scummvm/trunk/engines/gob/inter_v3.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v3.cpp	2007-08-02 16:55:57 UTC (rev 28413)
+++ scummvm/trunk/engines/gob/inter_v3.cpp	2007-08-02 19:07:47 UTC (rev 28414)
@@ -594,7 +594,7 @@
 		{NULL, ""},
 		{NULL, ""},
 		{NULL, ""},
-		OPCODE(o2_handleGoblins),
+		{NULL, ""},
 		/* 28 */
 		{NULL, ""},
 		{NULL, ""},


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