[Scummvm-git-logs] scummvm master -> 5ddc825c2cbbf211ef96dc2b480c2896b4208509

tag2015 noreply at scummvm.org
Sat Jul 6 14:18:06 UTC 2024


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:
5ddc825c2c XEEN: Add detection entries for non-interactive demos


Commit: 5ddc825c2cbbf211ef96dc2b480c2896b4208509
    https://github.com/scummvm/scummvm/commit/5ddc825c2cbbf211ef96dc2b480c2896b4208509
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-07-06T16:15:16+02:00

Commit Message:
XEEN: Add detection entries for non-interactive demos

Fix #15200

Changed paths:
    engines/mm/detection_tables.h


diff --git a/engines/mm/detection_tables.h b/engines/mm/detection_tables.h
index 147844e46dd..487caefd597 100644
--- a/engines/mm/detection_tables.h
+++ b/engines/mm/detection_tables.h
@@ -195,6 +195,21 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
+	{
+		// World of Xeen (DOS non-interactive demo)
+		{
+			"worldofxeen",
+			"Non-Interactive Demo",
+			AD_ENTRY1s("demo.cc", "bcd6775323833dc8dd2d930c3b98da03", 4556916),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE | ADGF_DEMO,
+			GUIO0()
+		},
+		GType_WorldOfXeen,
+		0
+	},
+
 	{
 		// Clouds of Xeen
 		{
@@ -271,6 +286,21 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
+	{
+		// Clouds of Xeen (DOS non-interactive demo)
+		{
+			"cloudsofxeen",
+			"Non-Interactive Demo",
+			AD_ENTRY1s("logobak.raw", "68425e43f4b0c74f5ff448d1f3c9855c", 64000),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE | ADGF_DEMO,
+			GUIO0()
+		},
+		GType_Clouds,
+		0
+	},
+
 	{
 		// Darkside of Xeen
 		{
@@ -348,6 +378,21 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
+	{
+		// Darkside of Xeen (DOS non-interactive demo)
+		{
+			"darksideofxeen",
+			"Non-Interactive Demo",
+			AD_ENTRY1s("demo.cc", "2c320db380a479652a27a604c7c357b6", 5017135),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE | ADGF_DEMO,
+			GUIO0()
+		},
+		GType_DarkSide,
+		0
+	},
+
 	{
 		// Swords of Xeen
 		{




More information about the Scummvm-git-logs mailing list