[Scummvm-git-logs] scummvm master -> c3efdd33ca094a047fbb3b46ec1a26beb71b02de

dreammaster noreply at scummvm.org
Sat Sep 12 07:33:50 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:
b77addbc14 MADS: PHANTOM: Mark Spanish version as fan-made
c3efdd33ca MADS: Add bonus.exe to the advanced detector gray list


Commit: b77addbc147b53f539f2b7bbce437459f022f32a
    https://github.com/scummvm/scummvm/commit/b77addbc147b53f539f2b7bbce437459f022f32a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-09-12T17:02:15+10:00

Commit Message:
MADS: PHANTOM: Mark Spanish version as fan-made

Changed paths:
    engines/mads/detection_tables.h


diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index d9cbb94ed82..25afaaec979 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -233,7 +233,7 @@ static const MADSGameDescription gameDescriptions[] = {
 		// Return of the Phantom Spanish Fan Patch
 		{
 			"phantom",
-			"CD",
+			"Fanmade",
 			AD_ENTRY2s("section1.hag", "76e2d47a7aebafe48edc9884b3d91782", 1130939, "speech.idx", "1522ade02e7969187eab1acfa78b367c", 634),
 			Common::ES_ESP,
 			Common::kPlatformDOS,


Commit: c3efdd33ca094a047fbb3b46ec1a26beb71b02de
    https://github.com/scummvm/scummvm/commit/c3efdd33ca094a047fbb3b46ec1a26beb71b02de
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-09-12T17:33:08+10:00

Commit Message:
MADS: Add bonus.exe to the advanced detector gray list

This is to prevent the Rex Nebular bonus.exe getting
a false positive as a possible Director game.

Changed paths:
    engines/advancedDetector.cpp


diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index b93e815d80a..4042d1c44f5 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -955,6 +955,7 @@ PlainGameDescriptor AdvancedMetaEngineDetectionBase::findGame(const char *gameId
 }
 
 static const char *const grayList[] = {
+	"bonus.exe",
 	"game.exe",
 	"demo.exe",
 	"game",




More information about the Scummvm-git-logs mailing list