[Scummvm-git-logs] scummvm master -> 326a765083a06fc303cacb406b257d986a533eba
criezy
criezy at scummvm.org
Sat Sep 4 13:15:31 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:
326a765083 AGS: Add detection for strangeland mac version from GOG
Commit: 326a765083a06fc303cacb406b257d986a533eba
https://github.com/scummvm/scummvm/commit/326a765083a06fc303cacb406b257d986a533eba
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-09-04T14:13:18+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