[Scummvm-git-logs] scummvm master -> 539babf598b9028b845d39f90b4de80ca9cfe477

dreammaster dreammaster at scummvm.org
Tue May 18 02:15:11 UTC 2021


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:
539babf598 XEEN: Added French detection entries


Commit: 539babf598b9028b845d39f90b4de80ca9cfe477
    https://github.com/scummvm/scummvm/commit/539babf598b9028b845d39f90b4de80ca9cfe477
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-05-17T19:14:48-07:00

Commit Message:
XEEN: Added French detection entries

Changed paths:
    engines/xeen/detection_tables.h


diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index 905fd1e6a2..08b4d76b0a 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -91,6 +91,23 @@ static const XeenGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// World of Xeen French- French untested
+		// https://bugs.scummvm.org/ticket/12559
+		{
+			"worldofxeen",
+			nullptr,
+			AD_ENTRY2s("xeen.cc", "b9bb33bbd3783e7930ddedb189d7ba54", 13203565,
+					   "dark.cc",  "437618b6b5e76f174719dcb529edbfbb", 11152923),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_TESTING,
+			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
+		},
+		GType_WorldOfXeen,
+		0
+	},
+
 	{
 		// Clouds of Xeen
 		{
@@ -151,6 +168,22 @@ static const XeenGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// Clouds of Xeen- French untested
+		// https://bugs.scummvm.org/ticket/12557
+		{
+			"cloudsofxeen",
+			nullptr,
+			AD_ENTRY1s("xeen.cc", "b9bb33bbd3783e7930ddedb189d7ba54", 13203565),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_TESTING,
+			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
+		},
+		GType_Clouds,
+		0
+	},
+
 	{
 		// Darkside of Xeen
 		{
@@ -212,6 +245,22 @@ static const XeenGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// Darkside of Xeen- French untested
+		// https://bugs.scummvm.org/ticket/12558
+		{
+			"darksideofxeen",
+			nullptr,
+			AD_ENTRY1s("dark.cc", "437618b6b5e76f174719dcb529edbfbb", 11152923),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_TESTING,
+			GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
+		},
+		GType_DarkSide,
+		0
+	},
+
 	{
 		// Swords of Xeen
 		{




More information about the Scummvm-git-logs mailing list