[Scummvm-git-logs] scummvm master -> a685a84e3a8f4b6aa30d11a3921c09b967e4ccc6
djsrv
dservilla at gmail.com
Sat Jul 31 06:00:40 UTC 2021
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:
a685a84e3a DIRECTOR: Update Meet MediaBand detection tables
Commit: a685a84e3a8f4b6aa30d11a3921c09b967e4ccc6
https://github.com/scummvm/scummvm/commit/a685a84e3a8f4b6aa30d11a3921c09b967e4ccc6
Author: djsrv (dservilla at gmail.com)
Date: 2021-07-31T02:00:17-04:00
Commit Message:
DIRECTOR: Update Meet MediaBand detection tables
Changed paths:
engines/director/detection_paths.h
engines/director/detection_tables.h
diff --git a/engines/director/detection_paths.h b/engines/director/detection_paths.h
index d93862d9a4..6658e75e9f 100644
--- a/engines/director/detection_paths.h
+++ b/engines/director/detection_paths.h
@@ -132,6 +132,7 @@ const char *directoryGlobs[] = {
"docs", // Enhanced CDs
"anim", // 1 vs 100 (Mindscape)
"Lingo Expo", // D4 sample movies
+ "main", // Meet MediaBand
0
};
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 1aa5317c91..80d10dc121 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -197,7 +197,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "martian", "Ray Bradbury's The Martian Chronicles Adventure Game" },
{ "maze", "The Riddle of the Maze" },
{ "mcmillennium", "Mission Code: Millennium" },
- { "mediaband", "Meet Mediaband" },
+ { "mediaband", "Meet MediaBand" },
{ "melements", "Masters of the Elements" },
{ "mentalmaths", "Mental Maths Booster" },
{ "miamath", "Mia's Math Adventure: Just in Time!" },
@@ -2339,7 +2339,11 @@ static const DirectorGameDescription gameDescriptions[] = {
// Full game is not Director
WINDEMO1("mechwarrior2", "Demo", "MW2DEMO.EXE", "4a8fd0d74faef305bc935e1aac94d3e8", 712817, 400),
- WINGAME1("mediaband", "", "MEDIABND.EXE", "0cfb9b4762e33ab56d656a0eb146a048", 717921, 400),
+ MACGAME2("mediaband", "v1.0", "xn--Meet MediaBand-eca49b68a", "17efee018a660458fae80de4364021ac", 483774,
+ "title", "88e717a623bc2690d84a1246e512eaff", 2646636, 404),
+ MACGAME2("mediaband", "v1.1", "xn--Meet MediaBand-eca49b68a", "17efee018a660458fae80de4364021ac", 483774,
+ "title", "14a64b7999d909a23df7842cec65458c", 2752392, 404),
+ WINGAME1("mediaband", "v1.1", "MEDIABND.EXE", "0cfb9b4762e33ab56d656a0eb146a048", 717921, 404),
// Projector is 4.0 Demo from Lingo Workshop
MACDEMO1("mediabook", "Sampler", "MediaBook Sampler 16Mb", "78138a77207907642744d0960c14d9e5", 510450, 400),
More information about the Scummvm-git-logs
mailing list