[Scummvm-git-logs] scummvm master -> 5fb76f11dc31c4f8926b67f8163023e588117124
bluegr
noreply at scummvm.org
Sat Dec 28 20:11:34 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
dce9d69172 GOB: add filesize for gob3 amiga entries
5fb76f11dc GOB: add filesize for russian gob2 variant
Commit: dce9d6917281e073588cae7eaa3cb42c1770061d
https://github.com/scummvm/scummvm/commit/dce9d6917281e073588cae7eaa3cb42c1770061d
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-12-28T22:11:31+02:00
Commit Message:
GOB: add filesize for gob3 amiga entries
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 697dc4c0d5e..1747ba26c7b 100644
--- a/engines/gob/detection/tables_gob3.h
+++ b/engines/gob/detection/tables_gob3.h
@@ -286,7 +286,7 @@
{
"gob3",
"",
- AD_ENTRY1("intro.stk", "bd679eafde2084d8011f247e51b5a805"),
+ AD_ENTRY1s("intro.stk", "bd679eafde2084d8011f247e51b5a805", 197532),
EN_GRB,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -299,7 +299,7 @@
{
"gob3",
"",
- AD_ENTRY1("intro.stk", "bd679eafde2084d8011f247e51b5a805"),
+ AD_ENTRY1s("intro.stk", "bd679eafde2084d8011f247e51b5a805", 197532),
DE_DEU,
kPlatformAmiga,
ADGF_NO_FLAGS,
Commit: 5fb76f11dc31c4f8926b67f8163023e588117124
https://github.com/scummvm/scummvm/commit/5fb76f11dc31c4f8926b67f8163023e588117124
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-12-28T22:11:31+02:00
Commit Message:
GOB: add filesize for russian gob2 variant
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 a9f51654987..0c96602843b 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -127,7 +127,7 @@
{
"gob2",
"v1.02",
- AD_ENTRY1("intro.stk", "cd3e1df8b273636ee32e34b7064f50e8"),
+ AD_ENTRY1s("intro.stk", "cd3e1df8b273636ee32e34b7064f50e8", 874488),
RU_RUS,
kPlatformDOS,
ADGF_NO_FLAGS,
More information about the Scummvm-git-logs
mailing list