[Scummvm-cvs-logs] scummvm master -> 046a34bd42ecfc975e7658ffade8cf6768047ad9

fuzzie fuzzie at fuzzie.org
Tue Mar 29 23:57:04 CEST 2011


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:
046a34bd42 MOHAWK: Add LB detection entries from pacifist.


Commit: 046a34bd42ecfc975e7658ffade8cf6768047ad9
    https://github.com/scummvm/scummvm/commit/046a34bd42ecfc975e7658ffade8cf6768047ad9
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-03-29T14:55:25-07:00

Commit Message:
MOHAWK: Add LB detection entries from pacifist.

This adds entries for Harry and the Haunted House, Ruff's Bone,
Stellaluna, and Sheila Rae, the Brave.

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



diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 7980328..8898827 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -142,6 +142,8 @@ static const PlainGameDescriptor mohawkGames[] = {
 	{"bearfight", "The Berenstain Bears Get in a Fight"},
 	{"arthurcomp", "Arthur's Computer Adventure"},
 	{"harryhh","Harry and the Haunted House"},
+	{"stellaluna", "Stellaluna"},
+	{"sheila", "Sheila Rae, the Brave"},
 	{0, 0}
 };
 
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index a26325b..f002df9 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -576,6 +576,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Harry and the Haunted House 1.1
+	// From pacifist
+	{
+		{
+			"harryhh",
+			"",
+			AD_ENTRY1("HARRY.512", "8d786f0998f27e44603a2202d6786c25"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"HARRY.EXE"
+	},
+
 	{
 		{
 			"carmentq",
@@ -1032,6 +1049,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"Living Books Player"
 	},
 
+	// Ruff's Bone 1.0
+	// From pacifist
+	{
+		{
+			"ruff",
+			"",
+			AD_ENTRY1("RUFF.512", "3dbda0de6f47a64d1714d89f5a5f60d1"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"RUFF.EXE"
+	},
+
 	{
 		{
 			"newkid",
@@ -1397,6 +1431,40 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Stellaluna 1.0
+	// From pacifist
+	{
+		{
+			"stellaluna",
+			"",
+			AD_ENTRY1("STELLA.LB", "763bb4a4721aebb5af316ca8e1b478ed"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV2,
+		0,
+		0
+	},
+
+	// Sheila Rae the Brave 1.0
+	// From pacifist
+	{
+		{
+			"sheila",
+			"",
+			AD_ENTRY1("SHEILA.LB", "c28a60f615a46384d9a8941fc5c89d63"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV2,
+		0,
+		0
+	},
+
 	{ AD_TABLE_END_MARKER, 0, 0, 0 }
 };
 






More information about the Scummvm-git-logs mailing list