[Scummvm-git-logs] scummvm master -> a05a5f65b97f28a468cbad8bf4acdab5422a4124
sdelamarre
noreply at scummvm.org
Sat Jan 17 18:27:05 UTC 2026
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:
a05c01e0d6 GOB: add new englishfever variants to detection
a05a5f65b9 GOB: add German variant of adibou2readcount67
Commit: a05c01e0d6613f88308dac082a0447bd6f9f656f
https://github.com/scummvm/scummvm/commit/a05c01e0d6613f88308dac082a0447bd6f9f656f
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2026-01-17T19:27:00+01:00
Commit Message:
GOB: add new englishfever variants to detection
Changed paths:
engines/gob/detection/tables_englishfever.h
diff --git a/engines/gob/detection/tables_englishfever.h b/engines/gob/detection/tables_englishfever.h
index a910288651e..442f53227b9 100644
--- a/engines/gob/detection/tables_englishfever.h
+++ b/engines/gob/detection/tables_englishfever.h
@@ -60,5 +60,33 @@
kFeatures800x600,
"L_Module_Start.itk", "L_Module_Start.obc", 0
},
+// -- English Fever Funny Camp
+{
+ { // Supplied by Indy4-Fan
+ "englishfever",
+ MetaEngineDetection::GAME_NOT_IMPLEMENTED, // English Fever Funny Camp 1.00 (Engine: DEV7 version 1.30)
+ AD_ENTRY1s("L_Module_Start.itk", "6090620324734b17fe8b591852b693df", 747551),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures800x600,
+ "L_Module_Start.itk", "L_Module_Start.obc", 0
+},
+// -- English Fever Extreme Summer
+{
+ { // Supplied by Indy4-Fan
+ "englishfever",
+ MetaEngineDetection::GAME_NOT_IMPLEMENTED, // English Fever Extreme Summer 1.00 (Engine: DEV7 version 1.30)
+ AD_ENTRY1s("L_Module_Start.itk", "d89ba463c0d7fc2f6e008360644ac305", 747586),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures800x600,
+ "L_Module_Start.itk", "L_Module_Start.obc", 0
+},
#endif // GOB_DETECTION_TABLES_ENGLISHFEVER_H
Commit: a05a5f65b97f28a468cbad8bf4acdab5422a4124
https://github.com/scummvm/scummvm/commit/a05a5f65b97f28a468cbad8bf4acdab5422a4124
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2026-01-17T19:27:00+01:00
Commit Message:
GOB: add German variant of adibou2readcount67
Changed paths:
engines/gob/detection/tables_adibou2.h
diff --git a/engines/gob/detection/tables_adibou2.h b/engines/gob/detection/tables_adibou2.h
index ef548290254..c9dee72116a 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -429,6 +429,21 @@
0, 0, 0
},
+{
+ { // Supplied by Indy4-Fan
+ "adibou2readcount67",
+ "", // "Lesen/Rechnen 6-7 Jahre"
+ AD_ENTRY2s("intro_ap.stk", "4f475d2ad1aec64bafd17c971768dbce", 36084716,
+ "appli_03.vmd", "462cd55c0759c1bd097b379995342b24", 65454),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_ADDON,
+ GUIO0()
+ },
+ kFeatures640x480,
+ 0, 0, 0
+},
+
{
{
"adibou2readcount67",
More information about the Scummvm-git-logs
mailing list