[Scummvm-git-logs] scummvm master -> 7ab33eb0f4f80040014efb0b9eb2e4d683adaff8
lotharsm
noreply at scummvm.org
Sun Oct 12 19:31:20 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
7ab33eb0f4 DIRECTOR: Add detection entry for "Die tolle Spiele-Box" by Tivola
Commit: 7ab33eb0f4f80040014efb0b9eb2e4d683adaff8
https://github.com/scummvm/scummvm/commit/7ab33eb0f4f80040014efb0b9eb2e4d683adaff8
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-10-12T21:31:02+02:00
Commit Message:
DIRECTOR: Add detection entry for "Die tolle Spiele-Box" by Tivola
"Die tolle Spiele-Box" is a collection of mini-games released by Tivola based on their
full titles. One of the mini-games is an enhanced version of the juggling game in
"Masters of the Elements", sharing some code and behavior.
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 76eb19c0381..89c003aa8f8 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1052,6 +1052,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "suderhof", "Geschichten vom Süderhof" },
{ "technicus", "Technicus: Ten Hours Left" },
{ "tiefsee", "S.O.S. Tiefsee" },
+ { "tivolaspielebox", "Die tolle Spiele-Box" },
{ "tkkgkit", "TKKG: Identikit" },
{ "vorsichthund", "Vorsicht, bissiger Hund!" },
{ "www", "Wellen, Wracks und Wassermänner" },
@@ -9069,6 +9070,13 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1_l("tiefsee", "", "Tiefsee.exe", "t:c932fbb3da13e4fdecd49f877531e422", 1508764, Common::DE_DEU, 650),
+ // "Die tolle Spiele-Box" is a collection of mini-games released by Tivola based on their
+ // full titles. One of the mini-games is an enhanced version of the juggling game in
+ // "Masters of the Elements", sharing some code and behavior.
+ // Requires installation.
+ WINGAME2_l("tivolaspielebox", "", "START16.EXE", "t:a7fbc5507e75ea320562965671db3e0d", 1396929,
+ "SELECTOR.DXR", "f:058a411d0ca623bd76a5c9b61a69a4ba", 9859616, Common::DE_DEU, 601),
+
// Tivola demo/sampler disc, Fall 1998, released in Germany
MACGAME2f_l("tivolafall1998", "Sampler", "Start", "r:d549c6d331cf1c6354f1f2b93b34c0f4", 1026645,
"Selector.dxr", "d:a2a7e250ea2b6e16467662454bd90381", 8035090, Common::DE_DEU, 601, GF_32BPP),
More information about the Scummvm-git-logs
mailing list