[Scummvm-git-logs] scummvm master -> 1d735888e1ff8f1d09fba650d1ce90b2f501f694
dreammaster
paulfgilbert at gmail.com
Thu Aug 20 04:44:32 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:
1d735888e1 GLK: ADRIFT: Added Adrift 5 detection entries
Commit: 1d735888e1ff8f1d09fba650d1ce90b2f501f694
https://github.com/scummvm/scummvm/commit/1d735888e1ff8f1d09fba650d1ce90b2f501f694
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-08-19T21:44:08-07:00
Commit Message:
GLK: ADRIFT: Added Adrift 5 detection entries
Changed paths:
engines/glk/adrift/detection_tables.h
diff --git a/engines/glk/adrift/detection_tables.h b/engines/glk/adrift/detection_tables.h
index 077cc49d54..680268ed10 100644
--- a/engines/glk/adrift/detection_tables.h
+++ b/engines/glk/adrift/detection_tables.h
@@ -270,11 +270,16 @@ const PlainGameDescriptor ADRIFT_GAME_LIST[] = {
const PlainGameDescriptor ADRIFT5_GAME_LIST[] = {
{ "axeofkolt", "The Axe of Kolt" },
{ "castlecoris", "The Spectre of Castle Coris" },
+ { "cybercow", "Lair of the Cybercrow" },
{ "fistoffire", "Die Feuerfaust - The Fist of Fire" },
{ "hangover", "Hangover" },
{ "magneticmoon", "Magnetic Moon" },
+ { "mystman", "Mystman" },
{ "starshipquest", "Starship Quest" },
{ "sixsilverbullets", "Six Silver Bullets" },
+ { "tcom", "TCOM" },
+ { "tcom2", "TCOM2" },
+ { "thetest", "The Test" },
{ "tingalan", "Tingalan" },
// ADRIFT One-Hour Game Competition 1
{ "1hgamonkeytoomany", "A Monkey too many" },
@@ -436,11 +441,16 @@ const GlkDetectionEntry ADRIFT_GAMES[] = {
DT_ENTRY0("1hgamonkeytoomany", "c9d719261d0f760f95685899aa80bbf5", 5016),
DT_ENTRY0("axeofkolt", "353a29250cc5e463876350e3d232fd22", 931390),
DT_ENTRY0("castlecoris", "15f21891cf889e24d21f644b07d249ce", 573856),
+ DT_ENTRY0("cybercow", "1ee59ffd44378be75b4b099c06e386a9", 108209),
DT_ENTRY0("fistoffire", "3b76af72ce4876dfea4da23ab0b7f641", 567450),
DT_ENTRY0("hangover", "610c83cbe9d9e1353ebc444a769c85a9", 33933),
DT_ENTRY0("magneticmoon", "26a11345dd49413dea2c1b4f7fd2b3fd", 488582),
+ DT_ENTRY0("mystman", "c3ca694117fbf7b655f3b7d729d94048", 74498),
DT_ENTRY0("starshipquest", "02fb2460c61c8d82c31fa1d763e63a7e", 449736),
DT_ENTRY0("sixsilverbullets", "e0f6170b5cbde7005609e68d8a25ddd3", 376934),
+ DT_ENTRY0("tcom", "61364f96ffdfd01e878f1a33557aff93", 37422),
+ DT_ENTRY0("tcom2", "b22abbff746998051e06bfa9a8083432", 67783),
+ DT_ENTRY0("thetest", "61a6f178f646c6158c0557ae4257b20d", 22465),
DT_ENTRY0("tingalan", "08c9ecd86664b62335d3852a2bb3d201", 259969026),
// English Blorb games
DT_ENTRY0("spacedetective1", "170517dae3a195f37d876f5645637953", 34044),
More information about the Scummvm-git-logs
mailing list