[Scummvm-git-logs] scummvm master -> 46ed1ec22253760696410e0adc2abd6c7f90f426

sev- noreply at scummvm.org
Sun Jan 15 17:39:48 UTC 2023


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:
46ed1ec222 SWORD1: Added support for 25th Anniversory disk layout


Commit: 46ed1ec22253760696410e0adc2abd6c7f90f426
    https://github.com/scummvm/scummvm/commit/46ed1ec22253760696410e0adc2abd6c7f90f426
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-01-15T18:39:18+01:00

Commit Message:
SWORD1: Added support for 25th Anniversory disk layout

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index 4a5089ca8f8..0e097c494c2 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -125,6 +125,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{ // 25th Anniversary rerelease
+		"sword1",
+		"25th Anniversary",
+		AD_ENTRY4s("scripts.clu",        "72b10193714e8c6e4daca51791c0db0c", 1087240,
+				   "swordres.rif",       "d21d6321ee2dbb2d7d7ca2d2a940c34a", 58916,
+				   "text.clu",           "76f93f5feecc8915435105478f3c6615", 2704592,
+				   "smackshi/intro.smk", "d82a7869ace8fcecaa519c04c4bfc483", 13233268),
+		Common::EN_GRB,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword1",
 		"Rerelease",




More information about the Scummvm-git-logs mailing list