[Scummvm-git-logs] scummvm master -> d98b95d62304540e980bdcd8d44e5cb35879e049
bluegr
noreply at scummvm.org
Sun Jun 26 05:58:12 UTC 2022
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:
d98b95d623 MOHAWK: Add detection for Story of Creation Mac, Daniel in the Lions Den Mac demo, Wanderful Android sampler
Commit: d98b95d62304540e980bdcd8d44e5cb35879e049
https://github.com/scummvm/scummvm/commit/d98b95d62304540e980bdcd8d44e5cb35879e049
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-06-26T08:58:09+03:00
Commit Message:
MOHAWK: Add detection for Story of Creation Mac, Daniel in the Lions Den Mac demo, Wanderful Android sampler
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 7b7ff95f746..b00631a081b 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -2671,6 +2671,22 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ // Wanderful Interactive Storybooks version, unknown if identical to iOS and Mac versions
+ {
+ {
+ "lbsampler",
+ "Wanderful",
+ AD_ENTRY1s("Outline.txt", "131d3a3c7158345153776693de4d45d0", 2574),
+ Common::EN_ANY,
+ Common::kPlatformAndroid,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0,
+ },
+
{
{
"bearfight",
@@ -3042,6 +3058,21 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ {
+ {
+ "create",
+ "",
+ AD_ENTRY1s("BookOutline", "922698932c5ac78276484c563cb7ae10", 1135),
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0,
+ },
+
// From sev
{
{
@@ -3090,6 +3121,21 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ {
+ {
+ "daniel",
+ "Demo",
+ AD_ENTRY1s("DanielBO", "6a020cca6405936c35c4e4f4bf94740f", 543),
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0,
+ },
+
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};
More information about the Scummvm-git-logs
mailing list