[Scummvm-git-logs] scummvm master -> 204060d1f0b88a5e1d4cb2010a76080281e3a327

dreammaster dreammaster at scummvm.org
Tue Jul 10 02:42:01 CEST 2018


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

Summary:
2702c1c865 XEEN: Add detection entry for Darkside of Xeen German BG
f009688b43 XEEN: add another source for the german Clouds game files
204060d1f0 XEEN: name a source of the game files for the german Worlds version


Commit: 2702c1c8657ed820d405154a6ac91cefb6c267c8
    https://github.com/scummvm/scummvm/commit/2702c1c8657ed820d405154a6ac91cefb6c267c8
Author: Henrik Kretzschmar (henne at nachtwindheim.de)
Date: 2018-07-09T17:41:56-07:00

Commit Message:
XEEN: Add detection entry for Darkside of Xeen German BG

Changed paths:
    engines/xeen/detection_tables.h


diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index a0a6a2c..ea2a4a6 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -173,6 +173,25 @@ static const XeenGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Dark Side of Xeen (Bestseller Games Magazine #8 German)
+		{
+			"darksideofxeen",
+			nullptr,
+			{
+				{ "dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11173657},
+				{ "intro.cc", 0, "e47a7ab0223cf32b2d87eed91d024c35", 8899953},
+				AD_LISTEND
+			},
+			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
+		},
+		GType_DarkSide,
+		0
+	},
+
+	{
 		// Swords of Xeen
 		{
 			"swordsofxeen",


Commit: f009688b43265b4da8d838a5286c44a77dc50914
    https://github.com/scummvm/scummvm/commit/f009688b43265b4da8d838a5286c44a77dc50914
Author: Henrik Kretzschmar (henne at nachtwindheim.de)
Date: 2018-07-09T17:41:56-07:00

Commit Message:
XEEN: add another source for the german Clouds game files

Changed paths:
    engines/xeen/detection_tables.h


diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index ea2a4a6..50b587c 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -117,9 +117,8 @@ static const XeenGameDescription gameDescriptions[] = {
 		0
 	},
 
-
 	{
-		// Clouds of Xeen (GOG German)
+		// Clouds of Xeen (GOG, Bestseller Games Magazine #6 German)
 		{
 			"cloudsofxeen",
 			nullptr,


Commit: 204060d1f0b88a5e1d4cb2010a76080281e3a327
    https://github.com/scummvm/scummvm/commit/204060d1f0b88a5e1d4cb2010a76080281e3a327
Author: Henrik Kretzschmar (henne at nachtwindheim.de)
Date: 2018-07-09T17:41:56-07:00

Commit Message:
XEEN: name a source of the game files for the german Worlds version

Changed paths:
    engines/xeen/detection_tables.h


diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index 50b587c..f44c2da 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -43,13 +43,14 @@ static const XeenGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// World of Xeen (German)
+		// World of Xeen (Bestseller Games Magazine #6 + #8 German)
 		{
 			"worldofxeen",
 			nullptr,
 			{
 				{"xeen.cc", 0, "f4e4b3ddc43bd102dbe1637f480f1fa1", 13214150},
 				{"dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11173657},
+				{"intro.cc", 0, "e47a7ab0223cf32b2d87eed91d024c35", 8899953},
 				AD_LISTEND
 			},
 			Common::DE_DEU,





More information about the Scummvm-git-logs mailing list