[Scummvm-git-logs] scummvm master -> bf2f75832c982fb1628f61ea4d335b1b1cd665f0

sev- noreply at scummvm.org
Sat Feb 14 10:55:37 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:
bf2f75832c AGS: Added detection for updated version of gob6, switched to tail md5


Commit: bf2f75832c982fb1628f61ea4d335b1b1cd665f0
    https://github.com/scummvm/scummvm/commit/bf2f75832c982fb1628f61ea4d335b1b1cd665f0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-14T11:55:22+01:00

Commit Message:
AGS: Added detection for updated version of gob6, switched to tail md5

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index fa0789e46ff..2ca25fb224f 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4918,7 +4918,12 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_STEAM("gobliiins5-1", "Gobliiins5-Part1.ags", "41513db1bd8870e43426b9e94bb26ad1", 171800863),
 	// Steam release 2023-11-16
 	GAME_ENTRY_STEAM("gobliiins5-1", "Gobliiins5-Part1.ags", "41513db1bd8870e43426b9e94bb26ad1", 171800709),
-	GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "d8673d9fdedc7dd3291e528db824fd3d", 1286956199),
+
+	// Steam release 2026-02-13
+	GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "t:87f0511223306d4cf4460a3f77f66cb4", 1286956199),
+	// Steam release 2026-02-14
+	GAME_ENTRY_STEAM("gobliins6", "Gobliins6.exe", "t:aac0f0616ede4ec1d4300103b008f34b", 1287054693),
+
 	GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "dbe281d93c914899886e77c09c3c65ec", 130844360), // Linux & Mac
 	GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "e7080df9729aae2a0097b752198f3cca", 130846774),
 	GAME_ENTRY_EN_STEAM("goldenwake", "a-golden-wake.exe", "409b71f7b73f30bef5098c6449505c1a", 130929070),  // Windows




More information about the Scummvm-git-logs mailing list