[Scummvm-cvs-logs] scummvm master -> 82e263223a6ae0ecbf9ae23c94fefba2bd6f5dd9

whoozle whoozle at yandex.ru
Sat Jun 25 14:51:25 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:
82e263223a DREAMWEB: Added german and spanish floppy versions


Commit: 82e263223a6ae0ecbf9ae23c94fefba2bd6f5dd9
    https://github.com/scummvm/scummvm/commit/82e263223a6ae0ecbf9ae23c94fefba2bd6f5dd9
Author: Vladimir Menshakov (whoozle at yandex.ru)
Date: 2011-06-25T05:49:22-07:00

Commit Message:
DREAMWEB: Added german and spanish floppy versions

Changed paths:
    engines/dreamweb/detection_tables.h



diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index f32b8de..0208b7e 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -81,6 +81,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
 		},
 	},
 
+	// German floppy release
+	{
+		{
+			"dreamweb",
+			"",
+			{
+				{"dreamweb.r00", 0, "9960dc3baddabc6ad2a6fd75292b149c", 155886},
+				{"dreamweb.r02", 0, "48e1f42a53402f963ca2d1ed969f4084", 212823},
+				AD_LISTEND
+			},
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			ADGF_UNSTABLE,
+			GUIO_NONE
+		},
+	},
+
 	// German CD release
 	{
 		{
@@ -98,6 +115,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
 		},
 	},
 
+	// Spanish floppy release
+	{
+		{
+			"dreamweb",
+			"",
+			{
+				{"dreamweb.r00", 0, "2df07174321de39c4f17c9ff654b268a", 153608},
+				{"dreamweb.r02", 0, "f97d435ad5da08fb1bcf6ea3dd6e0b9e", 199499},
+				AD_LISTEND
+			},
+			Common::ES_ESP,
+			Common::kPlatformPC,
+			ADGF_UNSTABLE,
+			GUIO_NONE
+		},
+	},
+
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list