[Scummvm-git-logs] scummvm master -> 6ff0e8dcb17a95aa0ae01e2cb4b9b9b634d3c5f8
lephilousophe
noreply at scummvm.org
Sun Feb 25 10:56:41 UTC 2024
This automated email contains information about 5 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0cafd73a93 GOB: Switch GOB3 entries to AD_ENTRY
92eb1403e6 GOB: Switch all onceupon entries to AD_ENTRY
7a3a417a22 GOB: add english version of Adibou 3 to detection
7134daa9d9 GOB: add German demo of Adi 5 to detection
6ff0e8dcb1 GOB: add variant of Adibou presente Cuisine to tables
Commit: 0cafd73a93865b7e53efac42ce2d0aed85b13e07
https://github.com/scummvm/scummvm/commit/0cafd73a93865b7e53efac42ce2d0aed85b13e07
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-02-25T11:56:35+01:00
Commit Message:
GOB: Switch GOB3 entries to AD_ENTRY
Co-Authored-By: Le Philousophe <lephilousophe at users.noreply.github.com>
Changed paths:
engines/gob/detection/tables_gob3.h
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index 81c2bfea7c5..8306315e951 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -170,7 +170,7 @@
"gob3",
"v1.00",
AD_ENTRY2s("intro.stk", "16b014bf32dbd6ab4c5163c44f56fed1", 445104,
- "musmac1.mid", "948c546cad3a9de5bff3fe4107c82bf1", 6404),
+ "musmac1.mid", "948c546cad3a9de5bff3fe4107c82bf1", 6404),
DE_DEU,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -183,11 +183,8 @@
{
"gob3",
"v1.00",
- {
- {"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104},
- {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "16b014bf32dbd6ab4c5163c44f56fed1", 445104,
+ "musmac1.mid", "948c546cad3a9de5bff3fe4107c82bf1", 6404),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -200,11 +197,8 @@
{
"gob3",
"v1.00",
- {
- {"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104},
- {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "16b014bf32dbd6ab4c5163c44f56fed1", 445104,
+ "musmac1.mid", "948c546cad3a9de5bff3fe4107c82bf1", 6404),
EN_GRB,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -217,11 +211,8 @@
{
"gob3",
"v1.00",
- {
- {"intro.stk", 0, "edd7403e5dc2a14459d2665a4c17714d", 209534},
- {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "edd7403e5dc2a14459d2665a4c17714d", 209534,
+ "musmac1.mid", "948c546cad3a9de5bff3fe4107c82bf1", 6404),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -234,11 +225,8 @@
{
"gob3",
"",
- {
- {"intro.stk", 0, "428e2de130cf3b303c938924539dc50d", 324420},
- {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "428e2de130cf3b303c938924539dc50d", 324420,
+ "musmac1.mid", "948c546cad3a9de5bff3fe4107c82bf1", 6404),
FR_FRA,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -251,11 +239,8 @@
{
"gob3",
"",
- {
- {"intro.stk", 0, "428e2de130cf3b303c938924539dc50d", 324420},
- {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "428e2de130cf3b303c938924539dc50d", 324420,
+ "musmac1.mid", "948c546cad3a9de5bff3fe4107c82bf1", 6404),
EN_ANY,
kPlatformWindows,
ADGF_NO_FLAGS,
@@ -284,11 +269,8 @@
{
"gob3",
"v1.00",
- {
- {"intro.stk", 0, "32b0f57f5ae79a9ae97e8011df38af42", 157084},
- {"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661},
- {0, 0, 0, 0}
- },
+ AD_ENTRY2s("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42", 157084,
+ "musmac1.mid", "834e55205b710d0af5f14a6f2320dd8e", 8661),
EN_GRB,
kPlatformMacintosh,
ADGF_NO_FLAGS,
Commit: 92eb1403e68173acec716fea34644dbc72eaaa99
https://github.com/scummvm/scummvm/commit/92eb1403e68173acec716fea34644dbc72eaaa99
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-02-25T11:56:35+01:00
Commit Message:
GOB: Switch all onceupon entries to AD_ENTRY
Changed paths:
engines/gob/detection/tables_onceupon.h
diff --git a/engines/gob/detection/tables_onceupon.h b/engines/gob/detection/tables_onceupon.h
index fd22e6ce7f9..ea24c73e041 100644
--- a/engines/gob/detection/tables_onceupon.h
+++ b/engines/gob/detection/tables_onceupon.h
@@ -36,12 +36,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "e4b21818af03930dc9cab2ad4c93cb5b", 362106},
- {"stk3.stk", 0, "76874ad92782f9b2de57beafc05ec877", 353482},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "e4b21818af03930dc9cab2ad4c93cb5b", 362106,
+ "stk3.stk", "76874ad92782f9b2de57beafc05ec877", 353482),
FR_FRA,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -54,12 +51,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "e4b21818af03930dc9cab2ad4c93cb5b", 362106},
- {"stk3.stk", 0, "76874ad92782f9b2de57beafc05ec877", 353482},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "e4b21818af03930dc9cab2ad4c93cb5b", 362106,
+ "stk3.stk", "76874ad92782f9b2de57beafc05ec877", 353482),
DE_DEU,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -72,12 +66,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "e4b21818af03930dc9cab2ad4c93cb5b", 362106},
- {"stk3.stk", 0, "76874ad92782f9b2de57beafc05ec877", 353482},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "e4b21818af03930dc9cab2ad4c93cb5b", 362106,
+ "stk3.stk", "76874ad92782f9b2de57beafc05ec877", 353482),
EN_ANY,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -90,12 +81,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "e4b21818af03930dc9cab2ad4c93cb5b", 362106},
- {"stk3.stk", 0, "76874ad92782f9b2de57beafc05ec877", 353482},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "e4b21818af03930dc9cab2ad4c93cb5b", 362106,
+ "stk3.stk", "76874ad92782f9b2de57beafc05ec877", 353482),
IT_ITA,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -108,12 +96,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "e4b21818af03930dc9cab2ad4c93cb5b", 362106},
- {"stk3.stk", 0, "76874ad92782f9b2de57beafc05ec877", 353482},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "e4b21818af03930dc9cab2ad4c93cb5b", 362106,
+ "stk3.stk", "76874ad92782f9b2de57beafc05ec877", 353482),
ES_ESP,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -129,12 +114,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "c6440aaf068ec3149ae89bc5c41ebf02", 362123},
- {"stk3.stk", 0, "5af3c1202ba6fcf8dad2b2125e1c1383", 353257},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "c6440aaf068ec3149ae89bc5c41ebf02", 362123,
+ "stk3.stk", "5af3c1202ba6fcf8dad2b2125e1c1383", 353257),
FR_FRA,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -147,12 +129,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "c6440aaf068ec3149ae89bc5c41ebf02", 362123},
- {"stk3.stk", 0, "5af3c1202ba6fcf8dad2b2125e1c1383", 353257},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "c6440aaf068ec3149ae89bc5c41ebf02", 362123,
+ "stk3.stk", "5af3c1202ba6fcf8dad2b2125e1c1383", 353257),
DE_DEU,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -165,12 +144,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "c6440aaf068ec3149ae89bc5c41ebf02", 362123},
- {"stk3.stk", 0, "5af3c1202ba6fcf8dad2b2125e1c1383", 353257},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "c6440aaf068ec3149ae89bc5c41ebf02", 362123,
+ "stk3.stk", "5af3c1202ba6fcf8dad2b2125e1c1383", 353257),
EN_ANY,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -183,12 +159,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "c6440aaf068ec3149ae89bc5c41ebf02", 362123},
- {"stk3.stk", 0, "5af3c1202ba6fcf8dad2b2125e1c1383", 353257},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "c6440aaf068ec3149ae89bc5c41ebf02", 362123,
+ "stk3.stk", "5af3c1202ba6fcf8dad2b2125e1c1383", 353257),
IT_ITA,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -201,12 +174,9 @@
{
"abracadabra",
"",
- {
- {"stk1.stk", 0, "a8e963eea170155548e5bc1d0f07d50d", 209806},
- {"stk2.stk", 0, "c6440aaf068ec3149ae89bc5c41ebf02", 362123},
- {"stk3.stk", 0, "5af3c1202ba6fcf8dad2b2125e1c1383", 353257},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "a8e963eea170155548e5bc1d0f07d50d", 209806,
+ "stk2.stk", "c6440aaf068ec3149ae89bc5c41ebf02", 362123,
+ "stk3.stk", "5af3c1202ba6fcf8dad2b2125e1c1383", 353257),
ES_ESP,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -222,12 +192,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "3c777f43e6fb49fde9222543447e135a", 204813},
- {"stk2.stk", 0, "6cf0b009dd185a8f589e91a1f9c33df5", 361582},
- {"stk3.stk", 0, "6473183ca4db1b5b5cea047f9af59a26", 328925},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "3c777f43e6fb49fde9222543447e135a", 204813,
+ "stk2.stk", "6cf0b009dd185a8f589e91a1f9c33df5", 361582,
+ "stk3.stk", "6473183ca4db1b5b5cea047f9af59a26", 328925),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
@@ -240,12 +207,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "3c777f43e6fb49fde9222543447e135a", 204813},
- {"stk2.stk", 0, "6cf0b009dd185a8f589e91a1f9c33df5", 361582},
- {"stk3.stk", 0, "6473183ca4db1b5b5cea047f9af59a26", 328925},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "3c777f43e6fb49fde9222543447e135a", 204813,
+ "stk2.stk", "6cf0b009dd185a8f589e91a1f9c33df5", 361582,
+ "stk3.stk", "6473183ca4db1b5b5cea047f9af59a26", 328925),
DE_DEU,
kPlatformDOS,
ADGF_NO_FLAGS,
@@ -258,12 +222,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "3c777f43e6fb49fde9222543447e135a", 204813},
- {"stk2.stk", 0, "6cf0b009dd185a8f589e91a1f9c33df5", 361582},
- {"stk3.stk", 0, "6473183ca4db1b5b5cea047f9af59a26", 328925},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "3c777f43e6fb49fde9222543447e135a", 204813,
+ "stk2.stk", "6cf0b009dd185a8f589e91a1f9c33df5", 361582,
+ "stk3.stk", "6473183ca4db1b5b5cea047f9af59a26", 328925),
EN_ANY,
kPlatformDOS,
ADGF_NO_FLAGS,
@@ -276,12 +237,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "3c777f43e6fb49fde9222543447e135a", 204813},
- {"stk2.stk", 0, "6cf0b009dd185a8f589e91a1f9c33df5", 361582},
- {"stk3.stk", 0, "6473183ca4db1b5b5cea047f9af59a26", 328925},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "3c777f43e6fb49fde9222543447e135a", 204813,
+ "stk2.stk", "6cf0b009dd185a8f589e91a1f9c33df5", 361582,
+ "stk3.stk", "6473183ca4db1b5b5cea047f9af59a26", 328925),
IT_ITA,
kPlatformDOS,
ADGF_NO_FLAGS,
@@ -294,12 +252,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "3c777f43e6fb49fde9222543447e135a", 204813},
- {"stk2.stk", 0, "6cf0b009dd185a8f589e91a1f9c33df5", 361582},
- {"stk3.stk", 0, "6473183ca4db1b5b5cea047f9af59a26", 328925},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "3c777f43e6fb49fde9222543447e135a", 204813,
+ "stk2.stk", "6cf0b009dd185a8f589e91a1f9c33df5", 361582,
+ "stk3.stk", "6473183ca4db1b5b5cea047f9af59a26", 328925),
ES_ESP,
kPlatformDOS,
ADGF_NO_FLAGS,
@@ -315,12 +270,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "bcc823d2888057031e54716ed1b3c80e", 205090},
- {"stk2.stk", 0, "f76bf7c2ff60d816d69962d1a593207c", 362122},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "bcc823d2888057031e54716ed1b3c80e", 205090,
+ "stk2.stk", "f76bf7c2ff60d816d69962d1a593207c", 362122,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
FR_FRA,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -333,12 +285,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "bcc823d2888057031e54716ed1b3c80e", 205090},
- {"stk2.stk", 0, "f76bf7c2ff60d816d69962d1a593207c", 362122},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "bcc823d2888057031e54716ed1b3c80e", 205090,
+ "stk2.stk", "f76bf7c2ff60d816d69962d1a593207c", 362122,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
DE_DEU,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -351,12 +300,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "bcc823d2888057031e54716ed1b3c80e", 205090},
- {"stk2.stk", 0, "f76bf7c2ff60d816d69962d1a593207c", 362122},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "bcc823d2888057031e54716ed1b3c80e", 205090,
+ "stk2.stk", "f76bf7c2ff60d816d69962d1a593207c", 362122,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
EN_ANY,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -369,12 +315,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "bcc823d2888057031e54716ed1b3c80e", 205090},
- {"stk2.stk", 0, "f76bf7c2ff60d816d69962d1a593207c", 362122},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "bcc823d2888057031e54716ed1b3c80e", 205090,
+ "stk2.stk", "f76bf7c2ff60d816d69962d1a593207c", 362122,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
IT_ITA,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -387,12 +330,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "bcc823d2888057031e54716ed1b3c80e", 205090},
- {"stk2.stk", 0, "f76bf7c2ff60d816d69962d1a593207c", 362122},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "bcc823d2888057031e54716ed1b3c80e", 205090,
+ "stk2.stk", "f76bf7c2ff60d816d69962d1a593207c", 362122,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
ES_ESP,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -408,12 +348,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "17a4e3e7a18cc97231c92d280c7878a1", 205095},
- {"stk2.stk", 0, "bfbc380e5461f63af28e9e6b10f334b5", 362128},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "17a4e3e7a18cc97231c92d280c7878a1", 205095,
+ "stk2.stk", "bfbc380e5461f63af28e9e6b10f334b5", 362128,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
FR_FRA,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -426,12 +363,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "17a4e3e7a18cc97231c92d280c7878a1", 205095},
- {"stk2.stk", 0, "bfbc380e5461f63af28e9e6b10f334b5", 362128},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "17a4e3e7a18cc97231c92d280c7878a1", 205095,
+ "stk2.stk", "bfbc380e5461f63af28e9e6b10f334b5", 362128,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
DE_DEU,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -444,12 +378,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "17a4e3e7a18cc97231c92d280c7878a1", 205095},
- {"stk2.stk", 0, "bfbc380e5461f63af28e9e6b10f334b5", 362128},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "17a4e3e7a18cc97231c92d280c7878a1", 205095,
+ "stk2.stk", "bfbc380e5461f63af28e9e6b10f334b5", 362128,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
EN_ANY,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -462,12 +393,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "17a4e3e7a18cc97231c92d280c7878a1", 205095},
- {"stk2.stk", 0, "bfbc380e5461f63af28e9e6b10f334b5", 362128},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "17a4e3e7a18cc97231c92d280c7878a1", 205095,
+ "stk2.stk", "bfbc380e5461f63af28e9e6b10f334b5", 362128,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
IT_ITA,
kPlatformAtariST,
ADGF_NO_FLAGS,
@@ -480,12 +408,9 @@
{
"babayaga",
"",
- {
- {"stk1.stk", 0, "17a4e3e7a18cc97231c92d280c7878a1", 205095},
- {"stk2.stk", 0, "bfbc380e5461f63af28e9e6b10f334b5", 362128},
- {"stk3.stk", 0, "6227d1aefdf39d88dcf83e38bea2a9af", 328922},
- {0, 0, 0, 0}
- },
+ AD_ENTRY3s("stk1.stk", "17a4e3e7a18cc97231c92d280c7878a1", 205095,
+ "stk2.stk", "bfbc380e5461f63af28e9e6b10f334b5", 362128,
+ "stk3.stk", "6227d1aefdf39d88dcf83e38bea2a9af", 328922),
ES_ESP,
kPlatformAtariST,
ADGF_NO_FLAGS,
Commit: 7a3a417a224c1c3bf42430f80646d9359089d840
https://github.com/scummvm/scummvm/commit/7a3a417a224c1c3bf42430f80646d9359089d840
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-02-25T11:56:35+01:00
Commit Message:
GOB: add english version 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 ec59bc3e8d3..5f399c907a5 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -122,4 +122,21 @@
0,0,0
},
+// -- English: Adiboo 3 --
+
+{
+ {
+
+ "adibou3",
+ _s("Missing game code"), // Adiboo 3 3.00 (Engine: DEV7 version 1.2.0.0)
+ AD_ENTRY1s("b3_common.stk", "3f34b0172396321d0c5e37c53b4de005", 523852),
+ EN_ANY,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures640x480,
+ 0,0,0
+},
+
#endif // GOB_DETECTION_TABLES_ADIBOU3_H
Commit: 7134daa9d97b3a9ba67ee8997d8c2b0244ffad3c
https://github.com/scummvm/scummvm/commit/7134daa9d97b3a9ba67ee8997d8c2b0244ffad3c
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-02-25T11:56:35+01:00
Commit Message:
GOB: add German demo 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 8e9091ccdd9..e0ff9cc4e54 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -78,5 +78,19 @@
kFeatures640x480,
0,0,0
},
+{
+ {
+
+ "adi5",
+ _s("Missing game code"), // Addy 5 Mathe Demo (Engine: DEV7 version unknown)
+ AD_ENTRY1s("adi5.stk", "72fb3c7807845e414d107aa4612f95df", 141858),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED | ADGF_DEMO,
+ GUIO0()
+ },
+ kFeatures640x480,
+ 0,0,0
+},
#endif // GOB_DETECTION_TABLES_ADI5_H
Commit: 6ff0e8dcb17a95aa0ae01e2cb4b9b9b634d3c5f8
https://github.com/scummvm/scummvm/commit/6ff0e8dcb17a95aa0ae01e2cb4b9b9b634d3c5f8
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-02-25T11:56:35+01:00
Commit Message:
GOB: add variant of Adibou presente Cuisine to tables
Changed paths:
engines/gob/detection/tables.h
engines/gob/detection/tables_adiboupresente.h
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index b8eeccc0309..6e1198f893b 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -72,6 +72,7 @@ static const PlainGameDescriptor gobGames[] = {
{"adibou1", "Adibou 1"},
{"adibou2", "Adibou 2"},
{"adibou3", "Adibou 3"},
+ {"adiboucuisine", "Adibou presente Cuisine"},
{"adiboudessin", "Adibou presente Dessin"},
{"adiboudchoumer", "Adiboud'chou a la mer"},
{"adiboudchoubanquise", "Adiboud'chou sur la banquise"},
diff --git a/engines/gob/detection/tables_adiboupresente.h b/engines/gob/detection/tables_adiboupresente.h
index ffeb3c30fb8..79fc8af4940 100644
--- a/engines/gob/detection/tables_adiboupresente.h
+++ b/engines/gob/detection/tables_adiboupresente.h
@@ -46,4 +46,20 @@
0, 0, 0
},
+// -- French: Adibou presente Cuisine --
+
+{
+ {
+ "adiboucuisine",
+ _s("Missing game code"), // Adibou presente Cuisine 1.00 (Engine: DEV7 version 1.0.0.0)
+ AD_ENTRY1s("adibou.stk", "cb2d576f6d546485af7693d4eaf1142b", 174027),
+ FR_FRA,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures640x480,
+ 0, 0, 0
+},
+
#endif // GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
More information about the Scummvm-git-logs
mailing list