[Scummvm-git-logs] scummvm master -> 819b5f2079522ff2a8fc0d92fb2f6412b2bb038d
bluegr
noreply at scummvm.org
Wed Jan 29 12:44:04 UTC 2025
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:
819b5f2079 MOHAWK: Add demos from MacFormat 18 coverdisc
Commit: 819b5f2079522ff2a8fc0d92fb2f6412b2bb038d
https://github.com/scummvm/scummvm/commit/819b5f2079522ff2a8fc0d92fb2f6412b2bb038d
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2025-01-29T14:44:00+02:00
Commit Message:
MOHAWK: Add demos from MacFormat 18 coverdisc
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 5cd3f74e0c7..ae61ee81c30 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1865,7 +1865,7 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"tortoise",
- "English, German and French Demo",
+ "Demo English/German/French",
AD_ENTRY1("TORTB.LB", "bd6784dc9f6a9c1143ca03230fca3f29"),
Common::UNK_LANG,
Common::kPlatformWindows,
@@ -1877,6 +1877,54 @@ static const MohawkGameDescription gameDescriptions[] = {
"TORTB.EXE"
},
+ // From MacFormat 18 coverdisc
+ // Only difference is the order of the languages
+ {
+ {
+ "tortoise",
+ "Demo English/German/French",
+ AD_ENTRY1s("The Tortoise and the Hare", "fe58b2cd82b92e4b5a748618798f51af", 576),
+ Common::UNK_LANG,
+ Common::kPlatformMacintosh,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ GF_DEMO,
+ "Living Books Player"
+ },
+ // Die Schildkröte und der Hase
+ {
+ {
+ "tortoise",
+ "Demo German/French/English",
+ AD_ENTRY1s("xn--Die Schildkrte und der Hase-0yc", "481bd2bcb28653c71511742dd853ff31", 576),
+ Common::UNK_LANG,
+ Common::kPlatformMacintosh,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ GF_DEMO,
+ "Living Books Player"
+ },
+ // Le Lièvre et la Tortue
+ {
+ {
+ "tortoise",
+ "Demo French/German/English",
+ AD_ENTRY1s("xn--Le Livre et la Tortue-s4b", "62503913bae127a96adf334377c0ad3e", 576),
+ Common::UNK_LANG,
+ Common::kPlatformMacintosh,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ GF_DEMO,
+ "Living Books Player"
+ },
+
+
{
{
"tortoise",
@@ -1896,9 +1944,9 @@ static const MohawkGameDescription gameDescriptions[] = {
{
{
"tortoise",
- "",
+ "Demo Spanish/English",
AD_ENTRY1s("BookOutline", "91245b8ac388a54378b94fce65c29d02", 582),
- Common::EN_ANY,
+ Common::UNK_LANG,
Common::kPlatformMacintosh,
ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
@@ -2371,6 +2419,52 @@ static const MohawkGameDescription gameDescriptions[] = {
"Living Books Player"
},
+ // From MacFormat 18 coverdisc
+ // Only difference is the order of the languages
+ {
+ {
+ "grandma",
+ "Demo English/German/French",
+ AD_ENTRY1s("Just Grandma and Me", "b5557ac9294279bea9f373a08da4d885", 584),
+ Common::UNK_LANG,
+ Common::kPlatformMacintosh,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ GF_DEMO,
+ "Living Books Player"
+ },
+ {
+ {
+ "grandma",
+ "Demo German/French/English",
+ AD_ENTRY1s("Nur Oma und Ich", "bc74e2931637fd507f9dee50d1153c1d", 584),
+ Common::UNK_LANG,
+ Common::kPlatformMacintosh,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ GF_DEMO,
+ "Living Books Player"
+ },
+ // Grand-Mère et Moi
+ {
+ {
+ "grandma",
+ "Demo French/German/English",
+ AD_ENTRY1s("xn--Grand-Mre et Moi-zpb", "0ccb20f426ab00a6694e6f6f434aa869", 584),
+ Common::UNK_LANG,
+ Common::kPlatformMacintosh,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV2,
+ GF_DEMO,
+ "Living Books Player"
+ },
+
// Ruff's Bone 1.0
// From pacifist
{
More information about the Scummvm-git-logs
mailing list