[Scummvm-git-logs] scummvm master -> 2978c4c8f4eaa506c8d9b6e18f3abf1474f9f317

mistydemeo noreply at scummvm.org
Sun Jul 23 03:17:16 UTC 2023


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:
2978c4c8f4 DIRECTOR: add Classical Cats


Commit: 2978c4c8f4eaa506c8d9b6e18f3abf1474f9f317
    https://github.com/scummvm/scummvm/commit/2978c4c8f4eaa506c8d9b6e18f3abf1474f9f317
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-07-22T19:21:46-07:00

Commit Message:
DIRECTOR: add Classical Cats

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 2481eec6276..055c89f3e46 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -929,6 +929,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "chuckletime",		"チャックルタイム" },
 	{ "chuteng",			"中天" },
 	{ "cutie10",			"キューティ10" },
+	{ "classicalcats",		"ねこ古典ぱん" }, // Classical Cats
 	{ "cookie",				"Cookie's Bustle: 謎のボンボワールド"},					// Mysterious Bombo World
 	{ "cookieginger",		"Cookie & Ginger"},
 	{ "crouton",			"Croûton"},
@@ -3559,6 +3560,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINDEMO2t("circus", "Looping Demo", "PREVIEW.EXE", "edeb117e306c77f1496631ff9d6f1cbb", 686139,
 										"PREVIEW.MOV", "2975f81df0e3540567f6e9460ba831f1", 5698025, 400),
 
+	MACGAME1t_l("classicalcats", "", "CLSSCATS", "7156b03e18d1002bd1d214449e5301c1", 299156, Common::JA_JPN, 403),
+
 	// Product catalog - does not correspond to any single game
 	// Mac version found on Blockbuster Video Guide to Movies & Videos
 	// Win version found on the Billboard Music Guide CD (1995 and 1997)




More information about the Scummvm-git-logs mailing list