[Scummvm-git-logs] scummvm master -> ea2cf7e3c02aae24d8d31e90e2c43280decdea3d
neuromancer
noreply at scummvm.org
Mon Dec 5 09:05:37 UTC 2022
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e58fc3d126 FREESCAPE: prepare dos/amiga/atarist driller releases for testing
c819dc75d3 FREESCAPE: enable building by default
ea2cf7e3c0 NEWS: Mention support for Driller
Commit: e58fc3d126c00f44f9ea62d6447a46954e8b72f0
https://github.com/scummvm/scummvm/commit/e58fc3d126c00f44f9ea62d6447a46954e8b72f0
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-12-05T10:06:29+01:00
Commit Message:
FREESCAPE: prepare dos/amiga/atarist driller releases for testing
Changed paths:
engines/freescape/detection.cpp
diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index 7644de4b346..bebb75efe69 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -39,15 +39,12 @@ static const ADGameDescription gameDescriptions[] = {
"",
{
{"DRILLER.EXE", 0, "cafc0ea0d3424640a7723af87f8bfc0b", 17427},
- {"DRILLC.EXE", 0, "908dd1f8732ebcbaece7d8f0cffd8830", 43864},
- {"DRILLT.EXE", 0, "afce0e5e0ad8c508e0c31c3e0b18b9a5", 51096},
{"DRILLE.EXE", 0, "eb7e9e0acb72e30cf6e9ed20a6480e7a", 51944},
- {"DRILLH.EXE", 0, "033d2d45390886d0bff78cf53e83b6ed", 47496},
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO4(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA, GAMEOPTION_AUTOMATIC_DRILLING)},
{"driller",
"",
@@ -58,7 +55,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAtariST,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)},
{"spacestationoblivion",
"",
@@ -80,7 +77,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmiga,
- ADGF_AMIGA_RETAIL | ADGF_UNSTABLE,
+ ADGF_AMIGA_RETAIL | ADGF_TESTING,
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)},
{"driller",
"",
@@ -91,7 +88,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmiga,
- ADGF_AMIGA_BUDGET | ADGF_UNSTABLE,
+ ADGF_AMIGA_BUDGET | ADGF_TESTING,
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)},
{"driller",
"Rolling Demo",
@@ -103,7 +100,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmiga,
- ADGF_UNSTABLE | ADGF_DEMO,
+ ADGF_TESTING | ADGF_DEMO,
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)},
{"driller",
"Rolling Demo",
@@ -115,7 +112,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAtariST,
- ADGF_UNSTABLE | ADGF_DEMO,
+ ADGF_TESTING | ADGF_DEMO,
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)},
{"darkside",
"",
@@ -148,14 +145,12 @@ static const ADGameDescription gameDescriptions[] = {
"",
{
{"OBLIVION.EXE", 0, "80783622013750d7c88fd1d35dde919a", 6765},
- {"DRILLC.EXE", 0, "56394eae69f535cbddaa463888086ac6", 43864},
{"DRILLE.EXE", 0, "30edf6be0037b2b0e8c6957df62c2a02", 51944},
- {"DRILLH.EXE", 0, "7f764048050e7a1b1f33aa466230edeb", 47496},
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO4(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA, GAMEOPTION_AUTOMATIC_DRILLING)},
{"castlemaster",
"",
Commit: c819dc75d3dc2100b5e4e549eaf00cb1d83f075c
https://github.com/scummvm/scummvm/commit/c819dc75d3dc2100b5e4e549eaf00cb1d83f075c
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-12-05T10:06:29+01:00
Commit Message:
FREESCAPE: enable building by default
Changed paths:
engines/freescape/configure.engine
diff --git a/engines/freescape/configure.engine b/engines/freescape/configure.engine
index 5201585bedb..8457bb60369 100644
--- a/engines/freescape/configure.engine
+++ b/engines/freescape/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 freescape "Freescape" no "" "" "highres 16bit"
+add_engine freescape "Freescape" yes "" "" "highres 16bit"
Commit: ea2cf7e3c02aae24d8d31e90e2c43280decdea3d
https://github.com/scummvm/scummvm/commit/ea2cf7e3c02aae24d8d31e90e2c43280decdea3d
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-12-05T10:06:29+01:00
Commit Message:
NEWS: Mention support for Driller
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index e3507b9bde0..993c7cf8bef 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -11,6 +11,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for Obsidian.
- Added support for Pink Panther: Passport to Peril.
- Added support for Pink Panther: Hokus Pokus Pink.
+ - Added support for Driller/Space Station Oblivion (DOS/EGA, Amiga and AtariST versions).
General:
- Reduced amount of false positives in Mass Add.
More information about the Scummvm-git-logs
mailing list