[Scummvm-git-logs] scummvm master -> 5a84abcc5da889dc491a20189951472e26f0f148
dreammaster
paulfgilbert at gmail.com
Fri Aug 21 03:50:58 UTC 2020
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:
637e9af18d GLK: ZCODE: Correct British spelling for TCOM remake
5a84abcc5d GLK: ALAN3: Added detection entries
Commit: 637e9af18d6eb577851ffb2416f4c77a3b3b288a
https://github.com/scummvm/scummvm/commit/637e9af18d6eb577851ffb2416f4c77a3b3b288a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-08-20T20:50:38-07:00
Commit Message:
GLK: ZCODE: Correct British spelling for TCOM remake
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 b558a867ef..0c00d06b39 100644
--- a/engines/glk/zcode/detection_tables.h
+++ b/engines/glk/zcode/detection_tables.h
@@ -634,7 +634,7 @@ const PlainGameDescriptor ZCODE_GAME_LIST[] = {
{ "tatctae", "Time: All things come to an end" },
{ "tauntingdonut", "Taunting Donut" },
{ "tblw", "The Blood lust Warrior" },
- { "tcomremake", "The Color of Magic remake" },
+ { "tcomremake", "The Colour of Magic remake" },
{ "tcoty", "The Citizen of the Year" },
{ "teacherfeature", "Teacher Feature" },
{ "williamtell", "William Tell" },
Commit: 5a84abcc5da889dc491a20189951472e26f0f148
https://github.com/scummvm/scummvm/commit/5a84abcc5da889dc491a20189951472e26f0f148
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-08-20T20:50:38-07:00
Commit Message:
GLK: ALAN3: Added detection entries
Changed paths:
engines/glk/alan3/detection_tables.h
diff --git a/engines/glk/alan3/detection_tables.h b/engines/glk/alan3/detection_tables.h
index 79242154f7..5dfe65930c 100644
--- a/engines/glk/alan3/detection_tables.h
+++ b/engines/glk/alan3/detection_tables.h
@@ -32,10 +32,13 @@ const PlainGameDescriptor ALAN3_GAME_LIST[] = {
{ "christmasparty", "The Christmas Party" },
{ "deadleaves", "City of Dead Leaves" },
+ { "enterthedark", "Enter The Dark" },
{ "fishmess", "Fish Mess" },
+ { "forbidden", "The Ngah Angah School of Forbidden Wisdom" },
{ "hwmurders", "Hollywood Murders" },
{ "misguided", "Mis/Guided" },
{ "room206", "Room 206" },
+ { "waldospie", "Waldo's Pie" },
{ nullptr, nullptr }
};
@@ -43,11 +46,13 @@ const PlainGameDescriptor ALAN3_GAME_LIST[] = {
const GlkDetectionEntry ALAN3_GAMES[] = {
DT_ENTRY0("christmasparty", "86b87969d124c213632398980ec87c23", 94892),
DT_ENTRY0("deadleaves", "7c228698507508043d1d3938695e28cd", 90139),
+ DT_ENTRY0("enterthedark", "739add0fec3dbd18a63389826ffeba4d", 78900),
DT_ENTRY0("fishmess", "e9952cfbe2adef5dcef82abd57661f60", 312561),
+ DT_ENTRY0("forbidden", "8ce2b96851d43a72c84144632d6a084f", 122072),
DT_ENTRY0("hwmurders", "abadbb15faf7f0b7324222fdea6bd495", 213539),
DT_ENTRY0("misguided", "cc2c6e724d599e731efa9b7a34ae4f51", 672613),
DT_ENTRY0("room206", "eb5711ecfad102ee4d9fda7fcb3ddf78", 364156),
-
+ DT_ENTRY0("waldospie", "fcd53ac4669f85845c1cbbaad6082724", 511956),
DT_END_MARKER
};
More information about the Scummvm-git-logs
mailing list