[Scummvm-git-logs] scummvm master -> 9cae7c41f95f308b3a500eb109e2884aa2155938
dreammaster
dreammaster at scummvm.org
Sun Mar 7 05:02:36 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:
b83f956b09 GLK: GLULX: Add detection entries
9cae7c41f9 GLK: ZCODE: Added detection entries
Commit: b83f956b0988865a53b9a39a2cbfd71f2948ace8
https://github.com/scummvm/scummvm/commit/b83f956b0988865a53b9a39a2cbfd71f2948ace8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-03-06T21:02:06-08:00
Commit Message:
GLK: GLULX: Add detection entries
Changed paths:
engines/glk/glulx/detection_tables.h
diff --git a/engines/glk/glulx/detection_tables.h b/engines/glk/glulx/detection_tables.h
index 9e50a572e3..8c9825ccf1 100644
--- a/engines/glk/glulx/detection_tables.h
+++ b/engines/glk/glulx/detection_tables.h
@@ -127,6 +127,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
{ "finalproject", "Final Project" },
{ "flattenedlondon", "Flattened London" },
{ "flexiblesurvival", "Flexible Survival" },
+ { "floatpoint", "Floatpoint" },
{ "followingastar", "The Bible Retold: Following A Star" },
{ "foraplace", "For a Place by the Putrid Sea" },
{ "further", "Further, a color-coded existential tangle" },
@@ -437,6 +438,7 @@ const GlkDetectionEntry GLULXE_GAMES[] = {
DT_ENTRY1("flexiblesurvival", "110307", "0d225782edd27fffb7ab0e423e9bad4d", 860108),
DT_ENTRY1("followingastar", "034107", "fec0b3c288daa456c3feff5e10bced8a", 1172892),
DT_ENTRY0("followingastar", "4f88888ed4c75099e64ef8e05bd177cc", 1170332),
+ DT_ENTRY0("floatpoint", "1350e61da647efffc0e36f705dbc90f4", 1377946),
DT_ENTRY1("foraplace", "200928", "0a27fe6717a60a99e7130ea54354eaf5", 1476540),
DT_ENTRY1("further", "150117", "227bf3da188ae42e43b8b88b66561252", 682770),
DT_ENTRY1("genesisquest", "140319", "c51f6d78e73aa0d846a2e38d4c187cfc", 1647616),
Commit: 9cae7c41f95f308b3a500eb109e2884aa2155938
https://github.com/scummvm/scummvm/commit/9cae7c41f95f308b3a500eb109e2884aa2155938
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-03-06T21:02:26-08:00
Commit Message:
GLK: ZCODE: Added detection entries
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 b6bac3ece2..a3feecae94 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -574,6 +574,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "roomserial", "Room Serial, an escape game" },
{ "rota", "The Reliques of Tolti-Aph" },
{ "rpn", "RPN" },
+ { "ruins", "Ruins" },
{ "rtdoom", "Return to Doom" },
{ "samegame", "SameGame, another episode in the Z-Machine abuse saga" },
{ "samhain", "Samhain: Pick Up The Pumpkin and KILL" },
@@ -683,6 +684,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "theimpossiblebottle", "The Impossible Bottle" },
{ "spotlight", "The Spotlight" },
{ "stargods", "The Star Gods" },
+ { "thetempest", "The Tempest" },
{ "terribleoldmanse", "The Terrible Old Manse: 8bit fun in 7bit ASCII" },
{ "townmusicians", "The Town Musicians" },
{ "warblersnest", "The Warbler's Nest" },
@@ -1631,6 +1633,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY0("roomserial", "120627", "9470b6e7a2cdcb43422e75deba20b864", 302080),
ENTRY0("rota", "060430", "ca0f6e049bf7b17407e28a3f88e19416", 671830),
ENTRY0("rpn", "090531", "d74a5da655a81e03447b4a241c1b5b21", 142720),
+ ENTRY0("ruins", "", "eaa31d111bb030109a2cef31f0e70022", 100352),
ENTRY0("rtdoom", "000831", "5a8494839033e8c4dd036b6875e1641e", 179200),
ENTRY0("samegame", "980731", "ffe1011cf0a3cae333825fcda58153da", 7168),
ENTRY0("samhain", "001021", "9cb11fc72283939161b456c1592b00d0", 69120),
@@ -1739,6 +1742,7 @@ const FrotzGameDescription FROTZ_GAMES[] = {
ENTRY0("theimpossiblebottle", "1", "ca6e77c892f34f602ea25277a8ac6a20", 759930),
ENTRY0("spotlight", "140531", "ac25066421da9530f5f19c7245d0f6d9", 336384),
ENTRY0("stargods", "111216", "92a0b939e5d12178f74b3e23ece89ca1", 268288),
+ ENTRY0("thetempest", "", "b66d923bb90e5c0c84b79d0934e9a7b6", 155648),
ENTRY0("terribleoldmanse", "100819", "518a610437203e063fa550d5c240e664", 891570),
ENTRY0("townmusicians", "120125", "35624466eb61b2dcbc408cd6c75a6ab9", 414042),
ENTRY0("warblersnest", "131221", "147d80b524cf8ee812459c0a7426cb87", 863268),
More information about the Scummvm-git-logs
mailing list