[Scummvm-git-logs] scummvm master -> 81990ee0e58f321ab68bdd8e45bb611e16471f9e
sev-
sev at scummvm.org
Tue Aug 25 10:22:47 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:
3f7ceaff89 GRIFFON: Enable engine for testing
81990ee0e5 NEWS: Mention Griffon Legend support
Commit: 3f7ceaff89065a7d075356cf9a0980e92170f23d
https://github.com/scummvm/scummvm/commit/3f7ceaff89065a7d075356cf9a0980e92170f23d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-25T12:22:10+02:00
Commit Message:
GRIFFON: Enable engine for testing
Changed paths:
engines/griffon/configure.engine
engines/griffon/detection.cpp
diff --git a/engines/griffon/configure.engine b/engines/griffon/configure.engine
index fd181051fb..69f07b8844 100644
--- a/engines/griffon/configure.engine
+++ b/engines/griffon/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine griffon "The Griffon Legend" no "" "" "16bit"
+add_engine griffon "The Griffon Legend" yes "" "" "16bit"
diff --git a/engines/griffon/detection.cpp b/engines/griffon/detection.cpp
index b1af1e7532..314b8cb75c 100644
--- a/engines/griffon/detection.cpp
+++ b/engines/griffon/detection.cpp
@@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("objectdb.dat", "ec5371da28f01ccf88980b32d9de2232", 27754),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ ADGF_TESTING | ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
Commit: 81990ee0e58f321ab68bdd8e45bb611e16471f9e
https://github.com/scummvm/scummvm/commit/81990ee0e58f321ab68bdd8e45bb611e16471f9e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-25T12:22:28+02:00
Commit Message:
NEWS: Mention Griffon Legend support
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index afee65e5bc..120af3540c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -16,6 +16,7 @@ For a more comprehensive changelog of the latest experimental code, see:
Currently, more than 1600 games are detected and supported.
- Added support for Blazing Dragons.
- Added support for Operation Stealth.
+ - Added support for Griffon Legend.
New ports:
- MorphOS port got a major rewrite.
More information about the Scummvm-git-logs
mailing list