[Scummvm-git-logs] scummvm master -> f13675d5e4d688cab783c854ad03ef5eae1a9ad5
dreammaster
noreply at scummvm.org
Tue Jun 6 04:59:11 UTC 2023
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:
f13675d5e4 MM: MM1: Mark game ready for testing
Commit: f13675d5e4d688cab783c854ad03ef5eae1a9ad5
https://github.com/scummvm/scummvm/commit/f13675d5e4d688cab783c854ad03ef5eae1a9ad5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2023-06-05T21:59:05-07:00
Commit Message:
MM: MM1: Mark game ready for testing
Changed paths:
NEWS.md
engines/mm/configure.engine
engines/mm/detection_tables.h
diff --git a/NEWS.md b/NEWS.md
index e87f61a3613..c329527f77c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,6 +7,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for macOS versions of Syberia and Syberia II.
- Added support for The Vampire Diaries and Nancy Drew: Secrets Can Kill.
- Added support for Reah: Face the Unknown and Schizm: Mysterious Journey.
+ - Added support for Might and Magic Book One
New platforms:
- Added libretro new shiny port.
diff --git a/engines/mm/configure.engine b/engines/mm/configure.engine
index a0ae11630d4..8d442f55746 100644
--- a/engines/mm/configure.engine
+++ b/engines/mm/configure.engine
@@ -1,5 +1,5 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
add_engine mm "Might and Magic" no "mm1 xeen"
-add_engine mm1 "Might and Magic 1" no
+add_engine mm1 "Might and Magic 1" yes
add_engine xeen "Might and Magic Xeen" yes
diff --git a/engines/mm/detection_tables.h b/engines/mm/detection_tables.h
index cfddeb40f93..f728e5d8eda 100644
--- a/engines/mm/detection_tables.h
+++ b/engines/mm/detection_tables.h
@@ -31,7 +31,7 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
AD_ENTRY1s("wallpix.dta", "86a7ef03fd5bf434d83012b07fa92680", 123059),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO0()
},
GType_MightAndMagic1,
@@ -46,7 +46,7 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
AD_ENTRY1s("wallpix.dta", "86a7ef03fd5bf434d83012b07fa92680", 123059),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO0()
},
GType_MightAndMagic1,
More information about the Scummvm-git-logs
mailing list