[Scummvm-cvs-logs] SF.net SVN: scummvm:[45319] scummvm/trunk

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Thu Oct 22 03:07:50 CEST 2009


Revision: 45319
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45319&view=rev
Author:   Kirben
Date:     2009-10-22 01:07:49 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
Update detection of PCEngine version of Loom.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/detection.cpp
    scummvm/trunk/engines/scumm/scumm-md5.h
    scummvm/trunk/tools/scumm-md5.txt

Modified: scummvm/trunk/engines/scumm/detection.cpp
===================================================================
--- scummvm/trunk/engines/scumm/detection.cpp	2009-10-22 01:04:19 UTC (rev 45318)
+++ scummvm/trunk/engines/scumm/detection.cpp	2009-10-22 01:07:49 UTC (rev 45319)
@@ -595,7 +595,7 @@
 				return false;
 
 			// All versions of Indy3 and ZakTOWNS have 98.LFL, but no other game
-			if (g->id == GID_LOOM && fileMD5Map.contains("98.LFL"))
+			if (g->id == GID_LOOM && g->platform != Common::kPlatformPCEngine && fileMD5Map.contains("98.LFL"))
 				return false;
 
 

Modified: scummvm/trunk/engines/scumm/scumm-md5.h
===================================================================
--- scummvm/trunk/engines/scumm/scumm-md5.h	2009-10-22 01:04:19 UTC (rev 45318)
+++ scummvm/trunk/engines/scumm/scumm-md5.h	2009-10-22 01:07:49 UTC (rev 45319)
@@ -1,5 +1,5 @@
 /*
-  This file was generated by the md5table tool on Sun Aug 30 05:56:22 2009
+  This file was generated by the md5table tool on Thu Oct 22 01:02:35 2009
   DO NOT EDIT MANUALLY!
  */
 
@@ -26,7 +26,6 @@
 	{ "0557df19f046a84c2fdc63507c6616cb", "farm", "HE 72", "Demo", -1, Common::NL_NLD, Common::kPlatformWindows },
 	{ "055ffe4f47753e47594ac67823220c54", "puttrace", "HE 99", "", -1, Common::DE_DEU, Common::kPlatformUnknown },
 	{ "057c9b456dedcc4d71b991a3072a20b3", "monkey", "SEGA", "", 9465, Common::JA_JPN, Common::kPlatformSegaCD },
-	{ "0650e8ab1432564607cd651c0fa3f344", "loom", "PC-Engine", "", -1, Common::EN_ANY, Common::kPlatformPCEngine },
 	{ "06b187468113f9ae5a400b148a847fac", "atlantis", "Floppy", "Floppy", 12075, Common::EN_ANY, Common::kPlatformMacintosh },
 	{ "06c3cf4f31daad8b1cd93153491db9e6", "pajama3", "", "", -1, Common::NL_NLD, Common::kPlatformMacintosh },
 	{ "07433205acdca3bc553d0e731588b35f", "airport", "", "", -1, Common::EN_ANY, Common::kPlatformWindows },
@@ -337,6 +336,7 @@
 	{ "7f45ddd6dbfbf8f80c0c0efea4c295bc", "maniac", "V1", "V1", 1972, Common::EN_ANY, Common::kPlatformPC },
 	{ "7f945525abcd48015adf1632637a44a1", "pajama", "", "Demo", -1, Common::FR_FRA, Common::kPlatformUnknown },
 	{ "7fc6cdb46b4c9d384c52327f4bca6416", "football", "", "", -1, Common::EN_ANY, Common::kPlatformUnknown },
+	{ "80ee753bd2c0e99394e207ef9d0eff31", "loom", "PC-Engine", "", -1, Common::EN_ANY, Common::kPlatformPCEngine },
 	{ "810a9da887aefa597b0cf3c77d262897", "BluesABCTime", "", "Demo", -1, Common::EN_ANY, Common::kPlatformUnknown },
 	{ "81bbfa181184cb494e7a81dcfa94fbd9", "maniac", "NES", "", 262144, Common::FR_FRA, Common::kPlatformNES },
 	{ "822807c3cd3b43a925cab2767ca6b453", "BluesTreasureHunt", "", "Disc 1", -1, Common::EN_ANY, Common::kPlatformUnknown },

Modified: scummvm/trunk/tools/scumm-md5.txt
===================================================================
--- scummvm/trunk/tools/scumm-md5.txt	2009-10-22 01:04:19 UTC (rev 45318)
+++ scummvm/trunk/tools/scumm-md5.txt	2009-10-22 01:07:49 UTC (rev 45319)
@@ -178,7 +178,7 @@
 	c5d10e190d4b4d59114b824f2fdbd00e	-1	en	FM-TOWNS	FM-TOWNS	-	-	dhewg, Andrea Petrucci
 	31b8fda4c8c7413fa6b39997e776eba4	-1	jp	FM-TOWNS	FM-TOWNS	-	-	khalek, Andrea Petrucci
 
-	0650e8ab1432564607cd651c0fa3f344	-1	en	PC-Engine	PC-Engine	-	-	Kirben
+	80ee753bd2c0e99394e207ef9d0eff31	-1	en	PC-Engine	PC-Engine	-	-	Kirben
 	c0d5c89550381ac433624fedad5e1100	-1	jp	PC-Engine	PC-Engine	-	-	clone2727
 
 	5a35e36fd777e9c37a49c5b2faca52f9	6108	en	DOS	EGA	EGA Demo	non-interactive	Fingolfin


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