[Scummvm-git-logs] scummvm master -> 0a68d70e0533311e3439c781ee2d30b6d42f342a
sev-
noreply at scummvm.org
Sun Apr 19 16:56:40 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:
0a68d70e05 AGS: Added detection for gob6 v12
Commit: 0a68d70e0533311e3439c781ee2d30b6d42f342a
https://github.com/scummvm/scummvm/commit/0a68d70e0533311e3439c781ee2d30b6d42f342a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-04-19T18:56:11+02:00
Commit Message:
AGS: Added detection for gob6 v12
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index b586a212d68..90ca9b189c2 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4991,6 +4991,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "t:aac0f0616ede4ec1d4300103b008f34b", 1287057535),
// Steam release 2026-03-20 / Itch.io v11 release
GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "t:aac0f0616ede4ec1d4300103b008f34b", 1287059536),
+ // Steam release 2026-04-19 / Itch.io v12 release
+ GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "t:aac0f0616ede4ec1d4300103b008f34b", 1287059690),
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