[Scummvm-git-logs] scummvm master -> 1bcb360206819b71c464a8562dd4f8d78281bec5
lotharsm
noreply at scummvm.org
Mon Apr 6 17:01:41 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:
1bcb360206 DIRECTOR: Add detection entry for French release of Webmaster
Commit: 1bcb360206819b71c464a8562dd4f8d78281bec5
https://github.com/scummvm/scummvm/commit/1bcb360206819b71c464a8562dd4f8d78281bec5
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-04-06T19:01:24+02:00
Commit Message:
DIRECTOR: Add detection entry for French release of Webmaster
Developer: IJsfontein
Publisher: Multimédia Gallimard
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 8f505f39e9f..207eace31e4 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -9865,6 +9865,11 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME2_l("webmaster", "", "Webmaster.exe", "t:b757ff13f0f10c94b1b9fc5f2ceac6ec", 1820594,
"Data/chaos.dxr", "d:a974288bad555038af8a0791b1ae0292", 556715, Common::EN_ANY, 702),
+ // French: "Webmaster: le maître d'internet"
+ // developed by IJsfontein, published by Multimédia Gallimard
+ WINGAME2_l("webmaster", "", "Webmaster.exe", "t:e1e8d498214e8ffc50f65973c510962b", 178102,
+ "Data/chaos.dxr", "d:a8857ee87e3435190a880e3f45085212", 436488, Common::FR_FRA, 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