[Scummvm-git-logs] scummvm master -> 2de43fa188fcb5fde9e60b1fa231fcb9ff32bc38

chkuendig noreply at scummvm.org
Fri Nov 14 08:32:47 UTC 2025


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:
2de43fa188 DIRECTOR: Add detection entries for two demos from MacFormat 40


Commit: 2de43fa188fcb5fde9e60b1fa231fcb9ff32bc38
    https://github.com/scummvm/scummvm/commit/2de43fa188fcb5fde9e60b1fa231fcb9ff32bc38
Author: Christian Kündig (christian at kuendig.info)
Date: 2025-11-14T09:32:42+01:00

Commit Message:
DIRECTOR: Add detection entries for two demos from MacFormat 40

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index df9cc86b877..927c0ddd63b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -892,6 +892,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "princerave",			"Prince: Rave Un2 the Joy Fantastic" },
 	{ "relaxation",			"Solitudes: Natural Relaxation" },
 	{ "relaxplayer",		"Solitudes: Natural Relaxation Audio Player" },
+	{ "rednex",				"Inbred with Rednex" },
 	{ "royksoppam",			"Röyksopp: Melody A.M." },
 	{ "sarahsurfacing",		"Sarah McLachlan: Surfacing" },
 	{ "smashchillin",		"Smash Hits: Chillin' Out Summer 2001" },
@@ -1613,6 +1614,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "encartaatlas2000",   "Microsoft Encarta Interactive World Atlas 2000" },
 	{ "exoticjapan",		"Exotic Japan: A Guide to Japanese Culture and Language" },
 	{ "famdoc3",			"The Family Doctor, 3rd Edition" },
+	{ "encyclopediasoccer", "Encyclopedia of Soccer"},
 	{ "macworldexpo92",		"Macworld Expo CD Boston 1992" },
 	{ "manhole",			"The Manhole" },
 	{ "mazebrew",			"MazeBrew" },
@@ -2152,6 +2154,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACDEMO2("msword", "v5 Demo", "Double Click", "e54ec74aeb4355b0acd46320327c1bed", 204030,
 								  "MSWD pt. 1",   "d30e1cae275e7ecfdde92df03a28b309", 249005, 201),
 
+	// MacFormat #40
+	WINDEMO1("rednex", "Demo", "REDNEX.EXE", "t:e1d181303fd8c2aed5cd1d69b0c985e7", 696877, 404),
+	WINDEMO1("encyclopediasoccer", "Demo", "SOCCER.EXE", "t:d942e4d11e7d0a6d4da7659def16d179", 690039, 404),
+
 	// Movies called from HyperCard with external MacroMind Player 2.0
 	MACGAME1("spelunx", "v1.2", "Spelunx", "r:3eb3598b7f6bb09de4dd31aca3683d8f", 370898, 200),
 




More information about the Scummvm-git-logs mailing list