[Scummvm-git-logs] scummvm master -> c04ae1d1b3d92fed39914b5340b5617ec98460a5
sev-
noreply at scummvm.org
Thu Mar 5 19:44:52 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
c04ae1d1b3 AGS: Added gob6 v10 detection entry
Commit: c04ae1d1b3d92fed39914b5340b5617ec98460a5
https://github.com/scummvm/scummvm/commit/c04ae1d1b3d92fed39914b5340b5617ec98460a5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-05T20:44:34+01:00
Commit Message:
AGS: Added gob6 v10 detection entry
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index b5b92d39905..9a0fab4e6df 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4952,6 +4952,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "t:aac0f0616ede4ec1d4300103b008f34b", 1287057329),
// Steam release 2026-02-27 / Itch.io v9 release
GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "t:aac0f0616ede4ec1d4300103b008f34b", 1287057715),
+ // Steam release 2026-03-04 / Itch.io v10 release
+ GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "t:aac0f0616ede4ec1d4300103b008f34b", 1287057535),
GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "dbe281d93c914899886e77c09c3c65ec", 130844360), // Linux & Mac
GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "e7080df9729aae2a0097b752198f3cca", 130846774),
More information about the Scummvm-git-logs
mailing list