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

moralrecordings noreply at scummvm.org
Fri Oct 10 10:43:21 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:
cb5ad17286 DIRECTOR: Add In Your Face to the detection table


Commit: cb5ad172864b2833aa6986296037dd64417e494f
    https://github.com/scummvm/scummvm/commit/cb5ad172864b2833aa6986296037dd64417e494f
Author: Scott Percival (code at moral.net.au)
Date: 2025-10-10T18:42:55+08:00

Commit Message:
DIRECTOR: Add In Your Face to the detection table

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 047a5d64c7d..76eb19c0381 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -674,6 +674,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "iptr",				"I Photograph to Remember" },
 	{ "isscommerce",		"International Space Station: Space Commercialization" },
 	{ "itc",				"Internet the City: A Guided Tour Through the Internet" },
+	{ "inyourface",			"In Your Face: The Best of Interactive Interface Design" },
 	{ "journey2life",		"The Journey to Life" },
 	{ "journey2source",		"Journey to the Source: An Expedition along the Yangtze River" },
 	{ "kingsice",			"Kings of the Ice: A History of World Hockey" },
@@ -4779,6 +4780,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// Original filename is チュートリアル
 	MACDEMO1_l("inposition", "Tutorial", "Tutorial", "r:77f4098988d5386794d1530065f514cd", 305277, Common::JA_JPN, 400),
 
+	MACGAME1("inyourface", "", "IYF PPC", "rt:255a3cecc2eea769a22f8d48cb00e173", 60102, 404),
+	WINGAME1("inyourface", "", "IYF.EXE", "t:8d27be686a5f9425d044c7c0ed96c0c4", 1196107, 404),
+
 	// Original filename is 'いぬちゃんのうたCDデモ'
 	MACGAME1_l("inuchancd", "", "xn--n8jyc6a7frd6opgo41v280bt08wva9a", "8ea9e9a699c61edddffd79ddd0c994d7", 290398, Common::JA_JPN, 402),
 	// Decomposed variant of the above




More information about the Scummvm-git-logs mailing list