[Scummvm-git-logs] scummvm master -> 4c456edac03606083a963564729f9d8a45656373
tag2015
noreply at scummvm.org
Tue Dec 13 19:47:01 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:
4c456edac0 DIRECTOR: Add detection for Babylon 5 Guide
Commit: 4c456edac03606083a963564729f9d8a45656373
https://github.com/scummvm/scummvm/commit/4c456edac03606083a963564729f9d8a45656373
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-13T20:45:39+01:00
Commit Message:
DIRECTOR: Add detection for Babylon 5 Guide
TRAC #13961
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 71ca87fc063..9266d6b6923 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -482,6 +482,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "aruba", "Aruba Interactive" },
{ "athletics", "International Athletics" },
{ "babylon5int", "Babylon 5 Interactive" },
+ { "babylon5guide", "The Official Guide to Babylon 5" },
{ "battles", "Battles of the World" },
{ "beatexp", "The Beat Experience" },
{ "bettypage", "Betty Page: The World of a Pin-Up Queen" },
@@ -5311,6 +5312,10 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1("babesintoyland", "", "BABESIN.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1411231, 501),
+ MACGAME1("babylon5guide", "", "Babylon 5 Guided Tour", "06ed90580400cd9e263525f84c8075fd", 705445, 500),
+ WINGAME2t("babylon5guide", "", "B5TOUR.EXE", "87f3188518ebf28da4db11334819cd63", 1410463,
+ "INTRO.DXR", "0b5efb79490763ddb50f018eacba9f11", 1663348, 501),
+
// At game start, choice of languages includes Finnish, Swedish, English, Danish
// Developed by TATI Mixedia, Gothenburg, Sweden (1999); published locally by IQ Media Nordic, Stockholm
WINDEMO1("backpackerjr", "Demo", "BPJDEMO.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1418681, 501),
More information about the Scummvm-git-logs
mailing list