[Scummvm-git-logs] scummvm master -> 3e48401bc417d788646d796697bcb0e669eb93c1
rvanlaar
roland at rolandvanlaar.nl
Wed Jul 21 19:28:30 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:
3e48401bc4 DIRECTOR: add detection for lingo expo
Commit: 3e48401bc417d788646d796697bcb0e669eb93c1
https://github.com/scummvm/scummvm/commit/3e48401bc417d788646d796697bcb0e669eb93c1
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2021-07-21T21:28:18+02:00
Commit Message:
DIRECTOR: add detection for lingo expo
Lingo Expo is already detectable with a D4-mac file.
There is a lingo bug in the Navigator movie. To patch it we need to
pinpoint the exact game.
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 d4bd58f4de..d93862d9a4 100644
--- a/engines/director/detection_paths.h
+++ b/engines/director/detection_paths.h
@@ -131,6 +131,7 @@ const char *directoryGlobs[] = {
"dicfiles", // Time Blazers series
"docs", // Enhanced CDs
"anim", // 1 vs 100 (Mindscape)
+ "Lingo Expo", // D4 sample movies
0
};
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e1488d3995..b9a09ec0c8 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -32,6 +32,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "theapartment", "The Apartment, Interactive demo" },
{ "dirmacromedia", "Macromedia Director" },
{ "dirmacromind", "MacroMind Director" },
+ { "lingoexpo", "Director 4 Lingo Expo and Sample Titles"},
// Commercially released games
{ "10plus2", "10+2" },
@@ -1393,6 +1394,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINDEMO1("leopardspots", "Demo", "LEOPARD.EXE", "2b3543a9131a49f665982d26513a84f8", 1081371, 310),
+ MACGAME1("lingoexpo", "", "Navigator", "53c55a79ef2c9247201c3b1873d851c6", 1082586, 400),
+
MACGAME1_l("lvi", "Nº1", "LVI_8Mo", "7f443f2e63fd497a9ad85b10dc880a91", 384462, Common::FR_FRA, 310),
WINGAME1_l("lvi", "Nº1", "LVI.EXE", "65d06b5fef155a2473434571aff5bc29", 634203, Common::FR_FRA, 310),
More information about the Scummvm-git-logs
mailing list