[Scummvm-git-logs] scummvm master -> e55e95e4c00d750a82f878a7ce59d1fbdf48e9fe
bluegr
noreply at scummvm.org
Sun Apr 7 20:30:07 UTC 2024
This automated email contains information about 16 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
dfe3c238ed GOB: add version number for GOB2 variant
935d9a982f GOB: add woodruff version number
bef2ea12f5 GOB: add version number for Urban Runner
2c21265407 GOB: add forgotten reference to dual-license for draw_v7
a9d5905ef5 GOB: fix indentation for some GOB2 entries
264a01302b GOB: fix indentation for dynastywood demo entry
feebefbf40 GOB: use correct language for Amiga GOB2 variant
6341be4e19 GOB: add version number for russian GOB2 variant
341fed4521 GOB: add version number for US version of Urban Runner
ce0bba8930 GOB: add pierresmagiques to tables
ecb00afc31 GOB: add pierresmagiques to GameIDToType
35c2862962 GOB: add adiboumagie to tables
5168548495 GOB: mention DEV7 usage reference for DEV7 games tables
1bd09e0a5e GOB: mention DEV6 usage reference for DEV6 games tables
e80ac46d5a GOB: fix indentation for GOB2 entries
e55e95e4c0 GOB: Fix spacing
Commit: dfe3c238edc6fd72041d1aeff846be387f4dbce2
https://github.com/scummvm/scummvm/commit/dfe3c238edc6fd72041d1aeff846be387f4dbce2
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add version number for GOB2 variant
Changed paths:
engines/gob/detection/tables_gob2.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 3bc8e1c7d30..a8b1ccf9bf5 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -87,7 +87,7 @@
{ // Supplied by blackwhiteeagle in bug report #2934
{
"gob2",
- "",
+ "v1.02",
AD_ENTRY1("intro.stk", "3e4e7db0d201587dd2df4003b2993ef6"),
DE_DEU,
kPlatformDOS,
Commit: 935d9a982f53d80bb45698d3c033974b88eed2f2
https://github.com/scummvm/scummvm/commit/935d9a982f53d80bb45698d3c033974b88eed2f2
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add woodruff version number
Changed paths:
engines/gob/detection/tables_woodruff.h
diff --git a/engines/gob/detection/tables_woodruff.h b/engines/gob/detection/tables_woodruff.h
index 857b903044b..e99d0aa784d 100644
--- a/engines/gob/detection/tables_woodruff.h
+++ b/engines/gob/detection/tables_woodruff.h
@@ -178,7 +178,7 @@
{
{
"woodruff",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "5f5f4e0a72c33391e67a47674b120cc6", 20296422),
DE_DEU,
kPlatformWindows,
Commit: bef2ea12f5769c1bd36ec09af7cbaaeb4b4f0ff6
https://github.com/scummvm/scummvm/commit/bef2ea12f5769c1bd36ec09af7cbaaeb4b4f0ff6
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add version number for Urban Runner
Changed paths:
engines/gob/detection/tables_urban.h
diff --git a/engines/gob/detection/tables_urban.h b/engines/gob/detection/tables_urban.h
index e877e6da500..90720530df8 100644
--- a/engines/gob/detection/tables_urban.h
+++ b/engines/gob/detection/tables_urban.h
@@ -113,7 +113,7 @@
{ // Supplied by goodoldgeorg in bug report #4308
{
"urban",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "4bd31979ea3d77a58a358c09000a85ed", 1253018),
DE_DEU,
kPlatformWindows,
Commit: 2c2126540794d2f7d65535bf2173c99a05e10791
https://github.com/scummvm/scummvm/commit/2c2126540794d2f7d65535bf2173c99a05e10791
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add forgotten reference to dual-license for draw_v7
Changed paths:
engines/gob/draw_v7.cpp
diff --git a/engines/gob/draw_v7.cpp b/engines/gob/draw_v7.cpp
index 66a512f79e6..339195990c0 100644
--- a/engines/gob/draw_v7.cpp
+++ b/engines/gob/draw_v7.cpp
@@ -17,6 +17,12 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+*
+* This file is dual-licensed.
+* In addition to the GPLv3 license mentioned above, this code is also
+* licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the
+* full text of the license.
+*
*/
#include "common/formats/winexe_ne.h"
Commit: a9d5905ef54891b908f5cae2b5c2bd598cf073f3
https://github.com/scummvm/scummvm/commit/a9d5905ef54891b908f5cae2b5c2bd598cf073f3
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: fix indentation for some GOB2 entries
Changed paths:
engines/gob/detection/tables_gob2.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index a8b1ccf9bf5..24b14b1b431 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -329,7 +329,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "285d7340f98ebad65d465585da12910b", 837286,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -343,7 +343,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
EN_USA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -357,7 +357,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -371,7 +371,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
DE_DEU,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -385,7 +385,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "6efac0a14c0de4d57dde8592456c8acf", 845172,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
EN_USA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -399,7 +399,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "6efac0a14c0de4d57dde8592456c8acf", 845172,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -455,7 +455,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "b45b984ee8017efd6ea965b9becd4d66", 828443,
- "musmac1.mid", "7f96f491448c7a001b32df89cf8d2af2", 1658),
+ "musmac1.mid", "7f96f491448c7a001b32df89cf8d2af2", 1658),
EN_ANY,
kPlatformMacintosh,
ADGF_NO_FLAGS,
@@ -469,7 +469,7 @@
"gob2",
"",
AD_ENTRY2s("intro.stk", "a13ecb4f6d8fd881ebbcc02e45cb5475", 837275,
- "musmac1.mid", "7f96f491448c7a001b32df89cf8d2af2", 1658),
+ "musmac1.mid", "7f96f491448c7a001b32df89cf8d2af2", 1658),
FR_FRA,
kPlatformMacintosh,
ADGF_NO_FLAGS,
Commit: 264a01302b0f7521aae0a0d95f915bc45790a56b
https://github.com/scummvm/scummvm/commit/264a01302b0f7521aae0a0d95f915bc45790a56b
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: fix indentation for dynastywood demo entry
Changed paths:
engines/gob/detection/tables_dynasty.h
diff --git a/engines/gob/detection/tables_dynasty.h b/engines/gob/detection/tables_dynasty.h
index e14edac0140..e9d92496782 100644
--- a/engines/gob/detection/tables_dynasty.h
+++ b/engines/gob/detection/tables_dynasty.h
@@ -197,8 +197,8 @@
{
"dynastywood",
"Non-Interactive Demos",
- AD_ENTRY2s("demo.scn", "040a00b7276aa86fe7a51f5f362f63c7", 124,
- "demo5.vmd", "2abb7b6a26406c984f389f0b24b5e28e", 13290970),
+ AD_ENTRY2s("demo.scn", "040a00b7276aa86fe7a51f5f362f63c7", 124,
+ "demo5.vmd", "2abb7b6a26406c984f389f0b24b5e28e", 13290970),
EN_ANY,
kPlatformDOS,
ADGF_DEMO,
Commit: feebefbf406ae54ecc1a800fd7029f0d7bcd03f3
https://github.com/scummvm/scummvm/commit/feebefbf406ae54ecc1a800fd7029f0d7bcd03f3
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: use correct language for Amiga GOB2 variant
Changed paths:
engines/gob/detection/tables_gob2.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 24b14b1b431..1c6533e6f44 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -486,7 +486,7 @@
"gob2",
"",
AD_ENTRY1s("intro.stk", "eebf2810122cfd17399260cd1468e994", 554014),
- EN_ANY,
+ EN_GRB,
kPlatformAmiga,
ADGF_NO_FLAGS,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
Commit: 6341be4e19f81ac904733394a6372200e6f574dd
https://github.com/scummvm/scummvm/commit/6341be4e19f81ac904733394a6372200e6f574dd
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add version number for russian GOB2 variant
Changed paths:
engines/gob/detection/tables_gob2.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index 1c6533e6f44..e3b594e30ab 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -126,7 +126,7 @@
{
{
"gob2",
- "",
+ "v1.02",
AD_ENTRY1("intro.stk", "cd3e1df8b273636ee32e34b7064f50e8"),
RU_RUS,
kPlatformDOS,
Commit: 341fed45216c9bb90c5193c4714ca700e2e5d86a
https://github.com/scummvm/scummvm/commit/341fed45216c9bb90c5193c4714ca700e2e5d86a
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add version number for US version of Urban Runner
Changed paths:
engines/gob/detection/tables_urban.h
diff --git a/engines/gob/detection/tables_urban.h b/engines/gob/detection/tables_urban.h
index 90720530df8..8f969b05de5 100644
--- a/engines/gob/detection/tables_urban.h
+++ b/engines/gob/detection/tables_urban.h
@@ -35,7 +35,7 @@
{
{
"urban",
- "",
+ "v1.00",
AD_ENTRY1s("intro.stk", "3ab2c542bd9216ae5d02cc6f45701ae1", 1252436),
EN_USA,
kPlatformWindows,
Commit: ce0bba89307ebcc769c38c454f9bfa51943deb55
https://github.com/scummvm/scummvm/commit/ce0bba89307ebcc769c38c454f9bfa51943deb55
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add pierresmagiques to tables
It was back then added by Strangerke in 2009 was removed for some reason, since it it also an DEV7 game we can add it to tables with the flag ADGF_UNSUPPORTED like Adibou 3.
commit: add4d124b29a6de01d69cc8f2a8d236deb969425
Changed paths:
A engines/gob/detection/tables_pierresmagiques.h
engines/gob/detection/tables.h
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 689b01fa676..5236efc7d29 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -66,6 +66,7 @@ static const PlainGameDescriptor gobGames[] = {
{"bambou", "Playtoons Limited Edition - Bambou le sauveur de la jungle"},
{"fascination", "Fascination"},
{"geisha", "Geisha"},
+ {"pierresmagiques", "Le pays des Pierres Magiques"},
{"adi2", "ADI 2"},
{"adi4", "ADI 4"},
{"adi5", "ADI 5"},
@@ -100,6 +101,7 @@ static const GOBGameDescription gameDescriptions[] = {
#include "gob/detection/tables_dynasty.h" // The Last Dynasty
#include "gob/detection/tables_urban.h" // Urban Runner
#include "gob/detection/tables_playtoons.h" // The Playtoons series
+ #include "gob/detection/tables_pierresmagiques.h" // Le pays des Pierres Magiques / The Land of the Magic Stones
#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
diff --git a/engines/gob/detection/tables_pierresmagiques.h b/engines/gob/detection/tables_pierresmagiques.h
new file mode 100644
index 00000000000..1d0ca9e2e83
--- /dev/null
+++ b/engines/gob/detection/tables_pierresmagiques.h
@@ -0,0 +1,51 @@
+/* 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/>.
+ *
+ *
+ * This file is dual-licensed.
+ * In addition to the GPLv3 license mentioned above, this code is also
+ * licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the
+ * full text of the license.
+ *
+ */
+
+/* Detection tables for Le pays des Pierres Magiques / The Land of the Magic Stones */
+
+#ifndef GOB_DETECTION_TABLES_PIERRESMAGIQUES_H
+#define GOB_DETECTION_TABLES_PIERRESMAGIQUES_H
+
+// -- French: Le pays des Pierres Magiques --
+
+{
+ {
+
+ "pierresmagiques",
+ _s("Missing game code"), // Le pays des Pierres Magiques (Engine: DEV7 version 1.2.0.0)
+ AD_ENTRY2s("ed4.stk", "98721a7cfdc5a358d7ac56b7c6d3ba3d", 541882,
+ "ed4cd.itk", "0627a91d9a6f4772c33747ce752024c2", 606993908),
+ FR_FRA,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures640x480,
+ 0,0,0
+},
+
+#endif // GOB_DETECTION_TABLES_PIERRESMAGIQUES_H
Commit: ecb00afc3150f2044de12c14f5053e57cb54a79c
https://github.com/scummvm/scummvm/commit/ecb00afc3150f2044de12c14f5053e57cb54a79c
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add pierresmagiques to GameIDToType
Changed paths:
engines/gob/gameidtotype.h
diff --git a/engines/gob/gameidtotype.h b/engines/gob/gameidtotype.h
index 02df7945db2..39707d7f545 100644
--- a/engines/gob/gameidtotype.h
+++ b/engines/gob/gameidtotype.h
@@ -65,6 +65,7 @@ static const GameIdToType gameIdToType[] = {
{ "playtnck2", kGameTypePlaytoons },
{ "playtnck3", kGameTypePlaytoons },
{ "playtoonsdemo", kGameTypePlaytoons },
+ { "pierresmagiques", kGameTypeNone },
{ "bambou", kGameTypeBambou },
{ "fascination", kGameTypeFascination },
{ "geisha", kGameTypeGeisha },
Commit: 35c2862962f3a58d37787494c78096f361190547
https://github.com/scummvm/scummvm/commit/35c2862962f3a58d37787494c78096f361190547
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: add adiboumagie to tables
Was removed in: https://github.com/scummvm/scummvm/commit/e845db80334c656bb02a62fb002a44de2454c5b3 but since we also add DEV7 games like Adibou 3 and Adi 5 to the tables, we can also add back adiboumagie to the detection tables.
Changed paths:
engines/gob/detection/tables_adiboupresente.h
engines/gob/gameidtotype.h
diff --git a/engines/gob/detection/tables_adiboupresente.h b/engines/gob/detection/tables_adiboupresente.h
index 79fc8af4940..f88e48d0f2c 100644
--- a/engines/gob/detection/tables_adiboupresente.h
+++ b/engines/gob/detection/tables_adiboupresente.h
@@ -25,17 +25,17 @@
*
*/
-/* Detection tables for Adibou presente / Adiboo presents series. */
+/* Detection tables for Adibou présente / Adiboo presents series. */
#ifndef GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
#define GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
-// -- French: Adibou presente Dessin --
+// -- French: Adibou présente Dessin --
{
{
"adiboudessin",
- _s("Missing game code"), // Adibou presente Dessin 1.00 (Engine: DEV7 version 1.1.0.0)
+ _s("Missing game code"), // Adibou présente Dessin 1.00 (Engine: DEV7 version 1.1.0.0)
AD_ENTRY1s("adibou.stk", "14e3f8e9c237d4236d93e08c60b784bc", 217172),
FR_FRA,
kPlatformWindows,
@@ -46,12 +46,12 @@
0, 0, 0
},
-// -- French: Adibou presente Cuisine --
+// -- French: Adibou présente Cuisine --
{
{
"adiboucuisine",
- _s("Missing game code"), // Adibou presente Cuisine 1.00 (Engine: DEV7 version 1.0.0.0)
+ _s("Missing game code"), // Adibou présente Cuisine 1.00 (Engine: DEV7 version 1.0.0.0)
AD_ENTRY1s("adibou.stk", "cb2d576f6d546485af7693d4eaf1142b", 174027),
FR_FRA,
kPlatformWindows,
@@ -62,4 +62,21 @@
0, 0, 0
},
+// -- French: Adibou présente Magie --
+
+{
+ {
+ "adiboumagie",
+ _s("Missing game code"), // Adibou présente Magie 1.00 (Engine: DEV7 version 1.0.0.0)
+ AD_ENTRY2s("adibou.stk", "977d2449d398f3df23238d718fca35b5", 61097,
+ "magic.stk", "9776765dead3e338a32c43bf344b5819", 302664),
+ FR_FRA,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures640x480,
+ 0, 0, 0
+},
+
#endif // GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
diff --git a/engines/gob/gameidtotype.h b/engines/gob/gameidtotype.h
index 39707d7f545..21cc560a86e 100644
--- a/engines/gob/gameidtotype.h
+++ b/engines/gob/gameidtotype.h
@@ -77,6 +77,7 @@ static const GameIdToType gameIdToType[] = {
{ "adibou3", kGameTypeNone },
{ "adiboucuisine", kGameTypeNone },
{ "adiboudessin", kGameTypeNone },
+ { "adiboumagie", kGameTypeNone },
{ "adiboudchoumer", kGameTypeNone },
{ "adiboudchoubanquise", kGameTypeNone },
{ "adiboudchoucampagne", kGameTypeNone },
Commit: 5168548495e41ba3dfcabf5b086907d683bcad47
https://github.com/scummvm/scummvm/commit/5168548495e41ba3dfcabf5b086907d683bcad47
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: mention DEV7 usage reference for DEV7 games tables
Changed paths:
engines/gob/detection/tables_adi5.h
engines/gob/detection/tables_adibou3.h
engines/gob/detection/tables_adiboudchou.h
engines/gob/detection/tables_adiboupresente.h
engines/gob/detection/tables_pierresmagiques.h
diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
index e0ff9cc4e54..0d0410f81c0 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -26,6 +26,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 */
#ifndef GOB_DETECTION_TABLES_ADI5_H
#define GOB_DETECTION_TABLES_ADI5_H
diff --git a/engines/gob/detection/tables_adibou3.h b/engines/gob/detection/tables_adibou3.h
index 5f399c907a5..0defe6f92d0 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -26,6 +26,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 */
#ifndef GOB_DETECTION_TABLES_ADIBOU3_H
#define GOB_DETECTION_TABLES_ADIBOU3_H
diff --git a/engines/gob/detection/tables_adiboudchou.h b/engines/gob/detection/tables_adiboudchou.h
index be0a27654da..3f7b705d4db 100644
--- a/engines/gob/detection/tables_adiboudchou.h
+++ b/engines/gob/detection/tables_adiboudchou.h
@@ -26,6 +26,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 */
#ifndef GOB_DETECTION_TABLES_ADIBOUDCHOU_H
#define GOB_DETECTION_TABLES_ADIBOUDCHOU_H
diff --git a/engines/gob/detection/tables_adiboupresente.h b/engines/gob/detection/tables_adiboupresente.h
index f88e48d0f2c..6333f722794 100644
--- a/engines/gob/detection/tables_adiboupresente.h
+++ b/engines/gob/detection/tables_adiboupresente.h
@@ -26,6 +26,7 @@
*/
/* Detection tables for Adibou présente / Adiboo presents series. */
+/* This Game uses the DEV7 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV7_Information */
#ifndef GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
#define GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
diff --git a/engines/gob/detection/tables_pierresmagiques.h b/engines/gob/detection/tables_pierresmagiques.h
index 1d0ca9e2e83..4a3f10cd761 100644
--- a/engines/gob/detection/tables_pierresmagiques.h
+++ b/engines/gob/detection/tables_pierresmagiques.h
@@ -26,6 +26,7 @@
*/
/* Detection tables for Le pays des Pierres Magiques / The Land of the Magic Stones */
+/* This Game uses the DEV7 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV7_Information */
#ifndef GOB_DETECTION_TABLES_PIERRESMAGIQUES_H
#define GOB_DETECTION_TABLES_PIERRESMAGIQUES_H
Commit: 1bd09e0a5ebcc634d3ae155ddfce6b74c4f70a03
https://github.com/scummvm/scummvm/commit/1bd09e0a5ebcc634d3ae155ddfce6b74c4f70a03
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: mention DEV6 usage reference for DEV6 games tables
Changed paths:
engines/gob/detection/tables_adi4.h
engines/gob/detection/tables_adibou2.h
engines/gob/detection/tables_playtoons.h
engines/gob/detection/tables_urban.h
diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index 8a7e28e44a3..fe9bc6857a6 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -26,6 +26,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 */
#ifndef GOB_DETECTION_TABLES_ADI4_H
#define GOB_DETECTION_TABLES_ADI4_H
diff --git a/engines/gob/detection/tables_adibou2.h b/engines/gob/detection/tables_adibou2.h
index 033ed3434b3..9ab46d887a3 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -26,6 +26,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 */
#ifndef GOB_DETECTION_TABLES_ADIBOU2_H
#define GOB_DETECTION_TABLES_ADIBOU2_H
diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index ae1ae467302..0945251bba2 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -26,6 +26,7 @@
*/
/* Detection tables for the Playtoons series. */
+/* This Game uses the DEV6 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV6_Information */
#ifndef GOB_DETECTION_TABLES_PLAYTOONS_H
#define GOB_DETECTION_TABLES_PLAYTOONS_H
diff --git a/engines/gob/detection/tables_urban.h b/engines/gob/detection/tables_urban.h
index 8f969b05de5..923118df840 100644
--- a/engines/gob/detection/tables_urban.h
+++ b/engines/gob/detection/tables_urban.h
@@ -26,6 +26,7 @@
*/
/* Detection tables for Urban Runner. */
+/* This Game uses the DEV6 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV6_Information */
#ifndef GOB_DETECTION_TABLES_URBAN_H
#define GOB_DETECTION_TABLES_URBAN_H
Commit: e80ac46d5abad22ce4be22799d8f8630c962a566
https://github.com/scummvm/scummvm/commit/e80ac46d5abad22ce4be22799d8f8630c962a566
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: fix indentation for GOB2 entries
Changed paths:
engines/gob/detection/tables_gob2.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index e3b594e30ab..f3e38bccbdf 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -329,7 +329,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "285d7340f98ebad65d465585da12910b", 837286,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -343,7 +343,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
EN_USA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -357,7 +357,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -371,7 +371,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "25a99827cd59751a80bed9620fb677a0", 893302,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
DE_DEU,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -385,7 +385,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "6efac0a14c0de4d57dde8592456c8acf", 845172,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
EN_USA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -399,7 +399,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "6efac0a14c0de4d57dde8592456c8acf", 845172,
- "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -455,7 +455,7 @@
"gob2",
"v1.02",
AD_ENTRY2s("intro.stk", "b45b984ee8017efd6ea965b9becd4d66", 828443,
- "musmac1.mid", "7f96f491448c7a001b32df89cf8d2af2", 1658),
+ "musmac1.mid", "7f96f491448c7a001b32df89cf8d2af2", 1658),
EN_ANY,
kPlatformMacintosh,
ADGF_NO_FLAGS,
@@ -469,7 +469,7 @@
"gob2",
"",
AD_ENTRY2s("intro.stk", "a13ecb4f6d8fd881ebbcc02e45cb5475", 837275,
- "musmac1.mid", "7f96f491448c7a001b32df89cf8d2af2", 1658),
+ "musmac1.mid", "7f96f491448c7a001b32df89cf8d2af2", 1658),
FR_FRA,
kPlatformMacintosh,
ADGF_NO_FLAGS,
Commit: e55e95e4c00d750a82f878a7ce59d1fbdf48e9fe
https://github.com/scummvm/scummvm/commit/e55e95e4c00d750a82f878a7ce59d1fbdf48e9fe
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2024-04-07T23:29:56+03:00
Commit Message:
GOB: Fix spacing
Changed paths:
engines/gob/gameidtotype.h
diff --git a/engines/gob/gameidtotype.h b/engines/gob/gameidtotype.h
index 21cc560a86e..ece0c9d5bf7 100644
--- a/engines/gob/gameidtotype.h
+++ b/engines/gob/gameidtotype.h
@@ -65,7 +65,7 @@ static const GameIdToType gameIdToType[] = {
{ "playtnck2", kGameTypePlaytoons },
{ "playtnck3", kGameTypePlaytoons },
{ "playtoonsdemo", kGameTypePlaytoons },
- { "pierresmagiques", kGameTypeNone },
+ { "pierresmagiques", kGameTypeNone },
{ "bambou", kGameTypeBambou },
{ "fascination", kGameTypeFascination },
{ "geisha", kGameTypeGeisha },
@@ -77,7 +77,7 @@ static const GameIdToType gameIdToType[] = {
{ "adibou3", kGameTypeNone },
{ "adiboucuisine", kGameTypeNone },
{ "adiboudessin", kGameTypeNone },
- { "adiboumagie", kGameTypeNone },
+ { "adiboumagie", kGameTypeNone },
{ "adiboudchoumer", kGameTypeNone },
{ "adiboudchoubanquise", kGameTypeNone },
{ "adiboudchoucampagne", kGameTypeNone },
More information about the Scummvm-git-logs
mailing list