[Scummvm-git-logs] scummvm master -> 444884f9aca7cd138747bb78d3fd51d888deba78
digitall
dgturner at iee.org
Fri Oct 5 04:23:36 CEST 2018
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:
444884f9ac MOHAWK: Add Detection Entries For Two LB Game Variants.
Commit: 444884f9aca7cd138747bb78d3fd51d888deba78
https://github.com/scummvm/scummvm/commit/444884f9aca7cd138747bb78d3fd51d888deba78
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-05T03:31:57+01:00
Commit Message:
MOHAWK: Add Detection Entries For Two LB Game Variants.
These are from bug Trac #6745 "MOHAWK: Two unknown Living Book game
variants..."
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 7e7e037..a3c0a0f 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1576,6 +1576,23 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
+ // Just Grandma and Me
+ // From bug Trac #6745
+ {
+ {
+ "grandma",
+ "v1.3.0.5",
+ AD_ENTRY1("outline", "33074daec5263ba209abcce3ee60ee38"),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0
+ },
+
// Just Grandma and Me 2.0 Macintosh
// From aluff in bug #3461368
{
@@ -2731,6 +2748,23 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
+ // Stellaluna 1.0
+ // From bug Trac #6745
+ {
+ {
+ "stellaluna",
+ "",
+ AD_ENTRY1("STELLA.LB", "ff8ae44b52fb19f039e82730f6a1bb51"),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0
+ },
+
// From aluff in bug#3306722
{
{
More information about the Scummvm-git-logs
mailing list