[Scummvm-git-logs] scummvm master -> 25cdf89523f5eb3ef7ef94f8f30db6433b0e076e

aquadran noreply at scummvm.org
Sun Jun 12 08:38:44 UTC 2022


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:
25cdf89523 DIRECTOR: Added detection entry for "Mattemysteriet: Jakten på den forsvunne hjernen" demo, #13259


Commit: 25cdf89523f5eb3ef7ef94f8f30db6433b0e076e
    https://github.com/scummvm/scummvm/commit/25cdf89523f5eb3ef7ef94f8f30db6433b0e076e
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-06-12T10:38:40+02:00

Commit Message:
DIRECTOR: Added detection entry for "Mattemysteriet: Jakten på den forsvunne hjernen" demo, #13259

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index a0c9917b359..5f55f7027c1 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -258,6 +258,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "mask",				"The Mask: The Origin" },
 	{ "mastermansion",		"Masterpiece Mansion" },
 	{ "mastermansionex",	"Masterpiece Mansion: Art Explorer" },
+	{ "mathmystery",		"Math Blaster Mystery: The Great Brain Robbery" },
 	{ "martian",			"Ray Bradbury's The Martian Chronicles Adventure Game" },
 	{ "maze",				"The Riddle of the Maze" },
 	{ "mckenzie",			"McKenzie & Co." },
@@ -3566,6 +3567,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1("mastermansionex", "", "Art Explorer", "9e9696433d18629b88714089034c086b", 285509, 404),
 	WINGAME1("mastermansionex", "", "EXPLORER.EXE", "7a335c6571e359b56453edb78e6fdc53", 36685767, 404),
 
+	WINDEMO1t_l("mathmystery", "Demo", "LB_DEMO.EXE", "32f5a6d9ad00ece84526e1fe23965524", 698539, Common::NB_NOR, 404),
+
 	MACGAME1("martian", "", "The Martian Chronicles PPC CD", "db9b7f11aea52a294d2986a94a184000", 60328, 400),
 	WINGAME1("martian", "", "MC.EXE", "ee6267d276a18e8bfd6f0e4ecd07ba36", 1764151, 400),
 




More information about the Scummvm-git-logs mailing list