[Scummvm-git-logs] scummvm master -> 7ded5e6d28addd25f275a646a86685e475daee03
neuromancer
noreply at scummvm.org
Thu May 5 18:29:50 UTC 2022
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:
7ded5e6d28 HYPNO: added detection of teacher demo
Commit: 7ded5e6d28addd25f275a646a86685e475daee03
https://github.com/scummvm/scummvm/commit/7ded5e6d28addd25f275a646a86685e475daee03
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-05-05T20:30:18+02:00
Commit Message:
HYPNO: added detection of teacher demo
Changed paths:
engines/hypno/detection.cpp
diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index f3965c79ef5..77d24c3d4e8 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -36,6 +36,7 @@ static const PlainGameDescriptor hypnoGames[] = {
{"sinistersix", "Marvel Comics Spider-Man: The Sinister Six"},
{"wetlands", "Wetlands"},
{"soldierboyz", "Soldier Boyz"},
+ {"teacher", "Bruce Coville's My Teacher Is an Alien"},
{nullptr, nullptr}};
static const ADGameDescription gameDescriptions[] = {
@@ -211,6 +212,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO1(GUIO_NOMIDI)
},
+ {
+ "teacher", // Bruce Coville's My Teacher Is an Alien Demo - PC Collector 10 (July 1997)
+ "Demo",
+ AD_ENTRY2s("teacher.exe", "7650ab104a21e2ca33a1d0d54a51e9d1", 258560,
+ "demomenu.smk", "abb06755ff1d345b11b0f2c2d42e5dc7", 2424),
+ Common::EN_USA,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DEMO,
+ GUIO1(GUIO_NOMIDI)
+ },
AD_TABLE_END_MARKER
};
} // End of namespace Hypno
@@ -224,6 +235,8 @@ static const char *const directoryGlobs[] = {
"factory",
"movie",
"c_misc",
+ "data",
+ "demo",
nullptr
};
More information about the Scummvm-git-logs
mailing list