[Scummvm-git-logs] scummvm master -> 42a03ccc19e7d61a952a9ca2e90873e2c0180d54

sev- sev at scummvm.org
Mon May 18 21:57:27 UTC 2020


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:
42a03ccc19 DIRECTOR: Added detection for "Iron Helix"


Commit: 42a03ccc19e7d61a952a9ca2e90873e2c0180d54
    https://github.com/scummvm/scummvm/commit/42a03ccc19e7d61a952a9ca2e90873e2c0180d54
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-18T23:56:58+02:00

Commit Message:
DIRECTOR: Added detection for "Iron Helix"

Changed paths:
    engines/director/detection.cpp
    engines/director/detection_tables.h


diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp
index 52e35829c1..91827b2677 100644
--- a/engines/director/detection.cpp
+++ b/engines/director/detection.cpp
@@ -74,6 +74,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "directortest-all",	"Macromedia Director All Movies Test Target" },
 	{ "theapartment",	"The Apartment, Interactive demo" },
 	{ "gundam0079",	"Gundam 0079: The War for Earth" },
+	{ "ironhelix",	"Iron Helix" },
 	{ "jewels",		"Jewels of the Oracle" },
 	{ "jman",		"The Journeyman Project" },
 	{ "majestic",	"Majestic Part I: Alien Encounter" },
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 7f85f84a4b..9c5c8b82b0 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -79,6 +79,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME("gundam0079", "", "Gundam0079.exe", "1a7acbba10a7246ba58c1d53fc7203f5", -1, 5),
 	MACGAME("gundam0079", "", "Gundam0079", "4c38a51a21a1ad231f218c4786ff771d", -1, 5),
 
+	MACGAME("ironhelix", "", "Iron Helix Minimum", "1ae45c23586b41997ba52e2e7c771c4c", 1652052, 3),
+
 	WINGAME("jewels", "", "JEWELS.EXE", "bb6d81471d166088260090472c6c3a87", -1, 4),
 	WINGAME("jewels", "", "Jewels.exe", "c1a2e8b7e41fa204009324a9c7db1030", -1, 7),
 	WINDEMO("jewels", "Two-Minute Demo", "DEMO.EXE", "ebee52d3c4280674c600177df5b09da0", -1, 4),




More information about the Scummvm-git-logs mailing list