[Scummvm-cvs-logs] scummvm master -> 8ff61cd9c28bb866454b67e2b5d3e9270c3ffef7

bluegr md5 at scummvm.org
Wed Sep 28 00:23:10 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:
8ff61cd9c2 MOHAWK: Added an entry for lbsampler (bug #3309306), and marked two non working LB V3 games as unstable


Commit: 8ff61cd9c28bb866454b67e2b5d3e9270c3ffef7
    https://github.com/scummvm/scummvm/commit/8ff61cd9c28bb866454b67e2b5d3e9270c3ffef7
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-09-27T15:16:00-07:00

Commit Message:
MOHAWK: Added an entry for lbsampler (bug #3309306), and marked two non working LB V3 games as unstable

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 01b3a18..25ca9cd 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -700,6 +700,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// From afholman in bug #3309306
+	{
+		{
+			"lbsampler",
+			"v3",
+			AD_ENTRY1("outline", "8397cea6bed1ff90029f7602ef37684d"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		"Living Books Sampler"
+	},
+
 	{
 		{
 			"maggiesfa",
@@ -1221,7 +1237,7 @@ static const MohawkGameDescription gameDescriptions[] = {
 			AD_ENTRY1("OUTLINE", "159c18b663c58d1aa17ad5e1ab1f0e12"),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			Common::GUIO_NONE
 		},
 		GType_LIVINGBOOKSV3,
@@ -1614,7 +1630,7 @@ static const MohawkGameDescription gameDescriptions[] = {
 			AD_ENTRY1("Outline", "3b793adf2b303722e0fb6c632f94e1fb"),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_NO_FLAGS,
+			ADGF_UNSTABLE,
 			Common::GUIO_NONE
 		},
 		GType_LIVINGBOOKSV3,






More information about the Scummvm-git-logs mailing list