[Scummvm-git-logs] scummvm master -> 7762e1ca80b4fc5cd05f81c12c76023d8e126496
phcoder
noreply at scummvm.org
Tue Dec 21 20:24:36 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:
8c204cbfe3 HADESCH: Add hadesch_translations.dat to win32 and irix distribution
7762e1ca80 HADESCH: Mark as stable
Commit: 8c204cbfe3505cc56de7755378851a2c7ef2ca86
https://github.com/scummvm/scummvm/commit/8c204cbfe3505cc56de7755378851a2c7ef2ca86
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2021-12-21T15:24:14-05:00
Commit Message:
HADESCH: Add hadesch_translations.dat to win32 and irix distribution
Changed paths:
dists/irix/scummvm.idb
dists/win32/migration.txt
diff --git a/dists/irix/scummvm.idb b/dists/irix/scummvm.idb
index 48c9abccb6..0060f5bd63 100644
--- a/dists/irix/scummvm.idb
+++ b/dists/irix/scummvm.idb
@@ -13,6 +13,7 @@ f 0644 root sys usr/ScummVM/share/scummvm/drascula.dat drascula.dat scummvm.sw.e
f 0644 root sys usr/ScummVM/share/scummvm/encoding.dat encoding.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/fonts.dat fonts.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/hugo.dat hugo.dat scummvm.sw.eoe
+f 0644 root sys usr/ScummVM/share/scummvm/hadesch_translations.dat hadesch_translations.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/kyra.dat kyra.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/lure.dat lure.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/macgui.dat macgui.dat scummvm.sw.eoe
diff --git a/dists/win32/migration.txt b/dists/win32/migration.txt
index 61cad9aa76..89d30bfa32 100644
--- a/dists/win32/migration.txt
+++ b/dists/win32/migration.txt
@@ -5,6 +5,7 @@ COPYING.LGPL.txt
COPYING.txt
COPYRIGHT.txt
drascula.dat
+hadesch_translations.dat
hugo.dat
kyra.dat
lure.dat
Commit: 7762e1ca80b4fc5cd05f81c12c76023d8e126496
https://github.com/scummvm/scummvm/commit/7762e1ca80b4fc5cd05f81c12c76023d8e126496
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2021-12-21T15:24:14-05:00
Commit Message:
HADESCH: Mark as stable
Changed paths:
NEWS.md
engines/hadesch/configure.engine
engines/hadesch/detection_tables.h
diff --git a/NEWS.md b/NEWS.md
index 119f8cc9e7..59a516951e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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.
diff --git a/engines/hadesch/configure.engine b/engines/hadesch/configure.engine
index dad132c7e4..fbe9af111e 100644
--- a/engines/hadesch/configure.engine
+++ b/engines/hadesch/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 hadesch "Hades Challenge" no "" "" "highres"
+add_engine hadesch "Hades Challenge" yes "" "" "highres"
diff --git a/engines/hadesch/detection_tables.h b/engines/hadesch/detection_tables.h
index bbe64f1456..756180a45c 100644
--- a/engines/hadesch/detection_tables.h
+++ b/engines/hadesch/detection_tables.h
@@ -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
More information about the Scummvm-git-logs
mailing list