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

sev- noreply at scummvm.org
Wed Apr 8 16:04:37 UTC 2026


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

Summary:
dda1f58177 DIRECTOR: Fix detection for theaparment


Commit: dda1f581774c2694e8c79f0d11de9e088f24efe0
    https://github.com/scummvm/scummvm/commit/dda1f581774c2694e8c79f0d11de9e088f24efe0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-04-08T18:04:24+02:00

Commit Message:
DIRECTOR: Fix detection for theaparment

This was caused as a side effect of 359e7636f2d026652a89cf5baaebbef48f086b1e
where the `n:` detection prefix was removed. The entry was in facct enlisting
the data fork checksum, and this heuristic was misused.

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 207eace31e4..b33377155bd 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2051,9 +2051,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	},
 
 	// Original filename is "•Main Menu" for all
-	MACGAME1("theapartment", "D2", "xn--Main Menu-zd0e", "fc56c179cb8c6d4938e61ee61fd0032c", 48069, 200),
-	MACGAME1("theapartment", "D3", "xn--Main Menu-zd0e", "9e838fe1a6af7992d656ca325e38dee5", 47655, 300),
-	MACGAME1("theapartment", "D4", "xn--Main Menu-zd0e", "ff86181f03fe6eb060f65a985ca0580d", 160612, 400),
+	MACGAME1("theapartment", "D2", "xn--Main Menu-zd0e", "d:fc56c179cb8c6d4938e61ee61fd0032c", 48069, 200),
+	MACGAME1("theapartment", "D3", "xn--Main Menu-zd0e", "d:9e838fe1a6af7992d656ca325e38dee5", 47655, 300),
+	MACGAME1("theapartment", "D4", "xn--Main Menu-zd0e", "d:ff86181f03fe6eb060f65a985ca0580d", 160612, 400),
 
 //////////////////////////////////////////////////
 //




More information about the Scummvm-git-logs mailing list