[Scummvm-git-logs] scummvm master -> 1cf358632aa8473a69dd33aa1721915b2e2e986e
bluegr
noreply at scummvm.org
Fri Dec 27 20:13:17 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:
28a0edb97e GOB: add version number for GOB2 entry
dd69389942 GOB: add filesize for GOB2 and GOB3 entries
898143e5db GOB: improve interactive gob1 demo entry
1cf358632a GOB: add filesize to GOB1 and GOB2 entries
Commit: 28a0edb97e316093a701359248c042a5b3f22982
https://github.com/scummvm/scummvm/commit/28a0edb97e316093a701359248c042a5b3f22982
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-12-27T22:13:13+02:00
Commit Message:
GOB: add version number for GOB2 entry
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 34809e54b34..d04c45e56e4 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -497,7 +497,7 @@
{ // Supplied by fac76 in bug report #3608
{
"gob2",
- "",
+ "v1.02",
AD_ENTRY1s("intro.stk", "eebf2810122cfd17399260cd1468e994", 554014),
EN_GRB,
kPlatformAmiga,
Commit: dd69389942fb07f2d2714e9686ad4af7ce136f1e
https://github.com/scummvm/scummvm/commit/dd69389942fb07f2d2714e9686ad4af7ce136f1e
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-12-27T22:13:13+02:00
Commit Message:
GOB: add filesize for GOB2 and GOB3 entries
Changed paths:
engines/gob/detection/tables_gob2.h
engines/gob/detection/tables_gob3.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index d04c45e56e4..df620cc1cab 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -114,7 +114,7 @@
{
"gob2",
"v1.02",
- AD_ENTRY1("intro.stk", "c47faf1d406504e6ffe63243610bb1f4"),
+ AD_ENTRY1s("intro.stk", "c47faf1d406504e6ffe63243610bb1f4", 828799),
IT_ITA,
kPlatformDOS,
ADGF_NO_FLAGS,
@@ -156,7 +156,7 @@
{
"gob2",
"CD v1.000",
- AD_ENTRY1("intro.stk", "9de5fbb41cf97182109e5fecc9d90347"),
+ AD_ENTRY1s("intro.stk", "9de5fbb41cf97182109e5fecc9d90347", 4328864),
EN_USA,
kPlatformDOS,
ADGF_CD,
diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h
index aa79227a1d9..697dc4c0d5e 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -75,7 +75,7 @@
{
"gob3",
"v1.00",
- AD_ENTRY1("intro.stk", "1e2f64ec8dfa89f42ee49936a27e66e7"),
+ AD_ENTRY1s("intro.stk", "1e2f64ec8dfa89f42ee49936a27e66e7", 159444),
EN_USA,
kPlatformDOS,
ADGF_NO_FLAGS,
Commit: 898143e5db84385830c7c88b38a7f422204afe6b
https://github.com/scummvm/scummvm/commit/898143e5db84385830c7c88b38a7f422204afe6b
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-12-27T22:13:13+02:00
Commit Message:
GOB: improve interactive gob1 demo entry
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 4c1a16765ca..c9845890f88 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -649,11 +649,11 @@
0, 0, 0
},
{
- {
+ { // dated 8/1/93
"gob1",
- "Interactive Demo",
+ "Interactive Demo (v2.0)",
AD_ENTRY1s("intro.stk", "e72bd1e3828c7dec4c8a3e58c48bdfdb", 280044),
- UNK_LANG,
+ EN_ANY,
kPlatformDOS,
ADGF_DEMO,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
Commit: 1cf358632aa8473a69dd33aa1721915b2e2e986e
https://github.com/scummvm/scummvm/commit/1cf358632aa8473a69dd33aa1721915b2e2e986e
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-12-27T22:13:13+02:00
Commit Message:
GOB: add filesize to GOB1 and GOB2 entries
Changed paths:
engines/gob/detection/tables_gob1.h
engines/gob/detection/tables_gob2.h
diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index c9845890f88..79a4e9506f4 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -65,7 +65,7 @@
{
"gob1",
"VGA",
- AD_ENTRY1("intro.stk", "26a9118c0770fa5ac93a9626761600b2"),
+ AD_ENTRY1s("intro.stk", "26a9118c0770fa5ac93a9626761600b2", 233466),
EN_ANY,
kPlatformDOS,
ADGF_NO_FLAGS,
@@ -103,7 +103,7 @@
kFeaturesCD,
0, 0, 0
},
-{ // CD 1.000 version.
+{
{
"gob1",
"CD v1.000",
@@ -116,7 +116,7 @@
kFeaturesCD,
0, 0, 0
},
-{ // CD 1.000 version.
+{
{
"gob1",
"CD v1.000",
@@ -129,7 +129,7 @@
kFeaturesCD,
0, 0, 0
},
-{ // CD 1.000 version.
+{
{
"gob1",
"CD v1.000",
@@ -142,7 +142,7 @@
kFeaturesCD,
0, 0, 0
},
-{ // CD 1.000 version.
+{
{
"gob1",
"CD v1.000",
@@ -155,7 +155,7 @@
kFeaturesCD,
0, 0, 0
},
-{ // CD 1.000 version.
+{
{
"gob1",
"CD v1.000",
@@ -305,7 +305,7 @@
{
"gob1",
"",
- AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"),
+ AD_ENTRY1s("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267", 199890),
EN_ANY,
kPlatformMacintosh,
ADGF_NO_FLAGS,
@@ -318,7 +318,7 @@
{
"gob1",
"",
- AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"),
+ AD_ENTRY1s("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267", 199890),
DE_DEU,
kPlatformMacintosh,
ADGF_NO_FLAGS,
@@ -331,7 +331,7 @@
{
"gob1",
"",
- AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"),
+ AD_ENTRY1s("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267", 199890),
FR_FRA,
kPlatformMacintosh,
ADGF_NO_FLAGS,
@@ -344,7 +344,7 @@
{
"gob1",
"",
- AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"),
+ AD_ENTRY1s("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267", 199890),
IT_ITA,
kPlatformMacintosh,
ADGF_NO_FLAGS,
@@ -357,7 +357,7 @@
{
"gob1",
"",
- AD_ENTRY1("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267"),
+ AD_ENTRY1s("intro.stk", "00a42a7d2d22e6b6ab1b8c673c4ed267", 199890),
ES_ESP,
kPlatformMacintosh,
ADGF_NO_FLAGS,
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index df620cc1cab..a9f51654987 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -195,7 +195,7 @@
{
"gob2",
"CD v2.01",
- AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ AD_ENTRY1s("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04", 4541724),
EN_ANY,
kPlatformDOS,
ADGF_CD,
@@ -208,7 +208,7 @@
{
"gob2",
"CD v2.01",
- AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ AD_ENTRY1s("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04", 4541724),
DE_DEU,
kPlatformDOS,
ADGF_CD,
@@ -221,7 +221,7 @@
{
"gob2",
"CD v2.01",
- AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ AD_ENTRY1s("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04", 4541724),
FR_FRA,
kPlatformDOS,
ADGF_CD,
@@ -234,7 +234,7 @@
{
"gob2",
"CD v2.01",
- AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ AD_ENTRY1s("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04", 4541724),
IT_ITA,
kPlatformDOS,
ADGF_CD,
@@ -247,7 +247,7 @@
{
"gob2",
"CD v2.01",
- AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"),
+ AD_ENTRY1s("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04", 4541724),
ES_ESP,
kPlatformDOS,
ADGF_CD,
@@ -524,7 +524,7 @@
{
"gob2",
"",
- AD_ENTRY1("intro.stk", "686c88f7302a80b744aae9f8413e853d"),
+ AD_ENTRY1s("intro.stk", "686c88f7302a80b744aae9f8413e853d", 554384),
IT_ITA,
kPlatformAmiga,
ADGF_NO_FLAGS,
More information about the Scummvm-git-logs
mailing list