[Scummvm-cvs-logs] scummvm master -> ad78ea6b506c0c97d6587a26a254ff912bcf4fa1

digitall digitall at scummvm.org
Wed Feb 15 17:30:33 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:
ad78ea6b50 COMPOSER: Add Detection Entry for Liam Finds a Story Mac.


Commit: ad78ea6b506c0c97d6587a26a254ff912bcf4fa1
    https://github.com/scummvm/scummvm/commit/ad78ea6b506c0c97d6587a26a254ff912bcf4fa1
Author: D G Turner (digitall at scummvm.org)
Date: 2012-02-15T08:29:03-08:00

Commit Message:
COMPOSER: Add Detection Entry for Liam Finds a Story Mac.

Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not
Detected".

Changed paths:
    engines/composer/detection.cpp



diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index ac7eafd..9eb4961 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -136,6 +136,24 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV2
 	},
 
+	// Liam Finds a Story Mac - from bug #3463201
+	{
+		{
+			"liam",
+			0,
+			{
+				{"liam finds a story.ini", 0, "85a1ca6002ded8572920bbdb73d35b0a", -1},
+				{"page99.rsc", 0, "11b0a19c6b6d73c39e2bd289a457c1dc", -1},
+				AD_LISTEND
+			},
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_ComposerV2
+	},
+
 	// from Liam Finds a Story CD
 	{
 		{
@@ -316,6 +334,7 @@ using namespace Composer;
 // we match from data too, to stop detection from a non-top-level directory
 const static char *directoryGlobs[] = {
 	"data",
+	"liam",
 	"programs",
 	"princess",
 	"sleepcub",






More information about the Scummvm-git-logs mailing list