[Scummvm-git-logs] scummvm master -> 3b59508f6d678ee9498aa9be0360e09ae1d21438
tag2015
noreply at scummvm.org
Fri Oct 21 18:15:07 UTC 2022
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:
be3abd3c26 GLK: SCOTT: Add detection for Ghost King
3b59508f6d GLK: SCOTT: Add detection for TI-99 Homebrew games collection
Commit: be3abd3c26932ff35f42eeeec92663a6c1286caa
https://github.com/scummvm/scummvm/commit/be3abd3c26932ff35f42eeeec92663a6c1286caa
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-21T20:02:56+02:00
Commit Message:
GLK: SCOTT: Add detection for Ghost King
Changed paths:
engines/glk/scott/detection_tables.h
diff --git a/engines/glk/scott/detection_tables.h b/engines/glk/scott/detection_tables.h
index 505ae9ec552..0bd1a8fa1a5 100644
--- a/engines/glk/scott/detection_tables.h
+++ b/engines/glk/scott/detection_tables.h
@@ -90,6 +90,7 @@ const PlainGameDescriptor SCOTT_GAME_LIST[] = {
{ "gremlins", "Gremlins" },
{ "seasofblood", "Seas Of Blood" },
{ "supergran", "Super Gran" },
+ { "ghostking", "Ghost King" },
{ nullptr, nullptr }
};
@@ -166,6 +167,7 @@ const GlkDetectionEntry SCOTT_GAMES[] = {
DT_ENTRY0("minersadv", "0000d9da5a13701601fb3e7399daa128", 11898),
DT_ENTRY0("romulanadv", "d97b5cb5ed66eb276ef9f1c1bae0b8dd", 13959),
DT_ENTRY0("topsecretadv", "effb411e74dfe3a8d69b57b9bc3a2cef", 15575),
+ DT_ENTRY0("ghostking", "28d433d9f5d2de99dac460c5e1dfa9c5", 14206),
// ZX Spectrum games
DT_ENTRYP1("marveladventure", "ZXSpectrum", "0eec511d3cde815c73e5464ab0cdbef9", 40727, Common::kPlatformZX),
Commit: 3b59508f6d678ee9498aa9be0360e09ae1d21438
https://github.com/scummvm/scummvm/commit/3b59508f6d678ee9498aa9be0360e09ae1d21438
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-21T20:02:56+02:00
Commit Message:
GLK: SCOTT: Add detection for TI-99 Homebrew games collection
Changed paths:
engines/glk/scott/detection_tables.h
diff --git a/engines/glk/scott/detection_tables.h b/engines/glk/scott/detection_tables.h
index 0bd1a8fa1a5..c1ecad4b3f8 100644
--- a/engines/glk/scott/detection_tables.h
+++ b/engines/glk/scott/detection_tables.h
@@ -77,6 +77,22 @@ const PlainGameDescriptor SCOTT_GAME_LIST[] = {
{ "mysadv1", "11 Mysterious Adventures - Disk 1" },
{ "mysadv2", "11 Mysterious Adventures - Disk 2" },
+ // Home Brew TI99 Games
+ { "advocadoadv", "The Great Advocado Adventure" },
+ { "matildadilemma", "Matilda's Dilemma" },
+ { "escapecannibal", "Escape from Cannibal Island" },
+ { "captkiddmystery", "Mystery of Captain Kidd" },
+ { "advscott", "Adventure, Colossal Cave (adaptation)" },
+ { "advscottmaster", "Adventure, Colossal Cave (adaptation) - Masters Game" },
+ { "computorama", "Computorama" },
+ { "escapealcatraz", "Escape from Alcatraz" },
+ { "gerryplace", "Gerry's Place" },
+ { "grayelftomb", "Tomb of the Gray Elf" },
+ { "knightiron", "Knight Ironheart" },
+ { "moonadv", "Moon Adventure" },
+ { "nessy", "Nessy" },
+ { "travelling", "Travelling" },
+
// Other Games
{ "desert", "Desert Adventure" },
{ "jamesbondadv", "James Bond Adventure" },
@@ -251,6 +267,23 @@ const GlkDetectionEntry SCOTT_GAMES[] = {
DT_ENTRYP1("savageisland1", "TI99/4A", "a59c7841037fce63cf54899e8f562f25", 10170, Common::kPlatformTI994),
DT_ENTRYP1("savageisland2", "TI99/4A", "b40ec602d4c4c442b910b4f109929562", 12616, Common::kPlatformTI994),
DT_ENTRYP1("goldenvoyage", "TI99/4A", "ce4a136b4c2f3d56ce0341d830760bb5", 10346, Common::kPlatformTI994),
+
+ // Home Brew
+ DT_ENTRYP1("advocadoadv", "TI99/4A", "80d6b91ea10c26c8139c4fa39dbd8161", 12416, Common::kPlatformTI994),
+ DT_ENTRYP1("matildadilemma", "TI99/4A", "d540575c23434b5ff424513820158a84", 13440, Common::kPlatformTI994),
+ DT_ENTRYP1("escapecannibal", "TI99/4A", "3d0f7d76a81c1fd5c0f2bb52c6dda37e", 12672, Common::kPlatformTI994),
+ DT_ENTRYP1("captkiddmystery", "TI99/4A", "2ec292ced102259f10bd4089f3d31d27", 11136, Common::kPlatformTI994),
+ DT_ENTRYP1("advscott", "TI99/4A", "01bbf82b4047294322e63a7622bb9803", 13440, Common::kPlatformTI994),
+ DT_ENTRYP1("advscottmaster", "TI99/4A", "229b84804d3b74af2fc52e18f6241f36", 10880, Common::kPlatformTI994),
+ DT_ENTRYP1("computorama", "TI99/4A", "c5e9a015d59c584cd48bffde3f394ff8", 5147, Common::kPlatformTI994),
+ DT_ENTRYP1("escapealcatraz", "TI99/4A", "1a01336ce0799f67403d50192a99d63f", 9600, Common::kPlatformTI994),
+ DT_ENTRYP1("gerryplace", "TI99/4A", "36f427bd810e60554ef6ff3b91851816", 9600, Common::kPlatformTI994),
+ DT_ENTRYP1("grayelftomb", "TI99/4A", "b88a4644652589ff6633c400f4943305", 10112, Common::kPlatformTI994),
+ DT_ENTRYP1("knightiron", "TI99/4A", "c97aac994799840b634a501599ec5059", 13305, Common::kPlatformTI994),
+ DT_ENTRYP1("moonadv", "TI99/4A", "40af101895149d397bef50dfdf3cedbd", 9600, Common::kPlatformTI994),
+ DT_ENTRYP1("nessy", "TI99/4A", "49d3b3402c49f947577a14f8588f0dcd", 11392, Common::kPlatformTI994),
+ DT_ENTRYP1("travelling", "TI99/4A", "1f2624be91a256901e555f4d49b09f85", 11648, Common::kPlatformTI994),
+
DT_END_MARKER
};
More information about the Scummvm-git-logs
mailing list