[Scummvm-git-logs] scummvm master -> 57ff842856c8b4328f58ddc5cc980892a7fd771d

moralrecordings noreply at scummvm.org
Thu Feb 1 04:33:01 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:
57ff842856 DIRECTOR: Add Encyclopedia of Clamps to detection list


Commit: 57ff842856c8b4328f58ddc5cc980892a7fd771d
    https://github.com/scummvm/scummvm/commit/57ff842856c8b4328f58ddc5cc980892a7fd771d
Author: Scott Percival (code at moral.net.au)
Date: 2024-02-01T12:32:19+08:00

Commit Message:
DIRECTOR: Add Encyclopedia of Clamps to detection list

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index cfdc2cf4bc9..48385a68889 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -110,6 +110,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "chemicus",			"Chemicus: Journey to the Other Side" },
 	{ "chopsuey",			"Chop Suey" },
 	{ "circus",				"Circus!" },
+	{ "clamps",				"The Interactive Encyclopedia of Clamps" },
 	{ "connections",		"Connections" },
 	{ "cracking",			"Cracking the Conspiracy" },
 	{ "criticalpath",		"Critical Path" },
@@ -6061,6 +6062,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("chuchutataki", "", "xn--w8j9aa6za4nb00ac",    "c148f66ae3511fb88733102aa27efe7e", 106172, Common::JA_JPN, 501),
 	WINGAME1t_l("chuchutataki", "", "TYUUTYUU.EXE",    "bfb442750a6a264825fac3cc12a69d71", 1411220, Common::JA_JPN, 501),
 
+	MACGAME1("clamps", "", "Clamp256", "tr:b69f9cb79da512852ed383a1cfef14b9", 718125, 500),
+	WINGAME1("clamps", "", "clamps.exe", "t:6c8184462730c86387dff6e8c50e236a", 1394481, 500),
+
 	// Series includes Schubert, Tchaikovsky, Mozart, Vivaldi and probably more
 	WINGAME1_l("clasplusbee2", "", "BEE2_95.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1694421, Common::ES_ESP, 501),
 




More information about the Scummvm-git-logs mailing list