[Scummvm-git-logs] scummvm master -> ef25bb92adc03e57949caa7311b6f6bdbc983a34
bluegr
noreply at scummvm.org
Tue Apr 14 21:34:50 UTC 2026
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
35b4b6dff6 NANCY: Promote Nancy 8 - 9 to testing
ef25bb92ad NEWS: Mention support for Nancy 8 - 9
Commit: 35b4b6dff63fdad18aed171152eda0825c2c7a17
https://github.com/scummvm/scummvm/commit/35b4b6dff63fdad18aed171152eda0825c2c7a17
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-04-15T00:14:13+03:00
Commit Message:
NANCY: Promote Nancy 8 - 9 to testing
Changed paths:
engines/nancy/detection_tables.h
diff --git a/engines/nancy/detection_tables.h b/engines/nancy/detection_tables.h
index 212e7054f47..ce0dbce1738 100644
--- a/engines/nancy/detection_tables.h
+++ b/engines/nancy/detection_tables.h
@@ -589,7 +589,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
AD_ENTRY1s("ciftree.dat", "d85192a942a207017ebf0a19207ac698", 19498032),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ ADGF_TESTING | ADGF_DROPPLATFORM,
NANCY8_GUIOPTIONS
},
Nancy::kGameTypeNancy8
@@ -606,7 +606,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+ ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
NANCY8_GUIOPTIONS
},
Nancy::kGameTypeNancy8
@@ -617,7 +617,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
AD_ENTRY1s("ciftree.dat", "9ed40f0bcc1d9e3e38e127bfbc6797d7", 20358011),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ ADGF_TESTING | ADGF_DROPPLATFORM,
NANCY8_GUIOPTIONS
},
Nancy::kGameTypeNancy8
@@ -634,7 +634,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+ ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
NANCY8_GUIOPTIONS
},
Nancy::kGameTypeNancy8
@@ -649,7 +649,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ ADGF_TESTING | ADGF_DROPPLATFORM,
NANCY8_GUIOPTIONS
},
Nancy::kGameTypeNancy9
@@ -666,7 +666,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+ ADGF_TESTING | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
NANCY8_GUIOPTIONS
},
Nancy::kGameTypeNancy9
Commit: ef25bb92adc03e57949caa7311b6f6bdbc983a34
https://github.com/scummvm/scummvm/commit/ef25bb92adc03e57949caa7311b6f6bdbc983a34
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-04-15T00:34:10+03:00
Commit Message:
NEWS: Mention support for Nancy 8 - 9
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 19d07ce15a5..5981b23c4d1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,10 @@ For a more comprehensive changelog of the latest experimental code, see:
https://github.com/scummvm/scummvm/commits/
#### 2026.3.0 (2026-06-XX)
+ New games:
+ - Added support for Nancy Drew: The Haunted Carousel.
+ - Added support for Nancy Drew: Danger on Deception Island.
+
General:
- Highlight clickable links in the GUI with a cursor change.
- Fixed window size when switching out of fullscreen mode on 3D engines.
More information about the Scummvm-git-logs
mailing list