[Scummvm-git-logs] scummvm master -> 508011d64fef54f5248cd68440ea1698db1ef3ad
sev-
sev at scummvm.org
Mon Aug 16 13:42:27 UTC 2021
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:
508011d64f DIRECTOR: Add Orly's Draw-A-Story and Logical Journey of the Zoombinis demos
Commit: 508011d64fef54f5248cd68440ea1698db1ef3ad
https://github.com/scummvm/scummvm/commit/508011d64fef54f5248cd68440ea1698db1ef3ad
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-08-16T15:42:24+02:00
Commit Message:
DIRECTOR: Add Orly's Draw-A-Story and Logical Journey of the Zoombinis demos
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 8c87fc8aea..7a63eff564 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -891,6 +891,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "musiccentral96", "Microsoft Music Central 96" },
{ "musicpublisher", "Graphic Notes Music Publisher" },
{ "netmarket", "CUC netMarket Demo" },
+ { "orly", "Orly's Draw-A-Story" },
{ "pagemaker", "Aldus PageMaker" },
{ "pitfall", "Pitfall: The Mayan Adventure" },
{ "princeint", "Prince Interactive" },
@@ -909,6 +910,7 @@ static const PlainGameDescriptor directorGames[] = {
{ "worldatlas", "World Reference Atlas" },
{ "ultrobot", "Isaac Asimov\'s The Ultimate Robot" },
{ "znemesis", "Zork Nemesis: The Forbidden Lands" },
+ { "zoombini", "Logical Journey of the Zoombinis" },
// Screen Savers
{ "barbssbubbles", "Barbie Screen Styler: Bubbles" },
@@ -2831,6 +2833,9 @@ static const DirectorGameDescription gameDescriptions[] = {
// Full game is supported in ZVision engine
WINDEMO1("znemesis", "Demo", "ZORKDEMO.EXE", "4a8fd0d74faef305bc935e1aac94d3e8", 712817, 400),
+ WINDEMO1("zoombini", "Demo", "_ZOOMDAT.EXE", "d573b80bb932f50cbe69395b158e9f47", 696927, 404),
+ WINDEMO1("zoombini", "Demo", "ZOOMBINI.EXE", "e68b82276dc4f89a292c7d60d97983fe", 4632551, 404),
+
//////////////////////////////////////////////////
//
// Macromedia Director v5
@@ -3074,6 +3079,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINGAME1("noir", "", "NOIR.EXE", "2e62abdad839e42068afdcd0644d7dcf", 1020879, 500),
+ WINDEMO1("orly", "Demo", "_ORLYDEM.EXE", "2e62abdad839e42068afdcd0644d7dcf", 917641, 500),
+
MACDEMO1_l("osaka2", "Demo", "OSAKA2", "2e75b0d7a218c71d5dd00a27eb755f00", 719012, Common::JA_JPN, 501),
WINDEMO1_l("osaka2", "Demo", "OSAKA2.EXE", "38b75ecdedf662326fe4931a68ae60cd", 1410110, Common::JA_JPN, 501),
More information about the Scummvm-git-logs
mailing list