[Scummvm-git-logs] scummvm master -> 9899ca9a8d62bf5f4d3309df17f662d5784019ab
neuromancer
noreply at scummvm.org
Sun Jan 30 20:04:41 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:
32ef5d56a8 HYPNO: build by default
47168f672f HYPNO: spider full releases switched to testing
9899ca9a8d NEWS: added spider game in NEWS
Commit: 32ef5d56a820e6ea61800f4fb80743fe2b29a43f
https://github.com/scummvm/scummvm/commit/32ef5d56a820e6ea61800f4fb80743fe2b29a43f
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-01-30T20:51:54+01:00
Commit Message:
HYPNO: build by default
Changed paths:
engines/hypno/configure.engine
diff --git a/engines/hypno/configure.engine b/engines/hypno/configure.engine
index d3ccb60d937..64282402658 100644
--- a/engines/hypno/configure.engine
+++ b/engines/hypno/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 hypno "Hypnotix Inc." no "" "" "highres 16bit"
+add_engine hypno "Hypnotix Inc." yes "" "" "highres 16bit"
Commit: 47168f672f859ca7c3b45066ed61a02c4925f049
https://github.com/scummvm/scummvm/commit/47168f672f859ca7c3b45066ed61a02c4925f049
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-01-30T20:59:19+01:00
Commit Message:
HYPNO: spider full releases switched to testing
Changed paths:
engines/hypno/detection.cpp
diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index 05bf97832f1..50647e841fe 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -56,7 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -66,7 +66,7 @@ static const ADGameDescription gameDescriptions[] = {
"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
Commit: 9899ca9a8d62bf5f4d3309df17f662d5784019ab
https://github.com/scummvm/scummvm/commit/9899ca9a8d62bf5f4d3309df17f662d5784019ab
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-01-30T21:03:32+01:00
Commit Message:
NEWS: added spider game in NEWS
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index d3f8a277968..f8116fd25dd 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,6 +6,7 @@ For a more comprehensive changelog of the latest experimental code, see:
New games:
- Added support for Sanitarium.
- Added support for Hades Challenge.
+ - Added support for Marvel Comics Spider-Man: The Sinister Six.
General:
- The project license has been upgraded to GPLv3+.
More information about the Scummvm-git-logs
mailing list