[Scummvm-cvs-logs] scummvm master -> 3b7224f0526704165d7109bf8cba901435d5d099

clone2727 clone2727 at gmail.com
Mon Nov 5 03:27:54 CET 2012


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ce03ff344f MOHAWK: Add detection for the Rugrats Adventure Game demo
3b7224f052 MOHAWK: Add Rugrats Print Shop demo detection


Commit: ce03ff344f2ff1b4ce61ce367d02113bb972f673
    https://github.com/scummvm/scummvm/commit/ce03ff344f2ff1b4ce61ce367d02113bb972f673
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-11-04T18:19:59-08:00

Commit Message:
MOHAWK: Add detection for the Rugrats Adventure Game demo

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 55814af..6eba2cf 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -2096,6 +2096,24 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Rugrats Adventure Game
+	// English Windows Demo
+	// From GeorgeQGreg (Rugrats Movie Soundtrack)
+	{
+		{
+			"rugrats",
+			"Demo",
+			AD_ENTRY1("outline", "adbd7ff6c5e1bdb7062c89879a4e39e6"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO | ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV4,
+		0,
+		0
+	},
+
 	{
 		{
 			"lbsampler",


Commit: 3b7224f0526704165d7109bf8cba901435d5d099
    https://github.com/scummvm/scummvm/commit/3b7224f0526704165d7109bf8cba901435d5d099
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-11-04T18:26:09-08:00

Commit Message:
MOHAWK: Add Rugrats Print Shop demo detection

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



diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 5664929..ef07de0 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -143,6 +143,7 @@ static const PlainGameDescriptor mohawkGames[] = {
 	{"harryhh","Harry and the Haunted House"},
 	{"stellaluna", "Stellaluna"},
 	{"sheila", "Sheila Rae, the Brave"},
+	{"rugratsps", "Rugrats Print Shop" },
 	{0, 0}
 };
 
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 6eba2cf..fc7dfce 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -2525,6 +2525,24 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Rugrats Print Shop
+	// English Windows Demo
+	// From GeorgeQGreg (Rugrats Movie Soundtrack)
+	{
+		{
+			"rugratsps",
+			"Demo",
+			AD_ENTRY1("outline", "808d5ee8427180ddebdd5dd4199b47cb"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_DEMO | ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV4,
+		0,
+		0
+	},
+
 	{ AD_TABLE_END_MARKER, 0, 0, 0 }
 };
 






More information about the Scummvm-git-logs mailing list