[Scummvm-git-logs] scummvm master -> 07a1688b9ed89251e8fbd249f7f814b3727b00b9

sev- noreply at scummvm.org
Thu Jul 16 10:06:49 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:
76042e24b7 PHONEXVR: Fix warning
3ce0b6e8ea PHOENIXVR: Added detection for dracula2 Portugese
07a1688b9e PHOENXIVR: Added Polish drascula2 release detection


Commit: 76042e24b7a942956b09f027a02dade564fa4eac
    https://github.com/scummvm/scummvm/commit/76042e24b7a942956b09f027a02dade564fa4eac
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-16T12:06:35+02:00

Commit Message:
PHONEXVR: Fix warning

Changed paths:
    engines/phoenixvr/phoenixvr.h


diff --git a/engines/phoenixvr/phoenixvr.h b/engines/phoenixvr/phoenixvr.h
index aab023b4ea9..32ed68d1fde 100644
--- a/engines/phoenixvr/phoenixvr.h
+++ b/engines/phoenixvr/phoenixvr.h
@@ -46,7 +46,7 @@
 #include "phoenixvr/vr.h"
 
 namespace Common {
-class Event;
+struct Event;
 }
 
 namespace Graphics {


Commit: 3ce0b6e8ea9871fcc8e5255e782a2dfaa361e7bf
    https://github.com/scummvm/scummvm/commit/3ce0b6e8ea9871fcc8e5255e782a2dfaa361e7bf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-16T12:06:35+02:00

Commit Message:
PHOENIXVR: Added detection for dracula2 Portugese

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index ebc3dfcd7a9..9697ce59e91 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -409,6 +409,18 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	{"dracula2",
+		"Retail version",
+		AD_ENTRY4s("Install/script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
+				   "Install/Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
+				   "Install/InsertCD.vr", "7f54847d09c772d41c8726d5c5529a9a", 54005,
+				   "First.exe", "403417a28a11a08deb8443dc08a2213c", 31770),
+		Common::PT_PRT,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
+		GUIO1(GUIO_NONE)
+	},
+
 	{"dracula2",
 		"Russobit-M",
 		AD_ENTRY3s("Install/script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,


Commit: 07a1688b9ed89251e8fbd249f7f814b3727b00b9
    https://github.com/scummvm/scummvm/commit/07a1688b9ed89251e8fbd249f7f814b3727b00b9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-16T12:06:35+02:00

Commit Message:
PHOENXIVR: Added Polish drascula2 release detection

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 9697ce59e91..e08aba75f11 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -409,6 +409,18 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+	{"dracula2",
+		"Retail version",
+		AD_ENTRY4s("Install/script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
+				   "Install/Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
+				   "Install/InsertCD.vr", "be865f78d00c699e55e6e3bd2e83df26", 52983,
+				   "First.exe", "4b106f5fffb4b3c033edcdaa0893d616", 16384),
+		Common::PL_POL,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
+		GUIO1(GUIO_NONE)
+	},
+
 	{"dracula2",
 		"Retail version",
 		AD_ENTRY4s("Install/script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,




More information about the Scummvm-git-logs mailing list