[Scummvm-git-logs] scummvm master -> 43ea8de6be62b868f41e1dd1ce3cfd074807c856
bluegr
noreply at scummvm.org
Tue Jan 2 18:23:56 UTC 2024
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0b076a42b7 GOB: add filesize and proper langcode for GOB2 entry
152294164b GOB: add filesize for Interactive GOB2 Amiga demo
43ea8de6be GOB: add filesize to Interactive GOB1 demo
Commit: 0b076a42b7a27daa2a26b4320c38302141d7d21b
https://github.com/scummvm/scummvm/commit/0b076a42b7a27daa2a26b4320c38302141d7d21b
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-01-02T20:23:52+02:00
Commit Message:
GOB: add filesize and proper langcode 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 a8e6d0f12a8..4df335a6ecf 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -617,8 +617,8 @@
{
"gob2",
"Interactive Demo (v1.01)",
- AD_ENTRY1("intro.stk", "cf1c95b2939bd8ff58a25c756cb6125e"),
- UNK_LANG,
+ AD_ENTRY1s("intro.stk", "cf1c95b2939bd8ff58a25c756cb6125e", 492226),
+ EN_GRB,
kPlatformDOS,
ADGF_DEMO,
GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
Commit: 152294164b3ce75b20fd0dd5f8351ec971e9d585
https://github.com/scummvm/scummvm/commit/152294164b3ce75b20fd0dd5f8351ec971e9d585
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-01-02T20:23:52+02:00
Commit Message:
GOB: add filesize for Interactive GOB2 Amiga demo
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 4df335a6ecf..b85ecb19ae8 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -631,7 +631,7 @@
{
"gob2",
"Interactive Demo (v1.02)",
- AD_ENTRY1("intro.stk", "4b278c2678ea01383fd5ca114d947eea"),
+ AD_ENTRY1s("intro.stk", "4b278c2678ea01383fd5ca114d947eea", 575920),
UNK_LANG,
kPlatformAmiga,
ADGF_DEMO,
Commit: 43ea8de6be62b868f41e1dd1ce3cfd074807c856
https://github.com/scummvm/scummvm/commit/43ea8de6be62b868f41e1dd1ce3cfd074807c856
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-01-02T20:23:52+02:00
Commit Message:
GOB: add filesize to Interactive GOB1 demo
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 0c0ce73cc8c..830752396dc 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -658,7 +658,7 @@
{
"gob1",
"Interactive Demo",
- AD_ENTRY1("intro.stk", "e72bd1e3828c7dec4c8a3e58c48bdfdb"),
+ AD_ENTRY1s("intro.stk", "e72bd1e3828c7dec4c8a3e58c48bdfdb", 280044),
UNK_LANG,
kPlatformDOS,
ADGF_DEMO,
More information about the Scummvm-git-logs
mailing list