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

tag2015 noreply at scummvm.org
Thu Jul 20 09:46:34 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fc6c1cf327 AGS: Add detection for Gobliiins5 steam demo


Commit: fc6c1cf327f6c52a2dff7aa9923ea49d88d75908
    https://github.com/scummvm/scummvm/commit/fc6c1cf327f6c52a2dff7aa9923ea49d88d75908
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-07-20T11:45:10+02:00

Commit Message:
AGS: Add detection for Gobliiins5 steam demo

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 085311a1376..9b8900d2918 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4009,6 +4009,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("gobliiins5-2", "Gobliiins5-Part2.ags", "9c1582a2901b8478b838f0b098fa7624", 141154654),
 	GAME_ENTRY("gobliiins5-3", "Gobliiins5-Part3.ags", "b90879328ece625cb99b40bd447b4fef", 173235765),
 	GAME_ENTRY("gobliiins5-4", "Gobliiins5-Part4.ags", "6cbe31cdb90c190465a340db7a748f57", 349305694),
+	// Steam release 2023-07-20
+	GAME_ENTRY_STEAM("gobliiins5-1", "Gobliiins5-Part1.ags", "41513db1bd8870e43426b9e94bb26ad1", 171800863),
 	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