[Scummvm-git-logs] scummvm master -> 30435ec0abee168af13b5c41671ee5ca41db8a88

sev- sev at scummvm.org
Thu Mar 30 22:56:58 CEST 2017


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:
30435ec0ab DIRECTOR: Add detection for Arnie and its demo (#928)


Commit: 30435ec0abee168af13b5c41671ee5ca41db8a88
    https://github.com/scummvm/scummvm/commit/30435ec0abee168af13b5c41671ee5ca41db8a88
Author: Nick Renieris (makren67 at gmail.com)
Date: 2017-03-30T22:56:54+02:00

Commit Message:
DIRECTOR: Add detection for Arnie and its demo (#928)

DIRECTOR: Add detection for Arnie and its demo

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


diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp
index 43c5bf2..dd10b6c 100644
--- a/engines/director/detection.cpp
+++ b/engines/director/detection.cpp
@@ -85,6 +85,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "vvvampire",	"Victor Vector & Yondo: The Vampire's Coffin"},
 	{ "vvdinosaur",	"Victor Vector & Yondo: The Last Dinosaur Egg"},
 	{ "warlock", 	"Spaceship Warlock"},
+	{ "ernie",		"Ernie"},
 	{ 0, 0 }
 };
 
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index b3c07a1..888166d 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -527,6 +527,34 @@ static const DirectorGameDescription gameDescriptions[] = {
 		2
 	},
 
+	{
+		{
+			"ernie",
+			"Demo",
+			AD_ENTRY1s("ERNIE.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1417371),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GID_GENERIC,
+		5
+	},
+
+	{
+		{
+			"ernie",
+			"",
+			AD_ENTRY1s("Ernie.exe", "1a7acbba10a7246ba58c1d53fc7203f5", 1417481),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GID_GENERIC,
+		5
+	},
+
 	{ AD_TABLE_END_MARKER, GID_GENERIC, 0 }
 };
 





More information about the Scummvm-git-logs mailing list