[Scummvm-git-logs] scummvm master -> 8319c89316fbe9e330e17d35277b8121c92ea80f
dreammaster
paulfgilbert at gmail.com
Sat Aug 22 20:42:41 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:
837ef8cab7 GLK: Fix GLULX game titles
8319c89316 GLK: GLULX - Switch erroneous game titles
Commit: 837ef8cab71060439b471a36c91f5143b90a23f7
https://github.com/scummvm/scummvm/commit/837ef8cab71060439b471a36c91f5143b90a23f7
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2020-08-22T13:42:37-07:00
Commit Message:
GLK: Fix GLULX game titles
Changed paths:
engines/glk/glulxe/detection_tables.h
diff --git a/engines/glk/glulxe/detection_tables.h b/engines/glk/glulxe/detection_tables.h
index 65ce2751f3..af5006df2c 100644
--- a/engines/glk/glulxe/detection_tables.h
+++ b/engines/glk/glulxe/detection_tables.h
@@ -130,7 +130,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
{ "haroldnight2003", "Harold Night 2003" },
{ "killerheadache", "A Killer Headache" },
{ "herecomestreble", "Here Comes Treble" },
- { "hobbitglulx", "The HObbit - The True Story" },
+ { "hobbitglulx", "The Hobbit - The True Story" },
{ "hungerdaemon", "Hunger Daemon" },
{ "illum", "Illuminismo Iniziato, an Interactive Illumination" },
{ "Illwind", "Ill Wind, Yet Another Interactive Enigma" },
@@ -176,7 +176,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
{ "reorsbushcaveglulx", "Reor's Bush-Cave" },
{ "risorgglulx", "Risorgimento Represso" },
{ "robinandorchid", "Robin & Orchid" },
- { "rosewood", "he House at the End of Rosewood Street" },
+ { "rosewood", "The House at the End of Rosewood Street" },
{ "rover", "Rover's Day Out" },
{ "safe", "Safe" },
{ "sagebrushcactus", "'Mid the sagebrush and the cactus" },
@@ -220,7 +220,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
{ "theskycrane", "The Sky Crane" },
{ "thespywhoatelunch", "The Spy Who Ate Lunch" },
{ "thethiefofwovenwoods", "The Thief of Woven Woods" },
- { "thetinyhouse", "THe Tiny House" },
+ { "thetinyhouse", "The Tiny House" },
{ "theabsenceoflaw", "The Absence of Law" },
{ "ascentgothictower", "The Ascent of the Gothic Tower" },
{ "thebox", "The Box" },
@@ -270,7 +270,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
// German games
{ "dergarten", "Der onirische Garten" },
- { "deronirischegarten", "Der unsagliche und vermeidbare Tod des Matthias Claudius" },
+ { "deronirischegarten", "Der unsägliche und vermeidbare Tod des Matthias Claudius" },
{ "matthiasclaudius", "Der Garten: Der Aufenthalt in einem traumhaften Garten" },
{ "morgenwirdklausur", "Morgen wird Klausur geschrieben" },
{ "patanoirde", "PataNoir - Ein unvergleichlicher Kriminalfall" },
Commit: 8319c89316fbe9e330e17d35277b8121c92ea80f
https://github.com/scummvm/scummvm/commit/8319c89316fbe9e330e17d35277b8121c92ea80f
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2020-08-22T13:42:37-07:00
Commit Message:
GLK: GLULX - Switch erroneous game titles
Changed paths:
engines/glk/glulxe/detection_tables.h
diff --git a/engines/glk/glulxe/detection_tables.h b/engines/glk/glulxe/detection_tables.h
index af5006df2c..aa7d503788 100644
--- a/engines/glk/glulxe/detection_tables.h
+++ b/engines/glk/glulxe/detection_tables.h
@@ -270,8 +270,8 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
// German games
{ "dergarten", "Der onirische Garten" },
- { "deronirischegarten", "Der unsägliche und vermeidbare Tod des Matthias Claudius" },
- { "matthiasclaudius", "Der Garten: Der Aufenthalt in einem traumhaften Garten" },
+ { "deronirischegarten", "Der Garten: Der Aufenthalt in einem traumhaften Garten" },
+ { "matthiasclaudius", "Der unsägliche und vermeidbare Tod des Matthias Claudius" },
{ "morgenwirdklausur", "Morgen wird Klausur geschrieben" },
{ "patanoirde", "PataNoir - Ein unvergleichlicher Kriminalfall" },
More information about the Scummvm-git-logs
mailing list