[Scummvm-git-logs] scummvm master -> f8da08ee62566cb505ffe440bc960ce8186385c2

tag2015 noreply at scummvm.org
Tue Nov 18 16:47:46 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:
3902a716df DIRECTOR: Add Amber Journeys Beyond German version
f8da08ee62 COMPOSER: Add detection for Imo and the King italian version


Commit: 3902a716dfa4e232da1bab2cf2730464c5a5cc3e
    https://github.com/scummvm/scummvm/commit/3902a716dfa4e232da1bab2cf2730464c5a5cc3e
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-11-18T16:42:41+01:00

Commit Message:
DIRECTOR: Add Amber Journeys Beyond German version

Fix #16349

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 2ec744d80b8..dd7aaf65246 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -6613,6 +6613,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	// Mac version is D4
 	WINGAME1f("amber", "", "AMBER_F/AMBER_JB.EXE", "t:9041928550219b808fd23d96e7ad7c6d", 1418103, 500, GF_32BPP),
+	// Amber: Reisen ins Jenseits (TRAC #16349)
+	WINGAME1f_l("amber", "", "AMBER_F/AMBER_JB.EXE", "t:a6de30cf9261cc1a910e87b25f0d0e1b", 1418087, Common::DE_DEU, 500, GF_32BPP),
 	WINDEMO2t("amber", "Demo", "DEMO.EXE", "98f65233a8d80a75513267fed14c1e18", 1417811,
 							   "AMBERHUB.DXR", "a95601f2521fd00c88ac424d66da1605", 868766, 501),
 


Commit: f8da08ee62566cb505ffe440bc960ce8186385c2
    https://github.com/scummvm/scummvm/commit/f8da08ee62566cb505ffe440bc960ce8186385c2
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-11-18T16:42:42+01:00

Commit Message:
COMPOSER: Add detection for Imo and the King italian version

Changed paths:
    engines/composer/detection_tables.h


diff --git a/engines/composer/detection_tables.h b/engines/composer/detection_tables.h
index 8780b961a3a..a6c621dc111 100644
--- a/engines/composer/detection_tables.h
+++ b/engines/composer/detection_tables.h
@@ -280,6 +280,23 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV1
 	},
 
+	// Magic Tales: Imo and the King Italian - from bug #16343
+	{
+		{
+			"imoking",
+			0,
+			{
+				{"book.ini", GAME_CONFIGFILE, "c9bb23d35125b0721bd3ff439790cfe6", 3297},
+				AD_LISTEND
+			},
+			Common::IT_ITA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
+		},
+		GType_ComposerV1
+	},
+
 	// Magic Tales: The Little Samurai - from bug #5964
 	{
 		{




More information about the Scummvm-git-logs mailing list