[Scummvm-git-logs] scummvm master -> 7884a87c8594a670ae3ae37a9c1eabab5db820fa
sev-
noreply at scummvm.org
Fri May 3 22:09:16 UTC 2024
This automated email contains information about 15 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8abe7b7237 GOB: add Adibou présente Magie to Games using this engine list
acf649bc2a GOB: add Playtoons games to the Games using this engine list
5bd7f0b61b GOB: add Le pays des Pierres Magiques to the list of Game using this engine
e7f58cbcc1 GOB: mention DEV7 games uses 800x600 resolution as comment
7ac6c1d182 GOB: add 5.01 variant of Adi 5 to detection
514e4bd883 GOB: add Adi 4 variant to detection
a618f963fe GOB: add new variants of Adibou 3 to detection
5a4407fcc9 GOB: add new variants of Adi 2 to detection
fd37f6b61b GOB: add playtoons variant from Bugreport
dbdad66174 GOB: fix indentation for secound detection file
3148a0c55c GOB: Mark DEV7 games as 800x600 resolution
c21494243a GOB: Mark Adi5 resolution as 800x600
d1deed4d44 GOB: fix indentation for urban demo entry
3e9bd637d3 GOB: add dutch version of Adibou 3 to detection tables
7884a87c85 GOB: Mark Playtoons games as kPlatformWindows
Commit: 8abe7b723748c6f0a833ff48f41059a030ca29ee
https://github.com/scummvm/scummvm/commit/8abe7b723748c6f0a833ff48f41059a030ca29ee
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add Adibou présente Magie to Games using this engine list
Changed paths:
engines/gob/gob.h
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 96b4e74c4fa..225fdc28f51 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -52,6 +52,7 @@
* - Adibou 3
* - Adibou présente Cuisine
* - Adibou présente Dessin
+ * - Adibou présente Magie
* - Adiboud'chou a la mer
* - Adiboud'chou sur la banquise
* - Adiboud'chou a la campagne
Commit: acf649bc2a1266c1b3583ae90a9b8a4ad8770067
https://github.com/scummvm/scummvm/commit/acf649bc2a1266c1b3583ae90a9b8a4ad8770067
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add Playtoons games to the Games using this engine list
Playtoons game names were copied over from tables_playtoons.h
Changed paths:
engines/gob/gob.h
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 225fdc28f51..8fcb7f43c35 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -67,6 +67,14 @@
* - Fascination
* - Urban Runner
* - Bambou le sauveur de la jungle
+ * - Playtoons 1 Uncle Archibald
+ * - Playtoons 2 The Case of the Counterfeit Collaborator (Spirou)
+ * - Playtoons 3 The Secret of the Castle
+ * - Playtoons 4 The Mandarin Prince
+ * - Playtoons 5 The Stone of Wakan
+ * - Playtoons Construction Kit 1 Monsters
+ * - Playtoons Construction Kit 2 Knights
+ * - Playtoons Construction Kit 3 The Far West
* - Geisha
* - Once Upon A Time: Little Red Riding Hood
* - Croustibat
Commit: 5bd7f0b61b59c2d17850ffc47f72bd5842537fa6
https://github.com/scummvm/scummvm/commit/5bd7f0b61b59c2d17850ffc47f72bd5842537fa6
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add Le pays des Pierres Magiques to the list of Game using this engine
Changed paths:
engines/gob/gob.h
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 8fcb7f43c35..e2727ef8dfc 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -62,6 +62,7 @@
* - Goblins 3
* - Ween: The Prophecy
* - Bargon Attack
+ * - Le pays des Pierres Magiques
* - Lost in Time
* - The Bizarre Adventures of Woodruff and the Schnibble
* - Fascination
Commit: e7f58cbcc1f4e33f209d5c8d0c3cae2b879b0ffd
https://github.com/scummvm/scummvm/commit/e7f58cbcc1f4e33f209d5c8d0c3cae2b879b0ffd
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: mention DEV7 games uses 800x600 resolution as comment
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 0d0410f81c0..8abcc045103 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -44,7 +44,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
@@ -59,7 +59,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
@@ -76,7 +76,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
{
@@ -90,7 +90,7 @@
ADGF_UNSUPPORTED | ADGF_DEMO,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
diff --git a/engines/gob/detection/tables_adibou3.h b/engines/gob/detection/tables_adibou3.h
index 0defe6f92d0..f9135474107 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -43,7 +43,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0, 0, 0
},
@@ -57,7 +57,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0, 0, 0
},
@@ -74,7 +74,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
@@ -89,7 +89,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
@@ -104,7 +104,7 @@
ADGF_UNSUPPORTED | ADGF_DEMO,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
@@ -119,7 +119,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
@@ -136,7 +136,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
diff --git a/engines/gob/detection/tables_adiboudchou.h b/engines/gob/detection/tables_adiboudchou.h
index 3f7b705d4db..3f0f20079a0 100644
--- a/engines/gob/detection/tables_adiboudchou.h
+++ b/engines/gob/detection/tables_adiboudchou.h
@@ -45,7 +45,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adiboud'chou actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0, 0, 0
},
@@ -60,7 +60,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adiboud'chou actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
{
@@ -73,7 +73,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adiboud'chou actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
{
@@ -86,7 +86,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adiboud'chou actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
diff --git a/engines/gob/detection/tables_adiboupresente.h b/engines/gob/detection/tables_adiboupresente.h
index 6333f722794..2cfc43e86c4 100644
--- a/engines/gob/detection/tables_adiboupresente.h
+++ b/engines/gob/detection/tables_adiboupresente.h
@@ -43,7 +43,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou présente Dessin actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0, 0, 0
},
@@ -59,7 +59,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou présente Cuisine actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0, 0, 0
},
@@ -76,7 +76,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Adibou présente Magie actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0, 0, 0
},
diff --git a/engines/gob/detection/tables_pierresmagiques.h b/engines/gob/detection/tables_pierresmagiques.h
index 4a3f10cd761..e70cad36e0b 100644
--- a/engines/gob/detection/tables_pierresmagiques.h
+++ b/engines/gob/detection/tables_pierresmagiques.h
@@ -45,7 +45,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480,
+ kFeatures640x480, // Le pays des Pierres Magiques actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
Commit: 7ac6c1d1821b0c92e29f4acdd1c1cbffdc46b625
https://github.com/scummvm/scummvm/commit/7ac6c1d1821b0c92e29f4acdd1c1cbffdc46b625
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add 5.01 variant of Adi 5 to detection
Changed paths:
engines/gob/detection/tables_adi5.h
diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
index 8abcc045103..ade40743f94 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -65,6 +65,21 @@
// -- German: Addy 5 --
+{
+ {
+
+ "adi5",
+ _s("Missing game code"), // Addy 5 5.01 (Engine: DEV7 version 1.1.0.0)
+ AD_ENTRY1s("adi5.stk", "ec2d6a05d13bec1b4dcfa18d88e317c6", 627942),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ 0,0,0
+},
+
{
{
Commit: 514e4bd8833037d6569e5c9e7039a0356bb08f2c
https://github.com/scummvm/scummvm/commit/514e4bd8833037d6569e5c9e7039a0356bb08f2c
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add Adi 4 variant to detection
NOTE: This is an Extension which use an INTRO.STK, other Extension do not have an INTRO.STK
Changed paths:
engines/gob/detection/tables_adi4.h
diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index fe9bc6857a6..5d28ef1e836 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -127,6 +127,19 @@
// -- German: Addy --
+{
+ {
+ "adi4",
+ "Addy 4.00 Erdkunde",
+ AD_ENTRY1s("intro.stk", "fda1566d233ee55d65b2ad014c1cb485", 188),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ kFeatures640x480,
+ 0, "GA2INTRO.TOT", 0
+},
{
{
"adi4",
Commit: a618f963fe4c241c052d370f786b221b8f00435e
https://github.com/scummvm/scummvm/commit/a618f963fe4c241c052d370f786b221b8f00435e
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add new variants of Adibou 3 to detection
Changed paths:
engines/gob/detection/tables_adibou3.h
diff --git a/engines/gob/detection/tables_adibou3.h b/engines/gob/detection/tables_adibou3.h
index f9135474107..8efa327ffc6 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -60,6 +60,20 @@
kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0, 0, 0
},
+{
+ {
+
+ "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,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ 0,0,0
+},
// -- German: Adiboo 3 --
@@ -107,7 +121,6 @@
kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
-
{
{
@@ -122,6 +135,20 @@
kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
0,0,0
},
+{
+ {
+
+ "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", "814d8edb015969618dbcc670b18fcfb4", 554569),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ 0,0,0
+},
// -- English: Adiboo 3 --
Commit: 5a4407fcc93cff510f0b6a866cca3f4ca2f3c925
https://github.com/scummvm/scummvm/commit/5a4407fcc93cff510f0b6a866cca3f4ca2f3c925
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add new variants of Adi 2 to detection
Changed paths:
engines/gob/detection/tables_adi2.h
diff --git a/engines/gob/detection/tables_adi2.h b/engines/gob/detection/tables_adi2.h
index 8c048b3ba5b..9959c78587a 100644
--- a/engines/gob/detection/tables_adi2.h
+++ b/engines/gob/detection/tables_adi2.h
@@ -165,6 +165,45 @@
kFeatures640x400,
"adi2.stk", "ediintro.tot", 0
},
+{
+ {
+ "adi2",
+ "Adi 2.5",
+ AD_ENTRY1s("adi2.stk", "be80ec9c50d750b3713df6b44b74e345", 16918998),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_CD,
+ GUIO1(GUIO_NOASPECT)
+ },
+ kFeatures640x400,
+ "adi2.stk", "ediintro.tot", 0
+},
+{
+ {
+ "adi2",
+ "Adi 2.6",
+ AD_ENTRY1s("adi2.stk", "4ab5a6d75c6a863706fa156da72d0cf3", 16919534),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_CD,
+ GUIO1(GUIO_NOASPECT)
+ },
+ kFeatures640x400,
+ "adi2.stk", "ediintro.tot", 0
+},
+{
+ {
+ "adi2",
+ "Adi 2.6",
+ AD_ENTRY1s("adi2.stk", "e02f8adaef95a668e31a0bc4ce3ba178", 17914610),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_CD,
+ GUIO1(GUIO_NOASPECT)
+ },
+ kFeatures640x400,
+ "adi2.stk", "ediintro.tot", 0
+},
// -- Spanish: Adi --
Commit: fd37f6b61bf491eb3fe13112a30d6a6407c66555
https://github.com/scummvm/scummvm/commit/fd37f6b61bf491eb3fe13112a30d6a6407c66555
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add playtoons variant from Bugreport
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 0945251bba2..3ddc4110390 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -447,6 +447,20 @@
kFeatures640x480,
"intro2.stk", 0, 0
},
+{
+ { // Supplied by laenion in Bugreport #13457
+ "playtnck3",
+ "",
+ AD_ENTRY2s("playtoon.stk", "9ca3a2c19a3261cf9fa0f40eebc9d3ad", 65879662,
+ "dan.itk", "e8566d7efb8601a323adc918948d03fe", 3325952),
+ DE_DEU,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
+ },
+ kFeatures640x480,
+ "intro2.stk", 0, 0
+},
// -- Bambou le sauveur de la jungle --
Commit: dbdad66174f98852616af59e600145231159193d
https://github.com/scummvm/scummvm/commit/dbdad66174f98852616af59e600145231159193d
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: fix indentation for secound detection file
Changed paths:
engines/gob/detection/tables_adibou2.h
diff --git a/engines/gob/detection/tables_adibou2.h b/engines/gob/detection/tables_adibou2.h
index 9ab46d887a3..ed16509df05 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -77,7 +77,7 @@
"adibou2",
"ADIBOU 2.10 Environnement",
AD_ENTRY2s("intro.stk", "f2b797819aeedee557e904b0b5ccd82e", 8736454,
- "BECBF210.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
+ "BECBF210.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
FR_FRA,
kPlatformWindows,
GF_ENABLE_ADIBOU2_FREE_BANANAS_WORKAROUND | GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
@@ -91,7 +91,7 @@
"adibou2",
"ADIBOU 2.11 Environnement",
AD_ENTRY2s("intro.stk", "7b1f1f6f6477f54401e95d913f75e333", 8736904,
- "BECBF211.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
+ "BECBF211.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
FR_FRA,
kPlatformWindows,
GF_ENABLE_ADIBOU2_FREE_BANANAS_WORKAROUND | GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
@@ -105,7 +105,7 @@
"adibou2",
"ADIBOU 2.12 Environnement",
AD_ENTRY2s("intro.stk", "1e49c39a4a3ce6032a84b712539c2d63", 8738134,
- "BECBF212.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
+ "BECBF212.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
FR_FRA,
kPlatformWindows,
GF_ENABLE_ADIBOU2_FREE_BANANAS_WORKAROUND | GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
@@ -119,7 +119,7 @@
"adibou2",
"ADIBOU 2.13s Environnement",
AD_ENTRY2s("intro.stk", "092707829555f27706920e4cacf1fada", 8737958,
- "BECBF213.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
+ "BECBF213.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
FR_FRA,
kPlatformWindows,
GF_ENABLE_ADIBOU2_FREE_BANANAS_WORKAROUND | GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
@@ -149,7 +149,7 @@
"adibou2",
"ADDY JR 2.20 Basisprogramm",
AD_ENTRY2s("intro.stk", "092707829555f27706920e4cacf1fada", 8737958,
- "BECBD220.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
+ "BECBD220.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
DE_DEU,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -178,7 +178,7 @@
"adibou2",
"ADI Jr.",
AD_ENTRY2s("intro.stk", "718a51862406136c28639489a9ba950a", 956350,
- "intro.inf", "d8710732c9bfe3ca52d3ce5aefc06089", 48),
+ "intro.inf", "d8710732c9bfe3ca52d3ce5aefc06089", 48),
DE_DEU,
kPlatformWindows,
GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
@@ -193,7 +193,7 @@
"adibou2",
"ADDY JR 2.13 Basisprogramm",
AD_ENTRY2s("intro.stk", "092707829555f27706920e4cacf1fada", 8737958,
- "BECBD213.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
+ "BECBD213.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
DE_DEU,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -209,7 +209,7 @@
"adibou2",
"ADIBÃ 2.13 Ambiente",
AD_ENTRY2s("intro.stk", "092707829555f27706920e4cacf1fada", 8737958,
- "BECBI213.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
+ "BECBI213.CD1", "bc828c320908a5eaa349956d396bd8e1", 8),
IT_ITA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -240,7 +240,7 @@
"adibou2",
"ADIBOO 2",
AD_ENTRY2s("intro.stk", "718a51862406136c28639489a9ba950a", 956350,
- "intro.inf", "9369aa62939f5f7c11b1e02a45038050", 44),
+ "intro.inf", "9369aa62939f5f7c11b1e02a45038050", 44),
EN_GRB,
kPlatformWindows,
GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
Commit: 3148a0c55ca0544b2b32ae2a8d1646e515cabacd
https://github.com/scummvm/scummvm/commit/3148a0c55ca0544b2b32ae2a8d1646e515cabacd
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: Mark DEV7 games as 800x600 resolution
Changed paths:
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_adibou3.h b/engines/gob/detection/tables_adibou3.h
index 8efa327ffc6..2b0d1f38322 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -43,7 +43,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0, 0, 0
},
@@ -57,7 +57,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0, 0, 0
},
{
@@ -71,7 +71,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
@@ -88,7 +88,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
@@ -103,7 +103,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
@@ -118,7 +118,7 @@
ADGF_UNSUPPORTED | ADGF_DEMO,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
{
@@ -132,7 +132,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
{
@@ -146,7 +146,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
@@ -163,7 +163,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou 3 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
diff --git a/engines/gob/detection/tables_adiboudchou.h b/engines/gob/detection/tables_adiboudchou.h
index 3f0f20079a0..1ef654492a0 100644
--- a/engines/gob/detection/tables_adiboudchou.h
+++ b/engines/gob/detection/tables_adiboudchou.h
@@ -45,7 +45,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adiboud'chou actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0, 0, 0
},
@@ -60,7 +60,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adiboud'chou actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
{
@@ -73,7 +73,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adiboud'chou actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
{
@@ -86,7 +86,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adiboud'chou actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
diff --git a/engines/gob/detection/tables_adiboupresente.h b/engines/gob/detection/tables_adiboupresente.h
index 2cfc43e86c4..f9f20c88d52 100644
--- a/engines/gob/detection/tables_adiboupresente.h
+++ b/engines/gob/detection/tables_adiboupresente.h
@@ -43,7 +43,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou présente Dessin actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0, 0, 0
},
@@ -59,7 +59,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou présente Cuisine actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0, 0, 0
},
@@ -76,7 +76,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adibou présente Magie actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0, 0, 0
},
diff --git a/engines/gob/detection/tables_pierresmagiques.h b/engines/gob/detection/tables_pierresmagiques.h
index e70cad36e0b..9457449fa25 100644
--- a/engines/gob/detection/tables_pierresmagiques.h
+++ b/engines/gob/detection/tables_pierresmagiques.h
@@ -45,7 +45,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Le pays des Pierres Magiques actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
Commit: c21494243a57ac477274ed6d58814f986abfd2b2
https://github.com/scummvm/scummvm/commit/c21494243a57ac477274ed6d58814f986abfd2b2
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: Mark Adi5 resolution as 800x600
Changed paths:
engines/gob/detection/tables_adi5.h
diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
index ade40743f94..754709df78f 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -44,7 +44,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
@@ -59,7 +59,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
@@ -76,7 +76,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
@@ -91,7 +91,7 @@
ADGF_UNSUPPORTED,
GUIO0()
},
- kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
{
@@ -105,7 +105,7 @@
ADGF_UNSUPPORTED | ADGF_DEMO,
GUIO0()
},
- kFeatures640x480, // Adi 5 actually uses 800x600 resolution (kFeatures800x600) would be required, this change will be applied when the Game is supported.
+ kFeatures800x600,
0,0,0
},
Commit: d1deed4d449fbfcbb185f4f59ca5f0085bbd8e31
https://github.com/scummvm/scummvm/commit/d1deed4d449fbfcbb185f4f59ca5f0085bbd8e31
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: fix indentation for urban demo entry
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 923118df840..8a2d3754275 100644
--- a/engines/gob/detection/tables_urban.h
+++ b/engines/gob/detection/tables_urban.h
@@ -132,8 +132,8 @@
"urban",
"Non-Interactive Demo",
AD_ENTRY3s("wdemo.s24", "14ac9bd51db7a075d69ddb144904b271", 87,
- "demo.vmd", "65d04715d871c292518b56dd160b0161", 9091237,
- "urband.vmd", "60343891868c91854dd5c82766c70ecc", 922461),
+ "demo.vmd", "65d04715d871c292518b56dd160b0161", 9091237,
+ "urband.vmd", "60343891868c91854dd5c82766c70ecc", 922461),
EN_ANY,
kPlatformWindows,
ADGF_DEMO,
Commit: 3e9bd637d351a1dc665a4c673c8ed3fe4e275073
https://github.com/scummvm/scummvm/commit/3e9bd637d351a1dc665a4c673c8ed3fe4e275073
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: add dutch version of Adibou 3 to detection tables
Changed paths:
engines/gob/detection/tables_adibou3.h
diff --git a/engines/gob/detection/tables_adibou3.h b/engines/gob/detection/tables_adibou3.h
index 2b0d1f38322..a21762ef8f2 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -167,4 +167,21 @@
0,0,0
},
+// -- Dutch: Adiboo 3 --
+
+{
+ {
+
+ "adibou3",
+ _s("Missing game code"), // Adiboo 3 3.00 (Published by Transposia) (Engine: DEV7 version 1.2.0.0)
+ AD_ENTRY1s("b3_common.stk", "2650174b2b45ae776ebccc02073fea1f", 523647),
+ NL_NLD,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures800x600,
+ 0,0,0
+},
+
#endif // GOB_DETECTION_TABLES_ADIBOU3_H
Commit: 7884a87c8594a670ae3ae37a9c1eabab5db820fa
https://github.com/scummvm/scummvm/commit/7884a87c8594a670ae3ae37a9c1eabab5db820fa
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-04T00:09:06+02:00
Commit Message:
GOB: Mark Playtoons games as kPlatformWindows
Playtoons Games are made for Windows 3.1 or higher not for DOS
Changed paths:
engines/gob/detection/tables_fallback.h
engines/gob/detection/tables_playtoons.h
diff --git a/engines/gob/detection/tables_fallback.h b/engines/gob/detection/tables_fallback.h
index 17443884c36..78cba519be7 100644
--- a/engines/gob/detection/tables_fallback.h
+++ b/engines/gob/detection/tables_fallback.h
@@ -206,7 +206,7 @@ static const GOBGameDescription fallbackDescs[] = {
"unknown",
AD_ENTRY1(0, 0),
UNK_LANG,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -219,7 +219,7 @@ static const GOBGameDescription fallbackDescs[] = {
"unknown",
AD_ENTRY1(0, 0),
UNK_LANG,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -232,7 +232,7 @@ static const GOBGameDescription fallbackDescs[] = {
"unknown",
AD_ENTRY1(0, 0),
UNK_LANG,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -245,7 +245,7 @@ static const GOBGameDescription fallbackDescs[] = {
"unknown",
AD_ENTRY1(0, 0),
UNK_LANG,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -258,7 +258,7 @@ static const GOBGameDescription fallbackDescs[] = {
"unknown",
AD_ENTRY1(0, 0),
UNK_LANG,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -271,7 +271,7 @@ static const GOBGameDescription fallbackDescs[] = {
"unknown",
AD_ENTRY1(0, 0),
UNK_LANG,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -284,7 +284,7 @@ static const GOBGameDescription fallbackDescs[] = {
"unknown",
AD_ENTRY1(0, 0),
UNK_LANG,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index 3ddc4110390..84bff49d66a 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -40,7 +40,7 @@
AD_ENTRY2s("playtoon.stk", "8c98e9a11be9bb203a55e8c6e68e519b", 25574338,
"archi.stk", "8d44b2a0d4e3139471213f9f0ed21e81", 5524674),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -54,7 +54,7 @@
AD_ENTRY2s("playtoon.stk", "55f0293202963854192e39474e214f5f", 30448474,
"archi.stk", "8d44b2a0d4e3139471213f9f0ed21e81", 5524674),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -68,7 +68,7 @@
AD_ENTRY2s("playtoon.stk", "c5ca2a288cdaefca9556cd9ae4b579cf", 25158926,
"archi.stk", "8d44b2a0d4e3139471213f9f0ed21e81", 5524674),
DE_DEU,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -82,7 +82,7 @@
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"archi.stk", "00d8274519dfcf8a0d8ae3099daea0f8", 5532135),
EN_ANY,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -104,7 +104,7 @@
{0, 0, 0, 0}
},
EN_ANY,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_DEMO,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -118,7 +118,7 @@
AD_ENTRY2s("e.scn", "8a0db733c3f77be86e74e8242e5caa61", 124,
"demarchg.vmd", "d14a95da7d8792faf5503f649ffcbc12", 5619415),
EN_ANY,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_DEMO,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -136,7 +136,7 @@
"demoita.vmd", "b4c0622d14c8749965cd0f5dfca4cf4b", 1183566,
"wooddem3.vmd", "a1700596172c2d4e264760030c3a3d47", 8994250),
IT_ITA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_DEMO,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -153,7 +153,7 @@
"demo5.vmd", "2abb7b6a26406c984f389f0b24b5e28e", 13290970,
"wooddem3.vmd", "a1700596172c2d4e264760030c3a3d47", 8994250),
ES_ESP,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_DEMO,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -170,7 +170,7 @@
AD_ENTRY2s("playtoon.stk", "4772c96be88a57f0561519e4a1526c62", 24406262,
"spirou.stk", "5d9c7644d0c47840169b4d016765cc1a", 9816201),
EN_ANY,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -184,7 +184,7 @@
AD_ENTRY2s("playtoon.stk", "55a85036dd93cce93532d8f743d90074", 17467154,
"spirou.stk", "e3e1b6148dd72fafc3637f1a8e5764f5", 9812043),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -198,7 +198,7 @@
AD_ENTRY2s("playtoon.stk", "8c98e9a11be9bb203a55e8c6e68e519b", 25574338,
"spirou.stk", "91080dc148de1bbd6a97321c1a1facf3", 9817086),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -212,7 +212,7 @@
AD_ENTRY2s("playtoon.stk", "c5ca2a288cdaefca9556cd9ae4b579cf", 25158926,
"spirou.stk", "91080dc148de1bbd6a97321c1a1facf3", 9817086),
DE_DEU,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -226,7 +226,7 @@
AD_ENTRY2s("playtoon.stk", "2572685400852d12759a2fbf09ec88eb", 9698780,
"spirou.stk", "d3cfeff920b6343a2ece55088f530dba", 7076608),
IT_ITA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -240,7 +240,7 @@
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"spirou.stk", "993737f112ca6a9b33c814273280d832", 9825760),
EN_ANY,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -257,7 +257,7 @@
AD_ENTRY2s("playtoon.stk", "8c98e9a11be9bb203a55e8c6e68e519b", 25574338,
"chato.stk", "4fa4ed96a427c344e9f916f9f236598d", 6033793),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -271,7 +271,7 @@
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"chato.stk", "8fc8d0da5b3e758908d1d7298d497d0b", 6041026),
EN_ANY,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -285,7 +285,7 @@
AD_ENTRY2s("playtoon.stk", "55f0293202963854192e39474e214f5f", 30448474,
"chato.stk", "4fa4ed96a427c344e9f916f9f236598d", 6033793),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -299,7 +299,7 @@
AD_ENTRY2s("playtoon.stk", "c5ca2a288cdaefca9556cd9ae4b579cf", 25158926,
"chato.stk", "3c6cb3ac8a5a7cf681a19971a92a748d", 6033791),
DE_DEU,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -313,7 +313,7 @@
AD_ENTRY2s("playtoon.stk", "4772c96be88a57f0561519e4a1526c62", 24406262,
"chato.stk", "bdef407387112bfcee90e664865ac3af", 6033867),
EN_ANY,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -330,7 +330,7 @@
AD_ENTRY2s("playtoon.stk", "b7f5afa2dc1b0f75970b7c07d175db1b", 24340406,
"manda.stk", "92529e0b927191d9898a34c2892e9a3a", 6485072),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -344,7 +344,7 @@
AD_ENTRY2s("playtoon.stk", "f853153e9be33b9e0ec6970d05642e51", 30448480,
"manda.stk", "fb65d32f43ade3ff573a8534d5a1a91e", 6492732),
DE_DEU,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -358,7 +358,7 @@
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"manda.stk", "69a79c9f61b2618e482726f2ff68078d", 6499208),
EN_ANY,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -375,7 +375,7 @@
AD_ENTRY2s("playtoon.stk", "55f0293202963854192e39474e214f5f", 30448474,
"wakan.stk", "f493bf82851bc5ba74d57de6b7e88df8", 5520153),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -389,7 +389,7 @@
AD_ENTRY2s("playtoon.stk", "9e513e993a5b0e2496add3f50c08764b", 30448506,
"wakan.stk", "5518139580becd8c49bbfbdd4f49187a", 5523417),
DE_DEU,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -406,7 +406,7 @@
AD_ENTRY2s("playtoon.stk", "5f9aae29265f1f105ad8ec195dff81de", 68382024,
"dan.itk", "906d67b3e438d5e95ec7ea9e781a94f3", 3000320),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -423,7 +423,7 @@
AD_ENTRY2s("playtoon.stk", "5f9aae29265f1f105ad8ec195dff81de", 68382024,
"dan.itk", "74eeb075bd2cb47b243349730264af01", 3213312),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -440,7 +440,7 @@
AD_ENTRY2s("playtoon.stk", "5f9aae29265f1f105ad8ec195dff81de", 68382024,
"dan.itk", "9a8f62809eca5a52f429b5b6a8e70f8f", 2861056),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -454,7 +454,7 @@
AD_ENTRY2s("playtoon.stk", "9ca3a2c19a3261cf9fa0f40eebc9d3ad", 65879662,
"dan.itk", "e8566d7efb8601a323adc918948d03fe", 3325952),
DE_DEU,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
@@ -471,7 +471,7 @@
AD_ENTRY2s("intro.stk", "2f8db6963ff8d72a8331627ebda918f4", 3613238,
"bambou.itk", "0875914d31126d0749313428f10c7768", 114440192),
FR_FRA,
- kPlatformDOS,
+ kPlatformWindows,
ADGF_NO_FLAGS,
GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
},
More information about the Scummvm-git-logs
mailing list