[Scummvm-git-logs] scummvm master -> acc6226ff0476e95ec8ecf820525bb309e81b1dc
sdelamarre
noreply at scummvm.org
Thu Aug 17 04:58:35 UTC 2023
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:
acc6226ff0 GOB: added Adiboud'chou to detection tables
Commit: acc6226ff0476e95ec8ecf820525bb309e81b1dc
https://github.com/scummvm/scummvm/commit/acc6226ff0476e95ec8ecf820525bb309e81b1dc
Author: CrystalBen (bjnfne at web.de)
Date: 2023-08-17T12:58:32+08:00
Commit Message:
GOB: added Adiboud'chou to detection tables
Changed paths:
A engines/gob/detection/tables_adiboudchou.h
engines/gob/detection/tables.h
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 56d74e7e27a..b3226673fef 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -69,6 +69,8 @@ static const PlainGameDescriptor gobGames[] = {
{"adibou2", "Adibou 2"},
{"adibou3", "Adibou 3"},
{"adiboudessin", "Adibou presente Dessin"},
+ {"adiboudchoumer", "Adiboud'chou a la mer"},
+ {"adiboudchoubanquise", "Adiboud'chou sur la banquise"},
{0, 0}
};
@@ -98,6 +100,7 @@ static const GOBGameDescription gameDescriptions[] = {
#include "gob/detection/tables_adibou2.h" // The Adibou 2 / Addy Junior series
#include "gob/detection/tables_adibou3.h" // Adibou 3 / Adiboo 3 series
#include "gob/detection/tables_adiboupresente.h" // Adibou presente series
+ #include "gob/detection/tables_adiboudchou.h" // Adiboud'chou / Addy Buschu series
#include "gob/detection/tables_crousti.h" // Croustibat
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0, 0}
diff --git a/engines/gob/detection/tables_adiboudchou.h b/engines/gob/detection/tables_adiboudchou.h
new file mode 100644
index 00000000000..486a3a04021
--- /dev/null
+++ b/engines/gob/detection/tables_adiboudchou.h
@@ -0,0 +1,62 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+/* Detection tables for Adiboud'chou / Addy Buschu series. */
+
+#ifndef GOB_DETECTION_TABLES_ADIBOUDCHOU_H
+#define GOB_DETECTION_TABLES_ADIBOUDCHOU_H
+
+// -- French: Adiboud'chou series --
+
+// -- German: Addy Buschu series --
+
+{
+ {
+ "adiboudchoumer",
+ _s("Missing game code"), // Addy Buschu am Meer 1.01 (Engine: DEV7 version unknown)
+ AD_ENTRY1s("adbc_envir_obc.stk", "46b7db9f7e77a077d9ac8506130ba9a2", 2830950),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kGameTypeNone,
+ kFeatures640x480,
+ 0, 0, 0
+},
+
+{
+ {
+
+ "adiboudchoubanquise",
+ _s("Missing game code"), // Addy Buschu Schnee & Eis 1.00 (Engine: DEV7 version 1.0.0.0)
+ AD_ENTRY1s("adbc_envir_obc.stk", "fde006186b93b4f33486f021826f88a0", 5199806),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kGameTypeNone,
+ kFeatures640x480,
+ 0,0,0
+},
+
+#endif // GOB_DETECTION_TABLES_ADIBOUDCHOU_H
More information about the Scummvm-git-logs
mailing list