[Scummvm-git-logs] scummvm master -> 373fb53fb88500ea79436b195d0d6d1ee3be12ad

bluegr noreply at scummvm.org
Tue Aug 12 07:48:12 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:
61707215eb GOB: add french adi4 appli to detection
373fb53fb8 GOB: add ADI5 appli to detection


Commit: 61707215eb4ecfa26484e9d19eea5e80a9719f13
    https://github.com/scummvm/scummvm/commit/61707215eb4ecfa26484e9d19eea5e80a9719f13
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-08-12T10:48:07+03:00

Commit Message:
GOB: add french adi4 appli 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 2861142ca5e..7455bd03126 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -72,6 +72,8 @@ static const PlainGameDescriptor gobGames[] = {
 	{"adi2", "ADI 2"},
 	{"adi4", "ADI 4"},
 	{"adi4geo", "ADI 4 Geographie"},
+	{"adi4anglais", "ADI 4 Anglais"},
+	{"adi4mathlanguage", "ADI 4 Math & Language"},
 	{"adi4euro", "ADI 4 Euro"},
 	{"adi5", "ADI 5"},
 	{"adibou1", "Adibou 1"},
diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index e3e1610fb12..84256d462df 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -286,4 +286,50 @@
 	0, 0, 0
 },
 
+// -- Add-ons : "Anglais" (English for non-native speakers) --
+{
+	{
+		"adi4anglais",
+		"",
+		AD_ENTRY2s("A71RAN.STK", "1c16f54d71ed3d2fa49fe4d8ff4884ae", 100144,
+				   "ADIA71.STK", "9cc17a7ccbf157c1742387ce133205fd", 21661580),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSTABLE,
+		GUIO0()
+	},
+	kFeatures640x480,
+	0, 0, 0
+},
+
+// -- Add-ons : "Math & Language" --
+{
+	{
+		"adi4mathlanguage",
+		"", // Français Math CE2
+		AD_ENTRY2s("ADIF91.STK", "f5e4d0e38e96cb9ea3fdb122548a7775", 19707056,
+				   "ADIM91.STK", "2f839dffcded30680456d0e881f16f31", 27322360),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSTABLE,
+		GUIO0()
+	},
+	kFeatures640x480,
+	0, 0, 0
+},
+{
+	{
+		"adi4mathlanguage",
+		"", // Français Math CM2
+		AD_ENTRY2s("ADIF71.STK", "a0dc766e42025271df54f4e705e530e5", 13668920,
+				   "ADIM71.STK", "d093bf3b38c668d9f89ae1118b2dfc95", 21544420),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSTABLE,
+		GUIO0()
+	},
+	kFeatures640x480,
+	0, 0, 0
+},
+
 #endif // GOB_DETECTION_TABLES_ADI4_H


Commit: 373fb53fb88500ea79436b195d0d6d1ee3be12ad
    https://github.com/scummvm/scummvm/commit/373fb53fb88500ea79436b195d0d6d1ee3be12ad
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-08-12T10:48:07+03:00

Commit Message:
GOB: add ADI5 appli to detection

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


diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 7455bd03126..00df942f099 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -76,6 +76,8 @@ static const PlainGameDescriptor gobGames[] = {
 	{"adi4mathlanguage", "ADI 4 Math & Language"},
 	{"adi4euro", "ADI 4 Euro"},
 	{"adi5", "ADI 5"},
+	{"adi5language", "ADI 5 Language"},
+	{"adi5anglais", "ADI 5 Anglais"},
 	{"adibou1", "Adibou 1"},
 	{"adibou1read45", "Adibou 1 Read 4-5 years"},
 	{"adibou1count45", "Adibou 1 Count 4-5 years"},
diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
index c6bc09b8c76..521c2edc9eb 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -125,4 +125,64 @@
 	"adi5.stk", "adi5.obc", 0
 },
 
+// -- Add-ons : Language --
+{
+	{
+		"adi5language",
+		"", // Deutsch (Klasse 7+8)
+		AD_ENTRY2s("FR12.ITK", "2f084125fa605a138a77ef7990eb2258", 27226086,
+				   "FR13.ITK", "68a8c910f581f5ece90d1decf45bc09f", 17725973),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kFeatures800x600,
+	0, 0, 0
+},
+{
+	{
+		"adi5language",
+		"", // Français Math CE1
+		AD_ENTRY2s("fr06.itk", "5ad5150e8e0f5d2d2867669ecc5ed3be", 10449682,
+				   "fr07.itk", "75daf1e48bf06ad28f3446662fb25253", 58580849),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kFeatures800x600,
+	0, 0, 0
+},
+{
+	{
+		"adi5language",
+		"", // Français Math CM1
+		AD_ENTRY2s("fr08.itk", "0daba190b67c2404fbdfb3aed3f82b4f", 53645106,
+				   "fr09.itk", "0c4f77aa52e76163f25ce4abbf5d4788", 41428906),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kFeatures800x600,
+	0, 0, 0
+},
+
+// -- Add-ons : English --
+{
+	{
+		"adi5anglais",
+		"", // Englisch (Klasse 5)
+		AD_ENTRY2s("EN07.ITK", "c7a89adebc67ad587e98e5a237ff679a", 95252930,
+				   "EN11.ITK", "18cd5b3d9e405cccf27202ca28e1a68f", 54165516),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kFeatures800x600,
+	0, 0, 0
+},
+
 #endif // GOB_DETECTION_TABLES_ADI5_H




More information about the Scummvm-git-logs mailing list