[Scummvm-git-logs] scummvm master -> 06c36d590ddc750ea3dd72a949f8dd7d8b8791f7
eriktorbjorn
eriktorbjorn at telia.com
Sat Oct 2 15:13:34 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:
06c36d590d AGS: Use GAME_ENTRY_STEAM() for the new Heroine's Quest detection entry
Commit: 06c36d590ddc750ea3dd72a949f8dd7d8b8791f7
https://github.com/scummvm/scummvm/commit/06c36d590ddc750ea3dd72a949f8dd7d8b8791f7
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-10-02T17:13:00+02:00
Commit Message:
AGS: Use GAME_ENTRY_STEAM() for the new Heroine's Quest detection entry
Since that's the version I have.
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index cfb5b8b39b..283693c460 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -2748,9 +2748,9 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY("henman", "hen-man.exe", "615e73fc1874e92d60a1996c2330ea36", 19556067),
GAME_ENTRY("herby", "Herby.exe", "033f047c11ee95db0058c188ec620bb2", 6715991), // itch.io Linux
GAME_ENTRY_STEAM("heroinesquest", "heroine's quest.exe", "35b93e905a5aeba8fafd0e5b0f4cb9b6", 7014402),
+ GAME_ENTRY_STEAM("heroinesquest", "heroine's quest.exe", "fa5b449d9d93a9055e0ab6caf0aee77c", 7020827), // v1.2.7
GAME_ENTRY("heroinesquest", "heroine's quest.exe", "0b19953a0a879b5027c98b0cdd8142f1", 6825340),
GAME_ENTRY("heroinesquest", "heroine's quest.exe", "35b93e905a5aeba8fafd0e5b0f4cb9b6", 6952250),
- GAME_ENTRY("heroinesquest", "heroine's quest.exe", "fa5b449d9d93a9055e0ab6caf0aee77c", 7020827), // v1.2.7
GAME_ENTRY("hesgonehistorical", "His.exe", "465f972675db2da6040518221af5b0ba", 5768754),
GAME_ENTRY("hhgtgtowelday", "TowelDay.exe", "18456f28d9bf843b087e80072c85beca", 5431338),
GAME_ENTRY("hiddenplains", "eureka02.exe", "6afafd26476d17a5e2a8e41f690d3720", 384360829),
More information about the Scummvm-git-logs
mailing list