[Scummvm-git-logs] scummvm master -> 3c38866541102fa9d2e366d45a826584d73b6213
bluegr
noreply at scummvm.org
Sun May 18 07:03:42 UTC 2025
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
8fede9a4c7 DIRECTOR: Add Italian version of Masters of the Elements to detection table
3c38866541 DIRECTOR: Mention installer requirement for French Mac version of Masters of the Elements
Commit: 8fede9a4c7f5d858363cbfc60f5ed06c0004da2f
https://github.com/scummvm/scummvm/commit/8fede9a4c7f5d858363cbfc60f5ed06c0004da2f
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-05-18T10:03:38+03:00
Commit Message:
DIRECTOR: Add Italian version of Masters of the Elements to detection table
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 0f792ccbf8c..06600dde608 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -8328,6 +8328,10 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("melements", "", "Meesters van Macht", "r:888e9ea9987e5ef6833d5af3683fcb3a", 115776, Common::NL_NLD, 601),
WINGAME1_l("melements", "", "MVM.EXE", "t:25ecda33e9fc9aaf70efcd2e124b114a", 2082817, Common::NL_NLD, 601),
+ // Italian: "I Signori degli Elementi", published by Editori Riuniti Multimedia
+ MACGAME1_l("melements", "", "I signori degli elementi", "r:398eb2cdf121feb490097c6323d52267", 1032406, Common::IT_ITA, 602),
+ WINGAME1_l("melements", "", "MVM.EXE", "t:caeea1aec3be6d1171992c824e3e3714", 2292781, Common::IT_ITA, 602),
+
WINGAME2("meetchuck", "", "HORSE.EXE", "t:b0f3841f6e8005e519445b22de37749b", 1130649,
"HPICTS.DXR", "d:60aba531fc0bf4897ba94413eb8ae24f", 7878094, 600),
Commit: 3c38866541102fa9d2e366d45a826584d73b6213
https://github.com/scummvm/scummvm/commit/3c38866541102fa9d2e366d45a826584d73b6213
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-05-18T10:03:38+03:00
Commit Message:
DIRECTOR: Mention installer requirement for French Mac version of Masters of the Elements
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 06600dde608..5fae452e603 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -8320,7 +8320,7 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1_l("melements", "", "MVM.EXE", "t:31a3726973886c0f3de3ee127f56fcb3", 1512503, Common::DE_DEU, 602),
// French: "Le Maître des éléments", published by Gallimard Multimédia
- // Hybrid disc: Mac version needs to be added, unknown projector file/needs extraction?
+ // Mac version requires installation, installer in file "Installeur", created with VISE Lite 3.6 from MindVision Software
WINGAME1_l("melements", "", "MDE.EXE", "t:8db5c7ffd823515b341cee7acb72b9a8", 2256946, Common::FR_FRA, 602),
// Dutch: "Meesters van Macht", Netherlands/Belgium release by Karakter Interactive
More information about the Scummvm-git-logs
mailing list