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

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sat Feb 21 23:03:59 CET 2009


Revision: 38751
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38751&view=rev
Author:   joostp
Date:     2009-02-21 22:03:58 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
re-add LSL1VGA, LSL2, LSL5 and LSL6 from the LSL collection with the correct SCI version

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-21 22:03:39 UTC (rev 38750)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-21 22:03:58 UTC (rev 38751)
@@ -782,7 +782,6 @@
 	},
 #endif
 
-#if 0
 	// Larry 1 VGA Remake - English DOS (from spookypeanut)
 	{{"lsl1sci", "VGA Remake", {
 		{"resource.map", 0, "6d04d26466337a1a64b8c6c0eb65c9a9", 3222},
@@ -791,9 +790,8 @@
 		{"resource.002", 0, "85d6935ef77e6b0e16bc307640a0d913", 1088312},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{},
-		SCI_VERSION(0, 000, 510)	// FIXME: some versions are v. 0.000.577
+		SCI_VERSION(1, 000, 577)
 	},
-#endif
 
 #if 0
 	// Larry 1 VGA Remake - Spanish DOS
@@ -821,7 +819,6 @@
 		SCI_VERSION(0, 000, 572)
 	},
 
-#if 0
 	// Larry 2 - English DOS
 	{{"lsl2", "", {
 		{"resource.map", 0, "42258cf767a8ebaa9e66b6151a80e601", 5628},
@@ -833,9 +830,8 @@
 		{"resource.006", 0, "4a24443a25e2b1492462a52809605dc2", 345683},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{},
-		SCI_VERSION(0, 000, 343)	// FIXME: some versions are v. 0.000.409/0.000.572
+		SCI_VERSION(0, 000, 409)
 	},
-#endif
 
 #if 0
 	// Larry 3 - English Amiga (from www.back2roots.org)
@@ -896,7 +892,6 @@
 	},
 #endif
 
-#if 0
 	// Larry 5 - English DOS (from spookypeanut)
 	{{"lsl5", "", {
 		{"resource.map", 0, "be00ef895197754ae4eab021ca44cbcd", 6417},
@@ -912,7 +907,6 @@
 		{},
 		SCI_VERSION(1, 000, 510)
 	},
-#endif
 
 #if 0
 	// Larry 5 - German DOS (from Tobis87)
@@ -961,16 +955,14 @@
 	},
 #endif
 
-#if 0
 	// Larry 6 - English DOS (from spookypeanut)
 	{{"lsl6", "", {
 		{"resource.map", 0, "bb8a39d9e2a77ba449a1e591109ad9a8", 6973},
 		{"resource.000", 0, "4462fe48c7452d98fddcec327a3e738d", 5789138},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{},
-		SCI_VERSION(0, 000, 000)	// FIXME: add version here
+		SCI_VERSION(1, 001, 113)
 	},
-#endif
 
 #if 0
 	// Larry 6 - German DOS (from Tobis87)


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