[Scummvm-git-logs] scummvm master -> 8340164aab4a4740c7fb53b51a8b861f72ccf1aa

sev- noreply at scummvm.org
Mon Mar 2 23:07:14 UTC 2026


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
36eebb3efe PHOENIXVR: Mark Necronomicon for testing
7fdce2e415 PHOENIXVR: Enable engine by default
8340164aab NEWS: Announce Necronomicon as supported


Commit: 36eebb3efeb75185d2857f93e370f01cdfe48a3b
    https://github.com/scummvm/scummvm/commit/36eebb3efeb75185d2857f93e370f01cdfe48a3b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-03T00:06:57+01:00

Commit Message:
PHOENIXVR: Mark Necronomicon for testing

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 94095b68c57..5b22eb5936e 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -36,7 +36,7 @@ const ADGameDescription gameDescriptions[] = {
 		 "textes.txt", "f795f35b079cb8ef599724a2a7336c7e", 5319),
 	 Common::EN_USA,
 	 Common::kPlatformWindows,
-	 ADGF_DROPPLATFORM,
+	 ADGF_DROPPLATFORM | ADGF_TESTING,
 	 GUIO1(GUIO_NONE)},
 
 	{"necrono",
@@ -46,7 +46,7 @@ const ADGameDescription gameDescriptions[] = {
 		 "textes.txt", "542b626e7d56e4b3b5a73616e772a246", 5503),
 	 Common::FR_FRA,
 	 Common::kPlatformWindows,
-	 ADGF_DROPPLATFORM,
+	 ADGF_DROPPLATFORM | ADGF_TESTING,
 	 GUIO1(GUIO_NONE)},
 
 	{"necrono",
@@ -56,7 +56,7 @@ const ADGameDescription gameDescriptions[] = {
 		 "textes.txt", "8a6fde4fbe90262cad639903a0469863", 5394),
 	 Common::IT_ITA,
 	 Common::kPlatformWindows,
-	 ADGF_DROPPLATFORM,
+	 ADGF_DROPPLATFORM | ADGF_TESTING,
 	 GUIO1(GUIO_NONE)},
 
 	{"necrono",
@@ -66,7 +66,7 @@ const ADGameDescription gameDescriptions[] = {
 		 "textes.txt", "c3af2d55b4fa55d200b047b6ec0d9f73", 5507),
 	 Common::DE_DEU,
 	 Common::kPlatformWindows,
-	 ADGF_DROPPLATFORM,
+	 ADGF_DROPPLATFORM | ADGF_TESTING,
 	 GUIO1(GUIO_NONE)},
 
 	{"necrono",
@@ -76,7 +76,7 @@ const ADGameDescription gameDescriptions[] = {
 		 "textes.txt", "e54b9e37d3b96b52f78e7ca266116c4b", 5423),
 	 Common::ES_ESP,
 	 Common::kPlatformWindows,
-	 ADGF_DROPPLATFORM,
+	 ADGF_DROPPLATFORM | ADGF_TESTING,
 	 GUIO1(GUIO_NONE)},
 
 	{"necrono",


Commit: 7fdce2e415d330ab3c15b2ddc636a6c2a072ab45
    https://github.com/scummvm/scummvm/commit/7fdce2e415d330ab3c15b2ddc636a6c2a072ab45
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-03T00:06:57+01:00

Commit Message:
PHOENIXVR: Enable engine by default

Changed paths:
    engines/phoenixvr/configure.engine


diff --git a/engines/phoenixvr/configure.engine b/engines/phoenixvr/configure.engine
index 8e5fa486458..991ed26130c 100644
--- a/engines/phoenixvr/configure.engine
+++ b/engines/phoenixvr/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] [components]
-add_engine phoenixvr "Phoenix VR" no "" "" "highres 16bit" ""
+add_engine phoenixvr "Phoenix VR" yes "" "" "highres 16bit" ""


Commit: 8340164aab4a4740c7fb53b51a8b861f72ccf1aa
    https://github.com/scummvm/scummvm/commit/8340164aab4a4740c7fb53b51a8b861f72ccf1aa
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-03-03T00:06:57+01:00

Commit Message:
NEWS: Announce Necronomicon as supported

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index b28121b209e..c34be9ad89a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,9 @@ For a more comprehensive changelog of the latest experimental code, see:
 
 #### 2026.1.1 (2026-XX-XX)
 
+ New games:
+   - Added support for Necronomicon: The Dawning of Darkness.
+
  General:
    - Improved PC-Speaker emulation.
    - Implemented multiselect in the GUI launcher games list.




More information about the Scummvm-git-logs mailing list