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

tag2015 noreply at scummvm.org
Thu Mar 7 01:19:37 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:
fb60cac11e DIRECTOR: Add detection for Maisy Birthday


Commit: fb60cac11e1261aed3c014de27c8fbfd06c87a6a
    https://github.com/scummvm/scummvm/commit/fb60cac11e1261aed3c014de27c8fbfd06c87a6a
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-03-07T02:18:33+01:00

Commit Message:
DIRECTOR: Add detection for Maisy Birthday

TRAC #14993

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index c6d1fbaa952..d542f781c84 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -277,6 +277,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "madccpk",			"Madeline Classroom Companion: Preschool & Kindergarten" },
 	{ "madpup",				"Madeline and the Magnificent Puppet Show: A Learning Journey" },
 	{ "madtg",				"Madeline Thinking Games" },
+	{ "maisybday",			"Happy Birthday, Maisy!" },
 	{ "majestic",			"Majestic Part I: Alien Encounter" },
 	{ "maniacsports",		"Maniac Sports" },
 	{ "martian",			"Ray Bradbury's The Martian Chronicles Adventure Game" },
@@ -8183,6 +8184,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2("littlebilly", "", "quest.exe", "t:73ca03e8a10e3266f20442ce50fd0311", 105118,
 								"Child.dxr", "t:57e4acc11a12a483541cfb69eb570810", 387835, 700),
 
+	MACGAME1("maisybday", "", "Maisy BDay",		"r:0944b962ebb00f4b5d5149d220f8449b", 113458,  702),
+	WINGAME1("maisybday", "", "Maisy BDay.exe", "t:26fc28194d1991645a9a42794bcb1b36", 2619122, 702),
+
 	// Mia Muis Op Zoek naar Oma Mimi's Medicijn (CD1)
 	WINGAME1("miareading1", "", "Mia.exe", "7c18c9a6af2694156bf09ed195c1ab09", 2595806, 702),
 




More information about the Scummvm-git-logs mailing list