[Scummvm-git-logs] scummvm branch-2-7 -> 262971aa89b3491c456cdad3296b4d57ab166a2c

lotharsm noreply at scummvm.org
Sat Jul 1 10:24:25 UTC 2023


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:
2be48e3522 SWORD1: Add Brazilian game variant
5eff3c044d SWORD1: Add missing publisher information for PT_BRA version
262971aa89 NEWS: Mention new detection entries for various SWORD1 variants


Commit: 2be48e35223cff7cc1902c84adcd8ebf3ccd6c69
    https://github.com/scummvm/scummvm/commit/2be48e35223cff7cc1902c84adcd8ebf3ccd6c69
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T12:23:29+02:00

Commit Message:
SWORD1: Add Brazilian game variant

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index 56480901bcb..cc0cdc7ea28 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -333,6 +333,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO0()
 	},
 
+	{
+		"sword1",
+		"",
+		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1088468,
+				   "clusters/swordres.rif", "34c111f224e75050a523dc758c71d54e", 60612,
+				   "clusters/text.clu",     "76f93f5feecc8915435105478f3c6615", 3164478,
+				   "smackshi/intro.smk",    "4a7343c3d59526dcab04be7a6af3943a", 13238300),
+		Common::PT_BRA,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+
 	{
 		"sword1",
 		"English speech",


Commit: 5eff3c044de0bd85b0766b0cbe07239db05f32e8
    https://github.com/scummvm/scummvm/commit/5eff3c044de0bd85b0766b0cbe07239db05f32e8
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T12:23:43+02:00

Commit Message:
SWORD1: Add missing publisher information for PT_BRA version

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index cc0cdc7ea28..58febbb848a 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -335,7 +335,7 @@ static const ADGameDescription gameDescriptions[] = {
 
 	{
 		"sword1",
-		"",
+		"TecToy",
 		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1088468,
 				   "clusters/swordres.rif", "34c111f224e75050a523dc758c71d54e", 60612,
 				   "clusters/text.clu",     "76f93f5feecc8915435105478f3c6615", 3164478,


Commit: 262971aa89b3491c456cdad3296b4d57ab166a2c
    https://github.com/scummvm/scummvm/commit/262971aa89b3491c456cdad3296b4d57ab166a2c
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T12:23:59+02:00

Commit Message:
NEWS: Mention new detection entries for various SWORD1 variants

Changed paths:
    NEWS.md
    doc/de/NEUES.md


diff --git a/NEWS.md b/NEWS.md
index 2c76b637f25..a6e4918f3a3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -37,6 +37,8 @@ For a more comprehensive changelog of the latest experimental code, see:
 
  Sword1:
    - Added detection for Czech and Polish versions with DXA cutscenes.
+   - Added detection for alternative French and Italian versions.
+   - Added detection for Brazilian version published by TecToy.
 
  Sword2:
    - Added support for GOG.com version.
diff --git a/doc/de/NEUES.md b/doc/de/NEUES.md
index 12a3c9f08a6..36a0b503352 100644
--- a/doc/de/NEUES.md
+++ b/doc/de/NEUES.md
@@ -37,6 +37,8 @@ Umfangreichere Informationen über die Änderungen des aktuellen Codes findest D
 
  Sword1:
    - Die tschechischen und polnischen Versionen mit DXA-Zwischensequenzen werden nun korrekt erkannt.
+   - Unterstützung für alternative französische und italienische Versionen hinzugefügt.
+   - Unterstützung für die brasilianische Version von TecToy hinzugefügt.
 
  Sword2:
    - Unterstützung für die GOG.com-Version hinzugefügt.




More information about the Scummvm-git-logs mailing list