[Scummvm-git-logs] scummvm master -> a5cc627374c05ab2f33dc0e52d13ba40416ba279
sev-
sev at scummvm.org
Sun Aug 15 08:26:35 UTC 2021
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
45e579a55e GLK: ZCODE: Add alternative version for Wishbringer. Bugreport #12530
a5cc627374 GLK: ZCODE: Added alternative version for hhgttg. Bugreport #12535
Commit: 45e579a55e1a1ce5e39f29072fcb3104a9db4b21
https://github.com/scummvm/scummvm/commit/45e579a55e1a1ce5e39f29072fcb3104a9db4b21
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-15T10:26:19+02:00
Commit Message:
GLK: ZCODE: Add alternative version for Wishbringer. Bugreport #12530
Changed paths:
engines/glk/zcode/detection_tables.h
diff --git a/engines/glk/zcode/detection_tables.h b/engines/glk/zcode/detection_tables.h
index 7cdbec417f..0584235f4b 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -1274,6 +1274,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY0("trinity", "R11-860509", "994ea591f8d401e11661c912b92ee05e", 262016),
ENTRY0("trinity", "R12-860926", "5377dc1ee39f1c8ed572944f89946eb2", 262064),
ENTRY0("wishbringer", "R23-880706", "bec823084c5622e88eca5a886278d2a5", 164712),
+ ENTRY0("wishbringer", "R23-880706[a]", "9151f41d513b3575fefbf05fe93afb0d", 164712),
ENTRY0("wishbringer", "R68-850501", "898b9b157ce8e54a0953366d6317fbd5", 128952),
ENTRY0("wishbringer", "R69-850920", "e7c0412c4b3bda39de438a02cbae3816", 128904),
ENTRY0("thewitness", "R13-830524", "d2297ddfe2c1b976c1b0c381ab01e2b3", 102608),
Commit: a5cc627374c05ab2f33dc0e52d13ba40416ba279
https://github.com/scummvm/scummvm/commit/a5cc627374c05ab2f33dc0e52d13ba40416ba279
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-15T10:26:24+02:00
Commit Message:
GLK: ZCODE: Added alternative version for hhgttg. Bugreport #12535
Changed paths:
engines/glk/zcode/detection_tables.h
diff --git a/engines/glk/zcode/detection_tables.h b/engines/glk/zcode/detection_tables.h
index 0584235f4b..69191c482f 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -1215,6 +1215,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY0("hhgttg", "R58-851002", "e867d49ad1fb9406ff4e0678a4ee2ac9", 113332),
ENTRY0("hhgttg", "R59-851108", "34f6abc1f2a42be127ef434fc475f0ee", 113334),
ENTRY0("hhgttg", "R31-871119", "379022bcd4ec74b90274c6100c33f579", 158412),
+ ENTRY0("hhgttg", "R31-871119[a]", "e762e5f6d33b2092ee68de9da12a6083", 158412),
ENTRY0("hollywoodhijinx", "R37-861215", "7b52824057ae24e098c228c41460ef75", 109650),
ENTRY0("infidel", "R22-830916", "38f713e53af720624434529ea780040c", 93556),
ENTRY0("journey", "R30-890322", "c9893bc0399080bd3850d4db2120d110", 280472),
More information about the Scummvm-git-logs
mailing list