[Scummvm-git-logs] scummvm master -> 266e27a28719eac36faeb08ab10a28d57a7af5e2
bluegr
noreply at scummvm.org
Sun May 18 22:02:06 UTC 2025
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
cf11ad862e GOB: add version number and filesize to GOB2 variants
266e27a287 GOB: mark Adibou 2 Sciences Preview variant as Demo
Commit: cf11ad862e8caa34a434b66b4418da8a9709429b
https://github.com/scummvm/scummvm/commit/cf11ad862e8caa34a434b66b4418da8a9709429b
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-05-19T01:02:03+03:00
Commit Message:
GOB: add version number and filesize to GOB2 variants
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 0c96602843b..ef8811988a7 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -510,8 +510,8 @@
{
{
"gob2",
- "",
- AD_ENTRY1("intro.stk", "d28b9e9b41f31acfa58dcd12406c7b2c"),
+ "v1.02",
+ AD_ENTRY1s("intro.stk", "d28b9e9b41f31acfa58dcd12406c7b2c", 554865),
DE_DEU,
kPlatformAmiga,
ADGF_NO_FLAGS,
@@ -523,7 +523,7 @@
{ // Supplied by goodoldgeorg in bug report #4164
{
"gob2",
- "",
+ "v1.02",
AD_ENTRY1s("intro.stk", "686c88f7302a80b744aae9f8413e853d", 554384),
IT_ITA,
kPlatformAmiga,
Commit: 266e27a28719eac36faeb08ab10a28d57a7af5e2
https://github.com/scummvm/scummvm/commit/266e27a28719eac36faeb08ab10a28d57a7af5e2
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-05-19T01:02:03+03:00
Commit Message:
GOB: mark Adibou 2 Sciences Preview variant as Demo
Changed paths:
engines/gob/detection/tables_adibou2.h
diff --git a/engines/gob/detection/tables_adibou2.h b/engines/gob/detection/tables_adibou2.h
index 3f74cb78cc5..707b2185dbc 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -346,7 +346,7 @@
AD_ENTRY1s("intro.stk", "22b997d97eef71c867b49092bd89c2b8", 38128),
FR_FRA,
kPlatformWindows,
- ADGF_UNSTABLE,
+ ADGF_UNSTABLE | ADGF_DEMO,
GUIO0()
},
kFeatures640x480,
More information about the Scummvm-git-logs
mailing list