[Scummvm-git-logs] scummvm master -> 11c2d0c1b223f65a008f41bb35bb1286a81b9a6f
neuromancer
noreply at scummvm.org
Sat Mar 28 09:54:34 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
11c2d0c1b2 FREESCAPE: removed unstable flags from some releases
Commit: 11c2d0c1b223f65a008f41bb35bb1286a81b9a6f
https://github.com/scummvm/scummvm/commit/11c2d0c1b223f65a008f41bb35bb1286a81b9a6f
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2026-03-28T10:35:04+01:00
Commit Message:
FREESCAPE: removed unstable flags from some releases
Changed paths:
engines/freescape/detection.cpp
diff --git a/engines/freescape/detection.cpp b/engines/freescape/detection.cpp
index f5ef949d445..7a27cfd9174 100644
--- a/engines/freescape/detection.cpp
+++ b/engines/freescape/detection.cpp
@@ -848,7 +848,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmiga,
- ADGF_UNSTABLE | ADGF_DEMO,
+ ADGF_DEMO,
GUIO4(GUIO_NOMIDI, GAMEOPTION_TRAVEL_ROCK, GUIO_RENDERAMIGA, GAMEOPTION_WASD_CONTROLS)
},
// Stampede Amiga, Issue 1, July 1990
@@ -876,7 +876,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformAmstradCPC,
- ADGF_UNSTABLE,
+ ADGF_NO_FLAGS,
GUIO4(GUIO_NOMIDI, GUIO_RENDERCPC, GAMEOPTION_TRAVEL_ROCK, GAMEOPTION_WASD_CONTROLS)
},
{
@@ -972,7 +972,7 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_NO_FLAGS,
GUIO5(GUIO_NOMIDI, GAMEOPTION_TRAVEL_ROCK, GUIO_RENDEREGA, GUIO_RENDERCGA, GAMEOPTION_WASD_CONTROLS)
},
// 3D Construction Kit games
More information about the Scummvm-git-logs
mailing list