[Scummvm-cvs-logs] scummvm master -> 2739d8fa205c22319de37bfde570b7a39f9f2c13

Strangerke Strangerke at scummvm.org
Wed Aug 10 21:26:42 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:
2739d8fa20 COMPOSER: Add detection for Dragor FR and Gregory FR


Commit: 2739d8fa205c22319de37bfde570b7a39f9f2c13
    https://github.com/scummvm/scummvm/commit/2739d8fa205c22319de37bfde570b7a39f9f2c13
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-08-10T12:23:33-07:00

Commit Message:
COMPOSER: Add detection for Dragor FR and Gregory FR

Changed paths:
    engines/composer/detection.cpp



diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index c4e98fa..8c97b6c 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -120,6 +120,19 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV2
 	},
 
+	{ // Provided by Strangerke, "CD-Rom 100% Malin" Pack
+		{
+			"darby",
+			0,
+			AD_ENTRY1("book.ini", "285308372f7dddff2ca5a25c9192cf5c"),
+			Common::FR_FRA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_ComposerV2
+	},
+
 	{
 		{
 			"gregory",
@@ -133,6 +146,19 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV2
 	},
 
+	{ // Provided by Strangerke, "CD-Rom 100% Malin" Pack
+		{
+			"gregory",
+			0,
+			AD_ENTRY1("book.ini", "e54fc5c00de5f94e908a969e445af5d0"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_ComposerV2
+	},
+
 	{
 		{
 			"princess",






More information about the Scummvm-git-logs mailing list