HADESCH: Mark as stable

This commit is contained in:
Vladimir Serbinenko 2021-12-21 15:23:53 -05:00
parent 8c204cbfe3
commit 7762e1ca80
3 changed files with 8 additions and 7 deletions

View File

@ -5,6 +5,7 @@ For a more comprehensive changelog of the latest experimental code, see:
New games:
- Added support for Sanitarium.
- Added support for Hades' Challenge
General:
- Now ScummVM requires C++11 for building.

View File

@ -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 hadesch "Hades Challenge" no "" "" "highres"
add_engine hadesch "Hades Challenge" yes "" "" "highres"

View File

@ -41,7 +41,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
ADGF_TESTING | ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
{
@ -55,7 +55,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_MACRESFORK,
ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_MACRESFORK,
GUIO1(GUIO_NOMIDI)
},
@ -70,7 +70,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
ADGF_TESTING | ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
@ -84,7 +84,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
ADGF_TESTING | ADGF_DROPPLATFORM,
GUIO1(GUIO_NOMIDI)
},
@ -101,7 +101,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_PIRATED,
ADGF_DROPPLATFORM | ADGF_PIRATED,
GUIO1(GUIO_NOMIDI)
},
{
@ -115,7 +115,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_PIRATED,
ADGF_DROPPLATFORM | ADGF_PIRATED,
GUIO1(GUIO_NOMIDI)
},
AD_TABLE_END_MARKER