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

tag2015 noreply at scummvm.org
Sat Nov 25 11:32:37 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:
eda55f402c DIRECTOR: Add demo/preview version of Maths Workshop


Commit: eda55f402c261550ea6219c93c74607a1ae5f95f
    https://github.com/scummvm/scummvm/commit/eda55f402c261550ea6219c93c74607a1ae5f95f
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-11-25T12:32:31+01:00

Commit Message:
DIRECTOR: Add demo/preview version of Maths Workshop

* DIRECTOR: Add demo/preview version of Maths Workshop

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 3a32aa7443c..1e2fc07b058 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1576,6 +1576,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "macos85",			"Mac OS 8.5" },
 	{ "macportable",		"Your Apple Tour of the Macintosh Portable" },
 	{ "mathblasterjr",		"Math Blaster Jr." },
+	{ "mathsworkshop",		"Maths Workshop" },
 	{ "mavisbeacon",		"Mavis Beacon Teaches Typing" },
 	{ "mechwarrior2",		"MechWarrior 2" },
 	{ "meetingmaker",		"Meeting Maker" },
@@ -4659,6 +4660,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	MACGAME1("mathtest", "", "mathtest (mac)", "cdb27c916044ae4dceb4b7326063fa03", 301925, 400),
 
+	// Demo version of "Maths Workshop", published by Broderbund (1994-1995)
+	// The full game is not made with Director, but with MOHAWK (eriktorbjorn)
+	WINDEMO1("mathsworkshop", "Preview", "_MATHDAT.EXE", "t:5306745f0734b6cbd94e4567a0b5805a", 696931, 400),
+
 	// German title is Max und die Geheimformel
 	// German demo from CD ROM Hits 1995-10
 	WINDEMO1t_l("max1", "Demo", "MAX1DEMO.EXE", "6805c5c8e800dd10648494421506b2f7", 700829, Common::DE_DEU, 404),




More information about the Scummvm-git-logs mailing list