[Scummvm-git-logs] scummvm master -> 2e57c73732d6e56c64c786a82eacd8e632064723
tag2015
noreply at scummvm.org
Mon Dec 15 17:34:19 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:
2e57c73732 DIRECTOR: Add Thomas & Tim to detection tables
Commit: 2e57c73732d6e56c64c786a82eacd8e632064723
https://github.com/scummvm/scummvm/commit/2e57c73732d6e56c64c786a82eacd8e632064723
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-12-15T18:31:40+01:00
Commit Message:
DIRECTOR: Add Thomas & Tim to detection tables
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 3a591694391..75b5893bb78 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -510,6 +510,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "teazle", "Teazle" },
{ "the7colors", "The Seven Colors: Legend of PSYã»S City" }, // English fan translation
{ "thequest", "The Quest" },
+ { "thomastim", "Thomas & Tim" },
{ "timewarrior", "Time Warrior - The Armageddon Device" },
{ "timmysafari", "Timmy's Safari Adventure" },
{ "tkkg1", "A Case for TKKG 1: Jennifer is Missing" },
@@ -8105,6 +8106,13 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1("texas", "", "Texas Tourism", "ad32f236d2637602b7299e6b748a7571", 705417, 500),
WINGAME1t("texas", "", "TEXAS32.EXE", "ac6cf1ba40918db9d7fa1dd837169834", 1410513, 501),
+ // Danish (original): Thomas og Tim
+ // Swedish: Thomas och Tim
+ // German: Thomas & Tim
+ WINGAME1_l("thomastim", "", "Thomas_og_Tim.exe", "t:0af7314e73d7a1e06e5f167171ee2c1d", 2409357, Common::DA_DNK, 501),
+ WINGAME1_l("thomastim", "", "TochT.exe", "t:0af7314e73d7a1e06e5f167171ee2c1d", 2409365, Common::SV_SWE, 501),
+ WINGAME1_l("thomastim", "", "togt.exe", "t:685f417196d7ae95c22738746b929dd2", 1394011, Common::DE_DEU, 501),
+
// 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