[Scummvm-git-logs] scummvm branch-2-8 -> 7527c6df50b37f68d43880b5bcf889ed099da1ea
moralrecordings
noreply at scummvm.org
Mon Jan 8 09:47:24 UTC 2024
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:
7527c6df50 DIRECTOR: Add detection entry for D5 variant of Tivola Spring 1999 demo
Commit: 7527c6df50b37f68d43880b5bcf889ed099da1ea
https://github.com/scummvm/scummvm/commit/7527c6df50b37f68d43880b5bcf889ed099da1ea
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-01-08T17:39:31+08:00
Commit Message:
DIRECTOR: Add detection entry for D5 variant of Tivola Spring 1999 demo
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 2c98207f5e4..272222fdb36 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1514,6 +1514,8 @@ static const PlainGameDescriptor directorGames[] = {
{ "sfk", "Science for Kids Product Demos" },
{ "sonywalkman", "Sony Walkman PRD-155SB / PRD-150" },
{ "techiescom", "techies.com Business Card" },
+ { "tivolaspring1999", "Tivola Demo - Frühling 1999" }, // Contains D4, D5 and D6 executables
+ { "tivolasummer2000", "Tivola Demo - Sommer 2000" },
{ "tlc", "The Learning Company Sampler" },
{ "ubt", "Under the Big Top" },
{ "vygrpresents", "Voyager Presents" },
@@ -1771,6 +1773,7 @@ namespace Director {
#define MACGAME2tf(t,e,f1,m1,s1,f2,m2,s2,v,fl) GENGAME2t_(t,e,f1,m1,s1,f2,m2,s2,Common::EN_ANY,Common::kPlatformMacintosh,(fl|ADGF_MACRESFORK),v)
#define PIPGAME2(t,e,f1,m1,s1,f2,m2,s2,v) GENGAME2_(t,e,f1,m1,s1,f2,m2,s2,Common::EN_ANY,Common::kPlatformPippin,ADGF_MACRESFORK,v)
#define WINGAME2(t,e,f1,m1,s1,f2,m2,s2,v) GENGAME2_(t,e,f1,m1,s1,f2,m2,s2,Common::EN_ANY,Common::kPlatformWindows,ADGF_NO_FLAGS,v)
+#define WINGAME2f_l(t,e,f1,m1,s1,f2,m2,s2,l,v,fl) GENGAME2_(t,e,f1,m1,s1,f2,m2,s2,l,Common::kPlatformWindows,(fl|ADGF_NO_FLAGS),v)
#define WINGAME2t(t,e,f1,m1,s1,f2,m2,s2,v) GENGAME2t_(t,e,f1,m1,s1,f2,m2,s2,Common::EN_ANY,Common::kPlatformWindows,ADGF_NO_FLAGS,v)
#define WINGAME2tf(t,e,f1,m1,s1,f2,m2,s2,v,fl) GENGAME2t_(t,e,f1,m1,s1,f2,m2,s2,Common::EN_ANY,Common::kPlatformWindows,(fl|ADGF_NO_FLAGS),v)
#define FMTGAME2(t,e,f1,m1,s1,f2,m2,s2,v) GENGAME2_(t,e,f1,m1,s1,f2,m2,s2,Common::EN_ANY,Common::kPlatformFMTowns,ADGF_NO_FLAGS,v)
@@ -6956,6 +6959,11 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1("texas", "", "Texas Tourism", "ad32f236d2637602b7299e6b748a7571", 705417, 500),
WINGAME1t("texas", "", "TEXAS32.EXE", "ac6cf1ba40918db9d7fa1dd837169834", 1410513, 501),
+ // Tivola demo/sampler disc, Spring 1999, released in Germany
+ // Director 5 version
+ WINGAME2f_l("tivolaspring1999", "Sampler", "START516.EXE", "t:c41376e07342bc08880efbe3bf417e10", 938281,
+ "INTRO.DXR", "d:fc34f90b4cf6e2b205414d6165dae050", 1302996, Common::DE_DEU, 501, GF_32BPP),
+
// ein Fall für TKKG: Katjas Geheimnis (bilingual DE/EN)
MACGAME2("tkkg1", "", "TKKG start", "6e7e31d05709e1d38d63f4df6a59eec0", 719005,
"SCORE.DXR", "9ffb87ff9d3110435da99a052279fb4c", 10434, 501),
More information about the Scummvm-git-logs
mailing list