[Scummvm-git-logs] scummvm master -> 20ae5c1861df389dd7739a606e88530a0e855052

sev- noreply at scummvm.org
Sun Feb 11 15:15:29 UTC 2024


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

Summary:
20ae5c1861 DIRECTOR: Add detection for Oscar Wilde's The Selfish Giant


Commit: 20ae5c1861df389dd7739a606e88530a0e855052
    https://github.com/scummvm/scummvm/commit/20ae5c1861df389dd7739a606e88530a0e855052
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2024-02-11T16:15:25+01:00

Commit Message:
DIRECTOR: Add detection for Oscar Wilde's The Selfish Giant

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 58ade9896d1..5e2c3caa232 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -393,6 +393,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "searchlearn",		"Search & Learn Adventures" },
 	{ "secretkeys",			"Search for the Secret Keys with Mickey" },
 	{ "secretpaths1",		"Secret Paths in the Forest" },
+	{ "selfish",			"Oscar Wilde's The Selfish Giant" },
 	{ "sfpd",               "SFPD Homicide Case File: The Body in the Bay" },
 	{ "shellwhirl",			"Shell Whirl" },
 	{ "shr1st2nd",			"Schoolhouse Rock!: 1st & 2nd Grade Essentials" },
@@ -3026,6 +3027,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACDEMO1("sculpt4d",   "Vol.5 Demo", "Sculpt Demo Vol.5", "f54ac20d51c496911f9144ee595ade60", 1456309, 300),
 	MACDEMO1("sculpt4d",   "Using Demo", "UsingSculpt1.0",    "2ce360c9ea2da80a2c6d1040b0ad92dd", 383380, 313),
 
+	WINGAME1("selfish", "", "selfish.exe", "t:260d50f7d51adba057a06bbcb6da3d43", 371037, 300),
+
 	MACGAME1("sfk", "", "More SFK Products!", "1ae45c23586b41997ba52e2e7c771c4c", 377667, 310),
 
 	MACGAME1_l("directorshokai", "", "Director Movie", "276bee761e48a6fd709df77d5c2f60dd", 395882, Common::JA_JPN, 313),




More information about the Scummvm-git-logs mailing list