[Scummvm-git-logs] scummvm master -> 1e721a3a51e9cb6d3b9a4a37bd9c3422cd4ec7c9
bluegr
noreply at scummvm.org
Sun Jun 30 11:33:19 UTC 2024
This automated email contains information about 4 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
14fddc13ce GOB: add filesize for GOB1 ega version
fea2471d19 GOB: add filesizes to GOB3 variants
43e5af7281 GOB: add Amiga versions of GOB1
1e721a3a51 GOB: add polish version of GOB2
Commit: 14fddc13cedfcbc580c022a79aa8f9df9b6c75c2
https://github.com/scummvm/scummvm/commit/14fddc13cedfcbc580c022a79aa8f9df9b6c75c2
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-06-30T14:33:14+03:00
Commit Message:
GOB: add filesize for GOB1 ega version
Changed paths:
engines/gob/detection/tables_gob1.h
diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index 500853f9fdd..caf96063174 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -36,7 +36,7 @@
{
"gob1",
"EGA",
- AD_ENTRY1("intro.stk", "c65e9cc8ba23a38456242e1f2b1caad4"),
+ AD_ENTRY1s("intro.stk", "c65e9cc8ba23a38456242e1f2b1caad4", 135561),
UNK_LANG,
kPlatformDOS,
ADGF_NO_FLAGS,
Commit: fea2471d1970be8469d08a337c45629c99406fc7
https://github.com/scummvm/scummvm/commit/fea2471d1970be8469d08a337c45629c99406fc7
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-06-30T14:33:14+03:00
Commit Message:
GOB: add filesizes to GOB3 variants
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 8306315e951..1b4dff24c15 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -88,7 +88,7 @@
{
"gob3",
"",
- AD_ENTRY1("intro.stk", "f6d225b25a180606fa5dbe6405c97380"),
+ AD_ENTRY1s("intro.stk", "f6d225b25a180606fa5dbe6405c97380", 161516),
DE_DEU,
kPlatformDOS,
ADGF_NO_FLAGS,
@@ -341,7 +341,7 @@
{
"gob3",
"CD v1.02",
- AD_ENTRY1("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261"),
+ AD_ENTRY1s("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261", 612482),
EN_ANY,
kPlatformDOS,
ADGF_CD,
@@ -354,7 +354,7 @@
{
"gob3",
"CD v1.02",
- AD_ENTRY1("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261"),
+ AD_ENTRY1s("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261", 612482),
DE_DEU,
kPlatformDOS,
ADGF_CD,
@@ -367,7 +367,7 @@
{
"gob3",
"CD v1.02",
- AD_ENTRY1("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261"),
+ AD_ENTRY1s("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261", 612482),
FR_FRA,
kPlatformDOS,
ADGF_CD,
@@ -380,7 +380,7 @@
{
"gob3",
"CD v1.02",
- AD_ENTRY1("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261"),
+ AD_ENTRY1s("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261", 612482),
IT_ITA,
kPlatformDOS,
ADGF_CD,
@@ -393,7 +393,7 @@
{
"gob3",
"CD v1.02",
- AD_ENTRY1("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261"),
+ AD_ENTRY1s("intro.stk", "c3e9132ea9dc0fb866b6d60dcda10261", 612482),
ES_ESP,
kPlatformDOS,
ADGF_CD,
Commit: 43e5af7281e26fe300e128f7daff85865fc4a2f6
https://github.com/scummvm/scummvm/commit/43e5af7281e26fe300e128f7daff85865fc4a2f6
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-06-30T14:33:14+03:00
Commit Message:
GOB: add Amiga versions of GOB1
Changed paths:
engines/gob/detection/tables_gob1.h
diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index caf96063174..a0980bb128f 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -602,6 +602,38 @@
0, 0, 0
},
+// -- Amiga --
+
+{
+ {
+ "gob1",
+ "",
+ AD_ENTRY2s("intro.stk", "c65e9cc8ba23a38456242e1f2b1caad4", 135561,
+ "disk1.stk", "6797b5dbdace1518ecf93dc0414970d8", 367110),
+ UNK_LANG,
+ kPlatformAmiga,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kFeaturesNone,
+ 0, 0, 0
+},
+{
+ {
+ "gob1",
+ "",
+ AD_ENTRY2s("intro.stk", "c65e9cc8ba23a38456242e1f2b1caad4", 135561,
+ "disk1.stk", "a6ed3c1c9a46c511952bac0c11c691f5", 367048),
+ DE_DEU,
+ kPlatformAmiga,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kFeaturesNone,
+ 0, 0, 0
+},
+
+
// -- Demos --
{
Commit: 1e721a3a51e9cb6d3b9a4a37bd9c3422cd4ec7c9
https://github.com/scummvm/scummvm/commit/1e721a3a51e9cb6d3b9a4a37bd9c3422cd4ec7c9
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-06-30T14:33:14+03:00
Commit Message:
GOB: add polish version of GOB2
reported in 5365 by pykman
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 361e73ba7ec..b437866a0b7 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -178,6 +178,19 @@
kFeaturesCD,
0, 0, 0
},
+{ // Supplied by pykman in bug report #5365
+ {
+ "gob2",
+ "CD v1.02",
+ AD_ENTRY1s("intro.stk", "978afddcac81bb95a04757b61f78471c", 619825),
+ PL_POL,
+ kPlatformDOS,
+ ADGF_CD,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kFeaturesCD,
+ 0, 0, 0
+},
{
{
"gob2",
More information about the Scummvm-git-logs
mailing list