[Scummvm-cvs-logs] scummvm master -> 6c2d828f4f9c733ae286862da73c73f3579bdccd

dreammaster dreammaster at scummvm.org
Wed Sep 16 02:16:20 CEST 2015


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:
6c2d828f4f SHERLOCK: Add new detection entries


Commit: 6c2d828f4f9c733ae286862da73c73f3579bdccd
    https://github.com/scummvm/scummvm/commit/6c2d828f4f9c733ae286862da73c73f3579bdccd
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-09-15T20:15:48-04:00

Commit Message:
SHERLOCK: Add new detection entries

Changed paths:
    engines/sherlock/detection_tables.h



diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index b962335..d028c4a 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -76,6 +76,24 @@ static const SherlockGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Case of the Serrated Scalpel - German
+		// Provided by max565
+		{
+			"scalpel",
+			0, {
+				{"talk.lib", 0, "3d813fd8505b391a1f8b3a16b1aa7f2e", 284195},
+				{"music.lib", 0, "68ae2f7684ecf903bd60a00bb6bae195", 366465},
+				AD_LISTEND },
+				Common::DE_DEU,
+				Common::kPlatformDOS,
+				ADGF_TESTING,
+				GUIO6(GUIO_NOSPEECH, GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_FADE_STYLE, GAMEOPTION_HELP_STYLE,
+				GAMEOPTION_PORTRAITS_ON, GAMEOPTION_WINDOW_STYLE)
+		},
+		GType_SerratedScalpel,
+	},
+
+	{
 		// Case of the Serrated Scalpel - Spanish CD (from multilingual CD)
 		// Provided by m_kiewitz
 		{
@@ -182,6 +200,21 @@ static const SherlockGameDescription gameDescriptions[] = {
 		GType_RoseTattoo,
 	},
 
+	{
+		// Case of the Rose Tattoo - Spanish CD
+		// Provided by dianiu
+		{
+			"rosetattoo",
+			"CD",
+			AD_ENTRY1s("talk.lib", "4f3ccf50e1012445624569cd605d7449", 783713),
+			Common::ES_ESP,
+			Common::kPlatformDOS,
+			ADGF_TESTING,
+			GUIO3(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TRANSPARENT_WINDOWS)
+		},
+		GType_RoseTattoo,
+	},
+
 	{ AD_TABLE_END_MARKER, (GameType)0 }
 };
 






More information about the Scummvm-git-logs mailing list