[Scummvm-git-logs] scummvm master -> 7850f23a85cbbdd905644c4856c506d5deff00c9

bluegr noreply at scummvm.org
Thu Aug 27 15:53:21 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:
7850f23a85 GOB: add german adi4anglais1314 addon to detection


Commit: 7850f23a85cbbdd905644c4856c506d5deff00c9
    https://github.com/scummvm/scummvm/commit/7850f23a85cbbdd905644c4856c506d5deff00c9
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2026-08-27T18:53:16+03:00

Commit Message:
GOB: add german adi4anglais1314 addon to detection

Changed paths:
    engines/gob/detection/tables.h
    engines/gob/detection/tables_adi4.h


diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 4ef61f5f973..74867b2c21b 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -83,7 +83,7 @@ static const PlainGameDescriptor gobGames[] = {
 	{"adi4anglais911", "ADI 4 Anglais 9-11 years"},
 	// {"adi4anglais1112", "ADI 4 Anglais 11-12 years"},
 	{"adi4anglais1213", "ADI 4 Anglais 12-13 years"},
-	// {"adi4anglais1314", "ADI 4 Anglais 13-14 years"},
+	{"adi4anglais1314", "ADI 4 Anglais 13-14 years"},
 	// {"adi4anglais1415", "ADI 4 Anglais 14-15 years"},
 	{"adi4geo", "ADI 4 Geography"},
 	// {"adi4sciences", "ADI 4 Sciences"},
diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index 6857f772fc2..a9b21a4d5a3 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -321,6 +321,20 @@
 },
 
 // 13-14 years
+{
+	{
+		"adi4anglais1314",
+		"",
+		AD_ENTRY2s("A32RAN.STK", "fb25085c82385192726cdbf8f407e04c", 80477,
+				   "ADIA32.STK", "e5b42890cfb03a48864d84cf1522f2ab", 11673330),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSTABLE,
+		GUIO0()
+	},
+	kFeatures640x480,
+	0, 0, 0
+},
 
 // 14-15 years
 




More information about the Scummvm-git-logs mailing list