[Scummvm-git-logs] scummvm master -> a99092c4364e2df33584b710ca67716587a509f2
dreammaster
paulfgilbert at gmail.com
Sun Oct 25 00:01:20 UTC 2020
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:
a99092c436 GLK: ZCODE: Add detection for Countdown games
Commit: a99092c4364e2df33584b710ca67716587a509f2
https://github.com/scummvm/scummvm/commit/a99092c4364e2df33584b710ca67716587a509f2
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-10-24T16:47:07-07:00
Commit Message:
GLK: ZCODE: Add detection for Countdown games
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 82fa8610d1..b1add7d076 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -227,6 +227,9 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "conankill", "Conan Kill Everything" },
{ "dreamcorruptor", "Corrupter of Dreams" },
{ "cottage", "Cottage" },
+ { "countdown1", "Countdown 1 - The Body" },
+ { "countdown2", "Countdown 2 - The Soul" },
+ { "countdown3", "Countdown 3 - The Mind" },
{ "cove", "The Cove" },
{ "creepydemo", "A Day in the Creepy Life of Bob Demo" },
{ "crimescene", "A Crime Scene, a Short Story" },
@@ -1274,6 +1277,9 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY0("conankill", "050428", "eff6760b564715f763d6fc25fce8a7eb", 91136),
ENTRY0("dreamcorruptor", "171029", "1f4f956de3054621f928204c0e6b0d6d", 429160),
ENTRY0("cottage", "090715", "b2c6f964c0bd4d8a0c12009697ff7307", 616308),
+ ENTRY0("countdown1", "061219", "a4a901a3cb0dcc2c7440e344a8e12822", 128512),
+ ENTRY0("countdown2", "070110", "45adfc3347ba01e5bad33a848fd9bba4", 133120),
+ ENTRY0("countdown3", "070110", "08be83ed93d1504f3dab14b8ec80beb2", 144384),
ENTRY0("cove", "000525", "a84f448606c1b271a41b225244ef43a9", 130048),
ENTRY0("creepydemo", "100317", "e211ed2eef47d78f72330d98e0f9503f", 150016),
ENTRY0("crimescene", "130123", "508196f1cd974f789fdc2af69767a1d1", 320916),
More information about the Scummvm-git-logs
mailing list