[Scummvm-git-logs] scummvm master -> bfe90c68b4caf11f6e12db84aa8868a121a89938

sev- noreply at scummvm.org
Thu Jul 27 09:01:37 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:
bfe90c68b4 GOB: added Adi5 to detection tables


Commit: bfe90c68b4caf11f6e12db84aa8868a121a89938
    https://github.com/scummvm/scummvm/commit/bfe90c68b4caf11f6e12db84aa8868a121a89938
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-27T11:01:33+02:00

Commit Message:
GOB: added Adi5 to detection tables

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


diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 194fbeafce0..9906a29b2c0 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -64,6 +64,7 @@ static const PlainGameDescriptor gobGames[] = {
 	{"geisha", "Geisha"},
 	{"adi2", "ADI 2"},
 	{"adi4", "ADI 4"},
+	{"adi5", "ADI 5"},
 	{"adibou1", "Adibou 1"},
 	{"adibou2", "Adibou 2"},
 	{"adibou3", "Adibou 3"},
@@ -91,6 +92,7 @@ static const GOBGameDescription gameDescriptions[] = {
 	#include "gob/detection/tables_playtoons.h" // The Playtoons series
 	#include "gob/detection/tables_adi2.h"      // The ADI / Addy 2 series
 	#include "gob/detection/tables_adi4.h"      // The ADI / Addy 4 series
+	#include "gob/detection/tables_adi5.h"      // The ADI / Addy 5 series
 	#include "gob/detection/tables_adibou1.h"   // Adibou 1 / A.J.'s World of Discovery / ADI Jr.
 	#include "gob/detection/tables_adibou2.h"   // The Adibou 2 / Addy Junior series
 	#include "gob/detection/tables_adibou3.h"	// Adibou 3 / Adiboo 3 series
diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
new file mode 100644
index 00000000000..00799a3f7fc
--- /dev/null
+++ b/engines/gob/detection/tables_adi5.h
@@ -0,0 +1,47 @@
+/* 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 Adi 5 / Addy 5 series. */
+
+#ifndef GOB_DETECTION_TABLES_ADI5_H
+#define GOB_DETECTION_TABLES_ADI5_H
+
+// -- French: Adi 5 --
+
+// -- German: Addy 5 --
+
+{
+	{
+
+		"adi5",
+		_s("Missing game code"), // Addy 5 5.04 (Engine: DEV7 version 1.1.0.0)
+		AD_ENTRY1s("adi5.stk", "7af169c901981f1fbf4535c194aa4cc0", 892359),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kGameTypeNone,
+	kFeatures640x480,
+	0,0,0
+},
+
+#endif // GOB_DETECTION_TABLES_ADI5_H




More information about the Scummvm-git-logs mailing list