[Scummvm-git-logs] scummvm master -> 290612d6cf305d2684fc8f11b71b027efc92f1ab
bluegr
noreply at scummvm.org
Mon Aug 5 09:59:51 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
290612d6cf GOB: Adibou detection improvements
Commit: 290612d6cf305d2684fc8f11b71b027efc92f1ab
https://github.com/scummvm/scummvm/commit/290612d6cf305d2684fc8f11b71b027efc92f1ab
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-08-05T12:59:46+03:00
Commit Message:
GOB: Adibou detection improvements
Changed paths:
engines/gob/detection/tables_adi1.h
engines/gob/detection/tables_adi2.h
engines/gob/detection/tables_adi4.h
engines/gob/detection/tables_adi5.h
engines/gob/detection/tables_adibou1.h
engines/gob/detection/tables_adibou2.h
engines/gob/detection/tables_adibou3.h
engines/gob/detection/tables_adiboudchou.h
diff --git a/engines/gob/detection/tables_adi1.h b/engines/gob/detection/tables_adi1.h
index 384590c753a..a2141dd9449 100644
--- a/engines/gob/detection/tables_adi1.h
+++ b/engines/gob/detection/tables_adi1.h
@@ -26,6 +26,7 @@
*/
/* Detection tables for the ADI 1 series. */
+/* These games are part of the Adi series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adi_Games */
#ifndef GOB_DETECTION_TABLES_ADI1_H
#define GOB_DETECTION_TABLES_ADI1_H
diff --git a/engines/gob/detection/tables_adi2.h b/engines/gob/detection/tables_adi2.h
index d510f8e17ed..73c3bc10ca0 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -26,6 +26,7 @@
*/
/* Detection tables for the ADI 2 series. */
+/* These games are part of the Adi series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adi_Games */
#ifndef GOB_DETECTION_TABLES_ADI2_H
#define GOB_DETECTION_TABLES_ADI2_H
diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index ae3aad518a0..5a7cbc5e950 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -27,6 +27,7 @@
/* Detection tables for the ADI / Addy 4 series. */
/* This Game uses the DEV6 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV6_Information */
+/* These games are part of the Adi series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adi_Games */
#ifndef GOB_DETECTION_TABLES_ADI4_H
#define GOB_DETECTION_TABLES_ADI4_H
diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
index c2d11c7c741..f437ad4465f 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -27,6 +27,7 @@
/* Detection tables for Adi 5 / Addy 5 series. */
/* This Game uses the DEV7 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV7_Information */
+/* These games are part of the Adi series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adi_Games */
#ifndef GOB_DETECTION_TABLES_ADI5_H
#define GOB_DETECTION_TABLES_ADI5_H
@@ -108,6 +109,9 @@
kFeatures800x600,
"adi5.stk", "adi5.obc", 0
},
+
+// -- Demos --
+
{
{ // Supplied by BJNFNE
diff --git a/engines/gob/detection/tables_adibou1.h b/engines/gob/detection/tables_adibou1.h
index 661f87e402b..f1faf3dbedc 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -26,6 +26,7 @@
*/
/* Detection tables for Adibou 1 / A.J.'s World of Discovery / ADI Jnr. */
+/* These games are part of the Adibou series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adibou_Games */
#ifndef GOB_DETECTION_TABLES_ADIBOU1_H
#define GOB_DETECTION_TABLES_ADIBOU1_H
diff --git a/engines/gob/detection/tables_adibou2.h b/engines/gob/detection/tables_adibou2.h
index 90255cd5d53..4d73b9853d6 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -27,6 +27,7 @@
/* Detection tables for Adibou / Addy Junior series. */
/* This Game uses the DEV6 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV6_Information */
+/* These games are part of the Adibou series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adibou_Games */
#ifndef GOB_DETECTION_TABLES_ADIBOU2_H
#define GOB_DETECTION_TABLES_ADIBOU2_H
@@ -249,6 +250,19 @@
kFeatures640x480,
0, 0, 0
},
+{
+ {
+ "adibou2",
+ "ADIBOO 2.13 Environment",
+ AD_ENTRY1s("intro.stk", "ff63637e3cb7f0a457edf79457b1c6b3", 9333874),
+ EN_GRB,
+ kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ kFeatures640x480,
+ 0, 0, 0
+},
// -- Demos --
diff --git a/engines/gob/detection/tables_adibou3.h b/engines/gob/detection/tables_adibou3.h
index 3e6c3381999..21fee864e4f 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -27,6 +27,7 @@
/* Detection tables for Adibou 3 / Adiboo 3 series. */
/* This Game uses the DEV7 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV7_Information */
+/* These games are part of the Adibou series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adibou_Games */
#ifndef GOB_DETECTION_TABLES_ADIBOU3_H
#define GOB_DETECTION_TABLES_ADIBOU3_H
@@ -48,7 +49,6 @@
kFeatures800x600,
"b3_common.stk", "b3_storyboard.obc", 0
},
-
{
{ // Supplied by BJNFNE
"adibou3",
@@ -62,16 +62,12 @@
kFeatures800x600,
"b3_common.stk", "b3_storyboard.obc", 0
},
-
-// -- German: Adiboo 3 --
-
{
- { // Supplied by BJNFNE
-
+ {
"adibou3",
- _s("Missing game code"), // Adiboo 3 3.10 (shipped with Nature Application) (Engine: DEV7 version 1.3.0.0)
- AD_ENTRY1s("b3_common.stk", "13360fa1d7298c2f06abeba244485a45", 552447),
- DE_DEU,
+ _s("Missing game code"), // Adibou 3 3.00 (Engine: DEV7 version 1.2.0.0)
+ AD_ENTRY1s("b3_common.stk", "c8d8db01b33ded9ecba2e371ca188a4c", 501767),
+ FR_FRA,
kPlatformWindows,
ADGF_UNSUPPORTED,
GUIO0()
@@ -80,12 +76,14 @@
"b3_common.stk", "b3_storyboard.obc", 0
},
+// -- German: Adiboo 3 --
+
{
{ // Supplied by BJNFNE
"adibou3",
- _s("Missing game code"), // Adiboo 3 3.00 (Engine: DEV7 version 1.2.0.0)
- AD_ENTRY1s("b3_common.stk", "e3ed6837d19cc0ed19275f3196de2ae3", 523246),
+ _s("Missing game code"), // Adiboo 3 3.10 (shipped with Nature Application) (Engine: DEV7 version 1.3.0.0)
+ AD_ENTRY1s("b3_common.stk", "13360fa1d7298c2f06abeba244485a45", 552447),
DE_DEU,
kPlatformWindows,
ADGF_UNSUPPORTED,
@@ -99,8 +97,8 @@
{ // Supplied by BJNFNE
"adibou3",
- _s("Missing game code"), // Adiboo 3 3.10 (Engine: DEV7 version 1.30b)
- AD_ENTRY1s("b3_common.stk", "2293ff44a5bb7a36f5219443f0ede5cf", 554569),
+ _s("Missing game code"), // Adiboo 3 3.00 (Engine: DEV7 version 1.2.0.0)
+ AD_ENTRY1s("b3_common.stk", "e3ed6837d19cc0ed19275f3196de2ae3", 523246),
DE_DEU,
kPlatformWindows,
ADGF_UNSUPPORTED,
@@ -114,11 +112,11 @@
{ // Supplied by BJNFNE
"adibou3",
- _s("Missing game code"), // Adiboo 3 3.10 Demo (Engine: DEV7 version 1.30b)
- AD_ENTRY1s("b3_common.stk", "0c7624de252a9be3c67616f298ecb34a", 558632),
+ _s("Missing game code"), // Adiboo 3 3.10 (Engine: DEV7 version 1.30b)
+ AD_ENTRY1s("b3_common.stk", "2293ff44a5bb7a36f5219443f0ede5cf", 554569),
DE_DEU,
kPlatformWindows,
- ADGF_UNSUPPORTED | ADGF_DEMO,
+ ADGF_UNSUPPORTED,
GUIO0()
},
kFeatures800x600,
@@ -169,6 +167,20 @@
kFeatures800x600,
"b3_common.stk", "b3_storyboard.obc", 0
},
+{
+ {
+
+ "adibou3",
+ _s("Missing game code"), // Adiboo 3 3.10 (shipped with Music Application) (Engine: DEV7 version 1.3.0.0)
+ AD_ENTRY1s("b3_common.stk", "4409c79e9005f46bf4298dc0273c9d12", 552743),
+ EN_ANY,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures800x600,
+ "b3_common.stk", "b3_storyboard.obc", 0
+},
// -- Dutch: Adiboo 3 --
@@ -187,4 +199,49 @@
"b3_common.stk", "b3_storyboard.obc", 0
},
+// -- Demos --
+
+{
+ {
+
+ "adibou3",
+ _s("Missing game code"), // Adiboo 3 Preview Demo (Engine: DEV7 version 1.2.0.0)
+ AD_ENTRY1s("VmdLauncher.stk", "89a55e998a03063e35c92c8b5c76c4f4", 88596675),
+ EN_ANY,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED | ADGF_DEMO,
+ GUIO0()
+ },
+ kFeatures800x600,
+ "VmdLauncher.stk", "VmdLauncher.obc", 0
+},
+{
+ { // Supplied by BJNFNE
+
+ "adibou3",
+ _s("Missing game code"), // Adiboo 3 3.10 Demo (Engine: DEV7 version 1.30b)
+ AD_ENTRY1s("b3_common.stk", "0c7624de252a9be3c67616f298ecb34a", 558632),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED | ADGF_DEMO,
+ GUIO0()
+ },
+ kFeatures800x600,
+ "b3_common.stk", "b3_storyboard.obc", 0
+},
+{
+ {
+
+ "adibou3",
+ _s("Missing game code"), // Adiboo 3 3.10 Du pareil au même (Engine: DEV7 version 1.30b)
+ AD_ENTRY1s("b3_common.stk", "c0a485db0c58462693fe3da3c8eaa084", 559844),
+ FR_FRA,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED | ADGF_DEMO,
+ GUIO0()
+ },
+ kFeatures800x600,
+ "b3_common.stk", "b3_storyboard.obc", 0
+},
+
#endif // GOB_DETECTION_TABLES_ADIBOU3_H
diff --git a/engines/gob/detection/tables_adiboudchou.h b/engines/gob/detection/tables_adiboudchou.h
index a06590f5948..c987f3c4084 100644
--- a/engines/gob/detection/tables_adiboudchou.h
+++ b/engines/gob/detection/tables_adiboudchou.h
@@ -27,6 +27,7 @@
/* Detection tables for Adiboud'chou / Addy Buschu series. */
/* This Game uses the DEV7 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV7_Information */
+/* These games are part of the Adibou series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adibou_Games */
#ifndef GOB_DETECTION_TABLES_ADIBOUDCHOU_H
#define GOB_DETECTION_TABLES_ADIBOUDCHOU_H
@@ -35,6 +36,20 @@
// -- French: Adiboud'chou series --
+{
+ {
+ "adiboudchoumer",
+ _s("Missing game code"), // Adiboud'chou a la mer 1.01 (Engine: DEV7 version unknown)
+ AD_ENTRY1s("adbc_envir_obc.stk", "57f0eda5d4029abdb2f6b6201e02905e", 3204281),
+ FR_FRA,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures800x600,
+ "adbc_envir_obc.stk", "adbc_init.obc", 0
+},
+
// -- German: Addy Buschu series --
{
More information about the Scummvm-git-logs
mailing list