[Scummvm-cvs-logs] scummvm master -> 979b072f33e0537df0a8707e44a65c7ca26ccda1
sev-
sev at scummvm.org
Wed Mar 30 23:13:54 CEST 2016
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:
979b072f33 MOHAWK: Added 2 more livingbook versions. Bug #6557
Commit: 979b072f33e0537df0a8707e44a65c7ca26ccda1
https://github.com/scummvm/scummvm/commit/979b072f33e0537df0a8707e44a65c7ca26ccda1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-30T23:10:46+02:00
Commit Message:
MOHAWK: Added 2 more livingbook versions. Bug #6557
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 92f875d..f065ccc 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1878,6 +1878,23 @@ static const MohawkGameDescription gameDescriptions[] = {
"Living Books Player"
},
+ // From Matthew Winder in bug#6557
+ // v1.0E, English, Windows
+ {
+ {
+ "arthurbday",
+ "",
+ AD_ENTRY1s("AB16B.LB", "c169be346de7b0bbfcd18761fc0a3e49", 3093),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0,
+ },
+
// From Torsten in bug#3422652
{
{
@@ -2100,6 +2117,22 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
+ // From Matthew Winder in bug#6557
+ {
+ {
+ "lilmonster",
+ "",
+ AD_ENTRY1s("lmasf.lb", "fcb665df1713d0411a41515efb20bebc", 4136),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ 0,
+ 0
+ },
+
// From afholman in bug#3309308
{
{
More information about the Scummvm-git-logs
mailing list