[Scummvm-git-logs] scummvm master -> 1aa0e66faaff9cd3b851247f449b138a769a275c

sev- noreply at scummvm.org
Wed Jan 4 23:01:39 UTC 2023


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:
555d0c2568 SAGA2: Mark fta2 for testing
6c1220fcda SAGA2: Enable engine by default
1aa0e66faa NEWS: Mention fta2 support


Commit: 555d0c256895b01b7aa03ce389512952488004d5
    https://github.com/scummvm/scummvm/commit/555d0c256895b01b7aa03ce389512952488004d5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-01-04T23:44:25+01:00

Commit Message:
SAGA2: Mark fta2 for testing

Changed paths:
    engines/saga2/detection.cpp


diff --git a/engines/saga2/detection.cpp b/engines/saga2/detection.cpp
index 7d33221a9af..77c6a219856 100644
--- a/engines/saga2/detection.cpp
+++ b/engines/saga2/detection.cpp
@@ -112,7 +112,7 @@ static const SAGA2GameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformDOS,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NOASPECT)
 		},
 		GID_FTA2


Commit: 6c1220fcda8c883184b3e8161a4b80133433ceb3
    https://github.com/scummvm/scummvm/commit/6c1220fcda8c883184b3e8161a4b80133433ceb3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-01-04T23:44:44+01:00

Commit Message:
SAGA2: Enable engine by default

Changed paths:
    engines/saga2/configure.engine


diff --git a/engines/saga2/configure.engine b/engines/saga2/configure.engine
index 5b8297db8d7..849ea96dc23 100644
--- a/engines/saga2/configure.engine
+++ b/engines/saga2/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 saga2 "SAGA2" no "" "" "highres"
+add_engine saga2 "SAGA2" yes "" "" "highres"


Commit: 1aa0e66faaff9cd3b851247f449b138a769a275c
    https://github.com/scummvm/scummvm/commit/1aa0e66faaff9cd3b851247f449b138a769a275c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-01-04T23:45:25+01:00

Commit Message:
NEWS: Mention fta2 support

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 3750078d50b..ea159799be3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -12,6 +12,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - 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).
+   - Added support for Halls of the Dead: Faery Tale Adventure II.
 
  General:
    - Reduced amount of false positives in Mass Add.




More information about the Scummvm-git-logs mailing list