[Scummvm-git-logs] scummvm master -> 48f1bfdb168fa74ef5293ac6e1d8aa2b397d024c
neuromancer
noreply at scummvm.org
Sat Mar 23 07:14:06 UTC 2024
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:
353d28d81f FREESCAPE: improved and reviewed detection tables
48f1bfdb16 NEWS: added new freescape games
Commit: 353d28d81fd1c900a354c3dcf111cd80daffd523
https://github.com/scummvm/scummvm/commit/353d28d81fd1c900a354c3dcf111cd80daffd523
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2024-03-23T08:14:42+01:00
Commit Message:
FREESCAPE: improved and reviewed detection tables
Changed paths:
engines/freescape/detection.cpp
diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index 525cac9eea5..519919de107 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -318,7 +318,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmiga,
- ADGF_NO_FLAGS,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NOMIDI)
},
// Cinemaware release
@@ -442,7 +442,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmstradCPC,
- ADGF_UNSTABLE,
+ ADGF_NO_FLAGS,
GUIO2(GUIO_NOMIDI, GAMEOPTION_AUTOMATIC_DRILLING)
},
{
@@ -455,7 +455,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmstradCPC,
- ADGF_UNSTABLE | ADGF_DEMO,
+ ADGF_TESTING | ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
{
@@ -469,7 +469,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformZX,
- ADGF_UNSTABLE | ADGF_DEMO | GF_ZX_DEMO_MICROHOBBY,
+ ADGF_TESTING | ADGF_DEMO | GF_ZX_DEMO_MICROHOBBY,
GUIO1(GUIO_NOMIDI)
},
{
@@ -483,7 +483,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformZX,
- ADGF_UNSTABLE | ADGF_DEMO | GF_ZX_DEMO_CRASH,
+ ADGF_TESTING | ADGF_DEMO | GF_ZX_DEMO_CRASH,
GUIO1(GUIO_NOMIDI)
},
{
@@ -495,7 +495,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformZX,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -507,7 +507,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformZX,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -521,7 +521,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmstradCPC,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -535,7 +535,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmstradCPC,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -551,7 +551,23 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
+ GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
+ },
+ {
+ "totaleclipse",
+ "",
+ {
+ {"S.EXE", 0, "959703c1cd37b0d9744c492240a8178b", 13327},
+ {"TOTEH.EXE", 0, "c68d59874ab2a93cc9cc1b1d3aed8f17", 60628},
+ {"TOTEC.EXE", 0, "6c058c48255945a12479c8420321db75", 56900},
+ {"TOTET.EXE", 0, "2bc2b0892ca91a77c58e9bedabf45afe", 63732},
+ {"TOTEE.EXE", 0, "2ba865d2bdcda0c934baec7b31fb4ab2", 64196},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_TESTING,
GUIO3(GUIO_NOMIDI, GUIO_RENDEREGA, GUIO_RENDERCGA)
},
{
Commit: 48f1bfdb168fa74ef5293ac6e1d8aa2b397d024c
https://github.com/scummvm/scummvm/commit/48f1bfdb168fa74ef5293ac6e1d8aa2b397d024c
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2024-03-23T08:14:42+01:00
Commit Message:
NEWS: added new freescape games
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index b275674b47a..10ca49759ab 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 Orion Burger.
+ - Added support for Total Eclipse and Total Eclipse 2.
General:
- Fixed GLSL version parsing on some OpenGL ES2 platforms.
More information about the Scummvm-git-logs
mailing list