[Scummvm-git-logs] scummvm branch-3-0 -> bf4fb93857eed2799c0c9e0d279b4e1163f2fa7b

tag2015 noreply at scummvm.org
Tue Nov 18 16:57:26 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:
8bcc3e5a77 DIRECTOR: Add Amber Journeys Beyond German version
bf4fb93857 COMPOSER: Add detection for Imo and the King italian version


Commit: 8bcc3e5a77fb95aab25d076c457a932fd29ff016
    https://github.com/scummvm/scummvm/commit/8bcc3e5a77fb95aab25d076c457a932fd29ff016
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-11-18T17:56:40+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: bf4fb93857eed2799c0c9e0d279b4e1163f2fa7b
    https://github.com/scummvm/scummvm/commit/bf4fb93857eed2799c0c9e0d279b4e1163f2fa7b
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-11-18T17:56:40+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