[Scummvm-git-logs] scummvm master -> 9fb8a4ef26dad7eecf3693ef9777dd0af367c569
sev-
sev at scummvm.org
Mon Apr 19 00:25:12 UTC 2021
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:
9db243f45b MADE: Added detection for unsupported Manhole version. Bugreport #5855
9fb8a4ef26 KYRA: Added partial version to detection with a warning. Bugreport #6284
Commit: 9db243f45b20d1bdafc75fb9613e75ba9d48ebd6
https://github.com/scummvm/scummvm/commit/9db243f45b20d1bdafc75fb9613e75ba9d48ebd6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-19T02:25:03+02:00
Commit Message:
MADE: Added detection for unsupported Manhole version. Bugreport #5855
Changed paths:
engines/made/detection_tables.h
diff --git a/engines/made/detection_tables.h b/engines/made/detection_tables.h
index fe7027e0f0..4a74c4d8d7 100644
--- a/engines/made/detection_tables.h
+++ b/engines/made/detection_tables.h
@@ -397,6 +397,23 @@ static const MadeGameDescription gameDescriptions[] = {
2,
},
+ // Bugreport #5855
+ {
+ {
+ "manhole",
+ _s("The game is using unsupported engine"),
+ AD_ENTRY1s("manhole.dat", "df77ad5232757d7149342fb6471de4ed", 99317),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSUPPORTED,
+ GUIO1(GUIO_NOSPEECH)
+ },
+ GID_MANHOLE,
+ 0,
+ GF_CD,
+ 2,
+ },
+
{
// The Manhole: New and Enhanced
{
Commit: 9fb8a4ef26dad7eecf3693ef9777dd0af367c569
https://github.com/scummvm/scummvm/commit/9fb8a4ef26dad7eecf3693ef9777dd0af367c569
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-19T02:25:04+02:00
Commit Message:
KYRA: Added partial version to detection with a warning. Bugreport #6284
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 9cf965e55e..8ae1639a69 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1178,6 +1178,21 @@ const KYRAGameDescription adGameDescs[] = {
LOL_CD_FLAGS
},
+ // Incorrectly added multilanguage CD version
+ // Based on Bugreport #6284
+ {
+ {
+ "lol",
+ _s("You added the game incorrectly. Please add the root folder of the game."),
+ AD_ENTRY1s("GENERAL.PAK", "2dd5305434b11b40cbda565c0f729913", 1225285),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_WARNING | ADGF_DROPLANGUAGE | ADGF_CD,
+ GUIO5(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA)
+ },
+ LOL_CD_FLAGS
+ },
+
// Russian fan translation. Version 1. 03.01.2011
{
{
More information about the Scummvm-git-logs
mailing list