[Scummvm-git-logs] scummvm master -> e5553b04dfb9632e4e9ed6e11cb038bc6b8b3959
eriktorbjorn
noreply at scummvm.org
Tue Nov 22 06:04:42 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:
e5553b04df GROOVIE: Add entr for English Tender Loving Care trailer
Commit: e5553b04dfb9632e4e9ed6e11cb038bc6b8b3959
https://github.com/scummvm/scummvm/commit/e5553b04dfb9632e4e9ed6e11cb038bc6b8b3959
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-11-22T07:03:12+01:00
Commit Message:
GROOVIE: Add entr for English Tender Loving Care trailer
This used to work, but the old detection entry appears to have been made
specific to the German version now. Maybe the entries can be merged,
since nothing in the trailer seems to depend on language?
Changed paths:
engines/groovie/detection.cpp
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 145f20ecfad..9bc5ee80d90 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -274,6 +274,23 @@ static const GroovieGameDescription gameDescriptions[] = {
kGroovieTLC
},
+ // Tender Loving Care PC Trailer (CD-ROM 1998-05-14)
+ // Included on the English version of the full game. The preview.grv
+ // file is also on the Englissh DVD (1998-09-10), but I do not know if
+ // it actually has the trailer or not. Since the trailer does not
+ // contain any spoken language, it's possible that this entry can be
+ // merged with the German one above.
+ {
+ {
+ "tlc", "Trailer",
+ AD_ENTRY2s("preview.grv", "d95401509a0ef251e8c340737edf728c", 19,
+ "drama1.gjd", "0ac95ecdd0c8388199bf453de9f7b527", 396742303),
+ UNK_LANG, kPlatformWindows, ADGF_DEMO,
+ GUIO3(GUIO_NOMIDI, GUIO_NOASPECT, GUIO_NOLAUNCHLOAD)
+ },
+ kGroovieTLC
+ },
+
{AD_TABLE_END_MARKER, kGroovieT7G}
};
// clang-format on
More information about the Scummvm-git-logs
mailing list