[Scummvm-git-logs] scummvm master -> 420ff8f9d539706854ecb577334f5e35b9c28395

mduggan noreply at scummvm.org
Fri Jun 5 23:44:39 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:
c6003f8599 ACCESS: Mark Noctropolis ready for testing
420ff8f9d5 NEWS: Add Noctropolis support and other ACCESS fixes


Commit: c6003f859938774c639acb2bd5f12172ee067ad2
    https://github.com/scummvm/scummvm/commit/c6003f859938774c639acb2bd5f12172ee067ad2
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2026-06-06T09:43:01+10:00

Commit Message:
ACCESS: Mark Noctropolis ready for testing

Changed paths:
    engines/access/detection_tables.h


diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h
index b1ea7341ab2..8ea38e57609 100644
--- a/engines/access/detection_tables.h
+++ b/engines/access/detection_tables.h
@@ -138,7 +138,7 @@ static const AccessGameDescription gameDescriptions[] = {
 			AD_ENTRY1s("demo/scene01.ap", "3a154bf58e10cd7ace14cab1bf5adf4a", 145796),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE | ADGF_DEMO,
+			ADGF_TESTING | ADGF_DEMO,
 			GUIO1(GUIO_NONE)
 		},
 		kGameNoctropolis,
@@ -146,14 +146,14 @@ static const AccessGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// Noctropolis (Sum from GOG Windows and macOS versions)
+		// Noctropolis - sum of this file is the same in all known verisons
 		{
 			"noctropolis",
 			nullptr,
 			AD_ENTRY1s("dark/scene01.ap", "3a154bf58e10cd7ace14cab1bf5adf4a", 147954),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO1(GUIO_NONE)
 		},
 		kGameNoctropolis,


Commit: 420ff8f9d539706854ecb577334f5e35b9c28395
    https://github.com/scummvm/scummvm/commit/420ff8f9d539706854ecb577334f5e35b9c28395
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2026-06-06T09:43:28+10:00

Commit Message:
NEWS: Add Noctropolis support and other ACCESS fixes

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 33396fcaf27..25658b24a49 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,13 +7,17 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Nancy Drew: The Haunted Carousel.
    - Added support for Nancy Drew: Danger on Deception Island.
    - Added support for Cartoon Carnival.
-   - Added support for Alfred Pelrock: En Busca de un Sueño
+   - Added support for Alfred Pelrock: En Busca de un Sueño.
+   - Added support for Noctropolis.
 
  General:
    - Highlight clickable links in the GUI with a cursor change.
    - Fixed window size when switching out of fullscreen mode on 3D engines.
    - Implemented NULL OPL driver for lower-base systems.
 
+ ACCESS:
+   - Fixed various script issues in Martian Memorandum.
+
  AGOS:
    - Added support for language files used by Amiga and Macintosh
      versions of Simon2.




More information about the Scummvm-git-logs mailing list