[Scummvm-git-logs] scummvm branch-2-3 -> c986f50b0ee81760f961dcf886d3be5bb5d6564a

criezy criezy at scummvm.org
Sat Sep 4 13:16:32 UTC 2021


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:
c986f50b0e AGS: Add detection for strangeland mac version from GOG


Commit: c986f50b0ee81760f961dcf886d3be5bb5d6564a
    https://github.com/scummvm/scummvm/commit/c986f50b0ee81760f961dcf886d3be5bb5d6564a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-09-04T14:16:14+01:00

Commit Message:
AGS: Add detection for strangeland mac version from GOG

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index cc61d60d95..7249869cbd 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3428,6 +3428,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY("stranded", "Stranded.exe", "18b284c22010850f79bc5c20054a70c4", 39791629),
 	GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", 3186614879),
 	GAME_ENTRY("strangeland", "Strangeland.exe", "c5978d50a9b7ee1c8a50a731847d8504", -1), // for 32-bit limited filesystems
+	GAME_ENTRY("strangeland", "ac2game.dat", "151b0391a650d3c81c2758deaa5852cd", 3183277137),
 	GAME_ENTRY("stranger", "Stranger.exe", "0500aacb6c176d47ac0f8158f055db83", 5854099),
 	GAME_ENTRY("strangerinstickworld", "game1.exe", "a524cbb1c51589903c4043b98917f1d9", 42525810),
 	GAME_ENTRY("strangerthings", "StrangerThings.exe", "cc19db728abbcf657db6b76afb0e92d1", 43636017),




More information about the Scummvm-git-logs mailing list