[Scummvm-git-logs] scummvm master -> b719035bb5b6db0efdf548f84257b64ad173ac43
lotharsm
noreply at scummvm.org
Mon Apr 6 12:32:36 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:
b719035bb5 DIRECTOR: Add detection entry for US release of Webmaster
Commit: b719035bb5b6db0efdf548f84257b64ad173ac43
https://github.com/scummvm/scummvm/commit/b719035bb5b6db0efdf548f84257b64ad173ac43
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-04-06T14:32:04+02:00
Commit Message:
DIRECTOR: Add detection entry for US release of Webmaster
Developer: IJsfontein
Publisher: Tivola
Disc pressing timestamp: "01/01"
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 5d94d20c657..8f505f39e9f 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -9860,6 +9860,11 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2_l("webmaster", "", "Webmaster.exe", "t:b757ff13f0f10c94b1b9fc5f2ceac6ec", 1820594,
"Data/chaos.dxr", "d:a61309dc913a5f99041dbcd60372fb2e", 556781, Common::DE_DEU, 702),
+ // US variant
+ // developed by IJsfontein, published by Tivola, disc pressing timestamp "01/01"
+ WINGAME2_l("webmaster", "", "Webmaster.exe", "t:b757ff13f0f10c94b1b9fc5f2ceac6ec", 1820594,
+ "Data/chaos.dxr", "d:a974288bad555038af8a0791b1ae0292", 556715, Common::EN_ANY, 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