[Scummvm-git-logs] scummvm master -> 973b8b624ad09145b41e127e030a621e0b4f51b7

sev- noreply at scummvm.org
Wed Jul 15 20:05:18 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:
189e1adc53 PHOENIXVR: Added English retail version of dracula2, marked GOG releaaes as such
973b8b624a PHOENIXVR: Marked dracula1-de as testing since video codec was implemented


Commit: 189e1adc536d6c28bd0c57f4d87f0c4504da94e7
    https://github.com/scummvm/scummvm/commit/189e1adc536d6c28bd0c57f4d87f0c4504da94e7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-15T22:05:04+02:00

Commit Message:
PHOENIXVR: Added English retail version of dracula2, marked GOG releaaes as such

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 2f363bb387d..fef149755c2 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -333,7 +333,7 @@ const ADGameDescription gameDescriptions[] = {
 	},
 
 	{"dracula2",
-		nullptr,
+		"GOG release",
 		AD_ENTRY3s("script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
 				   "Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
 				   "InsertCD.vr", "54d1ea71f27a849a4a088cf21ca64aff", 53817),
@@ -344,7 +344,19 @@ const ADGameDescription gameDescriptions[] = {
 	},
 
 	{"dracula2",
-		nullptr,
+		"Retail version",
+		AD_ENTRY4s("Install/script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
+				   "Install/Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
+				   "Install/InsertCD.vr", "54d1ea71f27a849a4a088cf21ca64aff", 53817,
+				   "First.exe", "403417a28a11a08deb8443dc08a2213c", 31770),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
+		GUIO1(GUIO_NONE)
+	},
+
+	{"dracula2",
+		"GOG release",
 		AD_ENTRY3s("script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
 				   "Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
 				   "InsertCD.vr", "0bc196a016845e99d99a0bc634f51e9d", 53670),
@@ -355,7 +367,7 @@ const ADGameDescription gameDescriptions[] = {
 	},
 
 	{"dracula2",
-		nullptr,
+		"GOG release",
 		AD_ENTRY3s("script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
 				   "Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
 				   "InsertCD.vr", "699f7519cc1caa740fe27434f6ca9766", 54394),
@@ -366,7 +378,7 @@ const ADGameDescription gameDescriptions[] = {
 	},
 
 	{"dracula2",
-		nullptr,
+		"GOG release",
 		AD_ENTRY3s("script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
 				   "Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
 				   "InsertCD.vr", "21b1cb64d71010799368a8e7097c133b", 54210),
@@ -377,7 +389,7 @@ const ADGameDescription gameDescriptions[] = {
 	},
 
 	{"dracula2",
-		nullptr,
+		"GOG release",
 		AD_ENTRY3s("script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
 				   "Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
 				   "InsertCD.vr", "2d5d17124caeebad668661abaff0c8fc", 54442),
@@ -389,7 +401,7 @@ const ADGameDescription gameDescriptions[] = {
 
 	// GOG release
 	{"amerzone",
-		nullptr,
+		"GOG release",
 		AD_ENTRY1s("amerzone.pak", "bd580dcfe91be9923da608fba72bf128", 314),
 		Common::EN_USA,
 		Common::kPlatformWindows,


Commit: 973b8b624ad09145b41e127e030a621e0b4f51b7
    https://github.com/scummvm/scummvm/commit/973b8b624ad09145b41e127e030a621e0b4f51b7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-15T22:05:05+02:00

Commit Message:
PHOENIXVR: Marked dracula1-de as testing since video codec was implemented

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index fef149755c2..c80fb0b8db4 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -267,7 +267,7 @@ const ADGameDescription gameDescriptions[] = {
 				   "Interface.vr", "70362765ee83bb822d5bb08948317f23", 98844),
 		Common::DE_DEU,
 		Common::kPlatformWindows,
-		ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+		ADGF_DROPPLATFORM | ADGF_TESTING,
 		GUIO1(GUIO_NONE)
 	},
 




More information about the Scummvm-git-logs mailing list