[Scummvm-git-logs] scummvm master -> 338bb1249ad9a8ed9204a25620ee0cfd8a5fc361
lotharsm
noreply at scummvm.org
Mon Apr 6 11:56:28 UTC 2026
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:
338bb1249a DIRECTOR: Add detection entry for German release of Webmaster
Commit: 338bb1249ad9a8ed9204a25620ee0cfd8a5fc361
https://github.com/scummvm/scummvm/commit/338bb1249ad9a8ed9204a25620ee0cfd8a5fc361
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-04-06T13:55:29+02:00
Commit Message:
DIRECTOR: Add detection entry for German release of Webmaster
Developer: IJsfontein
Publisher: Tivola
Disc pressing timestamp: "11/00"
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 2489d1f0ab8..5d94d20c657 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -9855,6 +9855,11 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2("webmaster", "", "Webmaster.exe", "t:b757ff13f0f10c94b1b9fc5f2ceac6ec", 1820594,
"Data/chaos.dxr", "d:1d3e9f04eb1ba627d8b0bba826a042f4", 556601, 702),
+ // German: "Webmaster: Fantastische Abenteuer in der Welt des Internets",
+ // developed by IJsfontein, published by Tivola, disc pressing timestamp "11/00"
+ WINGAME2_l("webmaster", "", "Webmaster.exe", "t:b757ff13f0f10c94b1b9fc5f2ceac6ec", 1820594,
+ "Data/chaos.dxr", "d:a61309dc913a5f99041dbcd60372fb2e", 556781, Common::DE_DEU, 702),
+
// Published by The Wine CD Corp (1999)
// Windows version needs installation
MACGAME1("winecd", "", "Start Wine CD", "rt:40cc0f0d9595e19d6e9f78ad29456f02", 109134, 700),
More information about the Scummvm-git-logs
mailing list