[Scummvm-git-logs] scummvm master -> 98ad4638a1ae59fda0bd2e9d57fdefa29abc86dc

bluegr noreply at scummvm.org
Mon May 26 22:16:56 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:
98ad4638a1 DIRECTOR: Add detection for The Official Guide to The Daedalus Encounter companion disc


Commit: 98ad4638a1ae59fda0bd2e9d57fdefa29abc86dc
    https://github.com/scummvm/scummvm/commit/98ad4638a1ae59fda0bd2e9d57fdefa29abc86dc
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2025-05-27T01:16:52+03:00

Commit Message:
DIRECTOR: Add detection for The Official Guide to The Daedalus Encounter companion disc

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 5fae452e603..7f42f2ad5b8 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -543,7 +543,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "wiggles1",			"A Day with the Wiggles" },
 	{ "willywabbit",		"Willy Wabbit & His Magical Books" },
 	{ "willywabbit2",		"Around the World With Willy Wabbit" },
-	{ "willywabbitmandarin",	"Willy Wabbit Mandarin Adventure" },
+	{ "willywabbitmandarin","Willy Wabbit Mandarin Adventure" },
 	{ "willywabbitmath",	"Willy Wabbit Math Adventure" },
 	{ "willywabbitmosaic",	"Mosaic Game" },
 	{ "winniewitch",		"Winnie the Witch" },
@@ -1601,6 +1601,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "cmc",				"Creative Multimedia Catalog" },
 	{ "compuserve",			"CompuServe Demo" },
 	{ "coreltour",			"Corel Product Tour" },
+	{ "daedalusguide",		"The Official Guide to The Daedalus Encounter" },  // Companion Disc
 	{ "davidsonpp",			"Davidson Product Previews" },
 	{ "davidsonps",			"Davidson Product Sampler" },
 	{ "dewarswl",			"DeWar's \"White Label\"" },
@@ -3977,6 +3978,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME2_l("daedalus", "", "DAEDALUS",	   "0c7bbb4b24823e5ab871cb4c1d6f3710", 483518,
 							   "DAEDALUS.DAT", "4eb2fab14f1b932ae9f01d8b05a411de", 69538, Common::FR_FRA, 404),
 
+	MACGAME1("daedalusguide", "", "Daedalus Guide (24 Bit)", "r:77f4098988d5386794d1530065f514cd", 303961, 400),
+	WINGAME2("daedalusguide", "", "GUIDE.EXE", "t:194e099857d6524dcbabce20250048ea", 1719019,
+								  "MOVIES/TV_11.MOV", "t:3918daeea52777ceedf8e1d8fad250af", 74445870, 404),
+
 	WINDEMO2("dailymail100", "Demo", "STARTUP.EXE", "2e62abdad839e42068afdcd0644d7dcf", 1129467,
 									 "LAUNCH2.DIR", "f913a0c83847ccc9df461311a4475a77", 223086, 404),
 




More information about the Scummvm-git-logs mailing list