[Scummvm-cvs-logs] scummvm master -> 160fd3a17953f33de881449577059d97a9c6b2f8

digitall digitall at scummvm.org
Wed Feb 15 18:07:50 CET 2012


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:
160fd3a179 COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.


Commit: 160fd3a17953f33de881449577059d97a9c6b2f8
    https://github.com/scummvm/scummvm/commit/160fd3a17953f33de881449577059d97a9c6b2f8
Author: D G Turner (digitall at scummvm.org)
Date: 2012-02-15T09:06:16-08:00

Commit Message:
COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants.

Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not
detected".

Changed paths:
    engines/composer/detection.cpp



diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 9eb4961..835f3c5 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -81,6 +81,20 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV1
 	},
 
+	// Magic Tales: Baba Yaga and the Magic Geese Mac - from bug #3466402
+	{
+		{
+			"babayaga",
+			"",
+			AD_ENTRY1("Baba Yaga", "ae3a4445f42fe10253da7ee4ea0d37"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_ComposerV1
+	},
+
 	// Magic Tales: Imo and the King - from bug #3485018
 	{
 		{
@@ -95,6 +109,20 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV1
 	},
 
+	// Magic Tales: Imo and the King Mac - from bug #3466402
+	{
+		{
+			"imoking",
+			"",
+			AD_ENTRY1("imo and the king", "b0277885fec943b5f19409f35b33964c"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_ComposerV1
+	},
+
 	// Magic Tales: The Little Samurai - from bug #3485018
 	{
 		{
@@ -109,6 +137,20 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV1
 	},
 
+	// Magic Tales: The Little Samurai Mac - from bug #3466402
+	{
+		{
+			"littlesamurai",
+			"",
+			AD_ENTRY1("The Little Samurai", "38121dd649c24e8676aa108cf35d44b5"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_ComposerV1
+	},
+
 	// from Liam Finds a Story CD
 	{
 		{






More information about the Scummvm-git-logs mailing list