[Scummvm-git-logs] scummvm master -> 002b859255965df0b288de759e86cde40aa4c45f
bluegr
noreply at scummvm.org
Sun Apr 26 19:23:44 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:
ce3c800a9b GOB: add playtoons1 german variant
002b859255 GOB: add new Adibou1 german variants
Commit: ce3c800a9bfc988b6e90765b5ab68c98bcc424d7
https://github.com/scummvm/scummvm/commit/ce3c800a9bfc988b6e90765b5ab68c98bcc424d7
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2026-04-26T22:23:39+03:00
Commit Message:
GOB: add playtoons1 german variant
Changed paths:
engines/gob/detection/tables_playtoons.h
diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index 1cb35895e6d..375699759d1 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -90,6 +90,20 @@
kFeatures640x480,
"intro2.stk", 0, 0
},
+{
+ {
+ "playtoons1",
+ "v1.001",
+ AD_ENTRY2s("playtoon.stk", "9716d245639b3025f4eebc3afb469ec0", 25574338,
+ "archi.stk", "651c94a542a20fe8157af9faaff02a09", 5520472),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
+ },
+ kFeatures640x480,
+ "intro2.stk", 0, 0
+},
{
{
"playtoonsdemo",
Commit: 002b859255965df0b288de759e86cde40aa4c45f
https://github.com/scummvm/scummvm/commit/002b859255965df0b288de759e86cde40aa4c45f
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2026-04-26T22:23:39+03:00
Commit Message:
GOB: add new Adibou1 german variants
Changed paths:
engines/gob/detection/tables_adibou1.h
diff --git a/engines/gob/detection/tables_adibou1.h b/engines/gob/detection/tables_adibou1.h
index d3a5bf23fc7..cee03dd6420 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -105,6 +105,20 @@
kFeaturesAdLib | kFeatures640x400,
0, 0, 0
},
+{
+ { // 1994 CD version - alternative version
+ "adibou1",
+ "ADI Jr. 4-6 Jahre (CD)",
+ AD_ENTRY2s("intro.stk", "1569c9ab16727100c9f4fc08e370f544", 4881534,
+ "l51.stk", "cc06d22b654655c6e79e1aed00890242", 3818474),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_CD,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kFeaturesAdLib | kFeatures640x400,
+ 0, 0, 0
+},
{
{ // 1994 CD version - Supplied by Indy4-Fan
"adibou1",
@@ -119,7 +133,20 @@
kFeaturesAdLib | kFeatures640x400,
0, 0, 0
},
-
+{
+ { // 1994 CD version - alternative version
+ "adibou1",
+ "ADI Jr. 6-7 Jahre (CD)",
+ AD_ENTRY2s("intro.stk", "1569c9ab16727100c9f4fc08e370f544", 4881534,
+ "c51.stk", "9cb9f4682b498c4771ae9568e368c479", 2650002),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_CD,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kFeaturesAdLib | kFeatures640x400,
+ 0, 0, 0
+},
// -- English: A.J.'s World of Discovery / ADI Jnr.
// -- DOS VGA Floppy --
More information about the Scummvm-git-logs
mailing list