[Scummvm-git-logs] scummvm master -> 225d5204142083a2883e7a904ce3955cdc34b9bd

sev- noreply at scummvm.org
Tue Jul 14 11:15:35 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:
0cf82e357d PHOENIXVR: Added French retail release to detection
2ec9d4660a PHONEXVR: Mark dracula1 and 2 for testing
225d520414 NEWS: Mention newly supported games


Commit: 0cf82e357d6d9b51ce513daa40597c3b214b5819
    https://github.com/scummvm/scummvm/commit/0cf82e357d6d9b51ce513daa40597c3b214b5819
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-14T13:12:44+02:00

Commit Message:
PHOENIXVR: Added French retail release to detection

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index db4b3e1e8f7..b0f42525992 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -248,6 +248,17 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	{"dracula1",
+		"Retail version",
+		AD_ENTRY3s("Install/script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
+				   "Install/InsertCD.pak", "f2a35e531a4ef5895e972e3c98330752", 499,
+				   "Interface.vr", "5d7d770a74d6035957c7deffc4865e12", 106762),
+		Common::FR_FRA,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		GUIO1(GUIO_NONE)
+	},
+
 	{"dracula1",
 		nullptr,
 		AD_ENTRY2s("script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,


Commit: 2ec9d4660a6602292275809e28f730514a4a04c7
    https://github.com/scummvm/scummvm/commit/2ec9d4660a6602292275809e28f730514a4a04c7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-14T13:14:05+02:00

Commit Message:
PHONEXVR: Mark dracula1 and 2 for testing

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index b0f42525992..91c902a2fd8 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -213,7 +213,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -223,7 +223,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -234,7 +234,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -244,7 +244,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "5d7d770a74d6035957c7deffc4865e12", 106762),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -255,7 +255,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "5d7d770a74d6035957c7deffc4865e12", 106762),
 		Common::FR_FRA,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -265,7 +265,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "47099471f31f794be8a7e5a3c382bf62", 104304),
 		Common::IT_ITA,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 
@@ -275,7 +275,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 


Commit: 225d5204142083a2883e7a904ce3955cdc34b9bd
    https://github.com/scummvm/scummvm/commit/225d5204142083a2883e7a904ce3955cdc34b9bd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-14T13:15:17+02:00

Commit Message:
NEWS: Mention newly supported games

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 8185d4b7b4c..3c505e383ed 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -13,6 +13,8 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Mortadelo y Filemón: La Banda de Corvino.
    - Added support for Mortadelo y Filemón: Balones y Patadones.
    - Added support for Mortadelo y Filemón: Mamelucos a la Romana.
+   - Added support for Dracula: Resurrection.
+	 - Added support for Dracula 2: The Last Sanctuary.
 
  General:
    - Optimised mixing and rate converters, for better performance.




More information about the Scummvm-git-logs mailing list