[Scummvm-cvs-logs] scummvm master -> 2fdfad12cc1049cb38edfb52ab9c95bbc523d4e2

Strangerke arnaud.boutonne at gmail.com
Fri May 13 23:29:09 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2fdfad12cc TSAGE: Add detection for some versions of Blue Force


Commit: 2fdfad12cc1049cb38edfb52ab9c95bbc523d4e2
    https://github.com/scummvm/scummvm/commit/2fdfad12cc1049cb38edfb52ab9c95bbc523d4e2
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-13T14:27:43-07:00

Commit Message:
TSAGE: Add detection for some versions of Blue Force

Changed paths:
    engines/tsage/detection_tables.h



diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h
index 6de2d12..dc55f2a 100644
--- a/engines/tsage/detection_tables.h
+++ b/engines/tsage/detection_tables.h
@@ -109,7 +109,34 @@ static const tSageGameDescription gameDescriptions[] = {
 		GType_BlueForce,
 		GF_FLOPPY
 	},
-
+	// Blue Force floppy
+	{
+		{
+			"blueforce",
+			"Floppy",
+			AD_ENTRY1s("blue.rlb", "17c3993415e8a2cf93040eef7e88ec93", 1156508),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_BlueForce,
+		GF_FLOPPY
+	},
+	// Blue Force CD and First Wave use the same files
+	{
+		{
+			"blueforce",
+			"CD",
+			AD_ENTRY1s("blue.rlb", "ac29f38184cb3b874ea18523059872ba", 63863322),
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_BlueForce,
+		GF_CD
+	},
 	{ AD_TABLE_END_MARKER, 0, 0 }
 };
 






More information about the Scummvm-git-logs mailing list