[Scummvm-git-logs] scummvm master -> a983a3a8b974cad68d997dc1824001099f0df6a8

sev- noreply at scummvm.org
Sat Mar 4 22:44:36 UTC 2023


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

Summary:
b0841ffa0e NEWS: Mention new Atari port
a983a3a8b9 SWORD1: Fixed checksums for Polish version with DXA


Commit: b0841ffa0e307d72954b3a8c7ca113bea632b598
    https://github.com/scummvm/scummvm/commit/b0841ffa0e307d72954b3a8c7ca113bea632b598
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-04T23:43:35+01:00

Commit Message:
NEWS: Mention new Atari port

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index e373dd9ade2..5e17ae2bc1d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -5,6 +5,7 @@ For a more comprehensive changelog of the latest experimental code, see:
 
  New platforms:
    - Added libretro new shiny port.
+   - Added Atari port.
 
  Asylum:
    - Added support for Chinese Sanitarium.


Commit: a983a3a8b974cad68d997dc1824001099f0df6a8
    https://github.com/scummvm/scummvm/commit/a983a3a8b974cad68d997dc1824001099f0df6a8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-04T23:43:45+01:00

Commit Message:
SWORD1: Fixed checksums for Polish version with DXA

Changed paths:
    engines/sword1/detection_tables.h


diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index aff2f83d93c..31a3596ace6 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -336,9 +336,9 @@ static const ADGameDescription gameDescriptions[] = {
 	{
 		"sword1",
 		"English speech and DXA cutscenes",
-		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1087240,
-				   "clusters/swordres.rif", "88c0793a4fa908083b00f6677c545f78", 58916,
-				   "clusters/text.clu",     "7d9e47533fde5333dc310bfd73eaeb5c", 2666944,
+		AD_ENTRY4s("clusters/scripts.clu",  "72b10193714e8c6e4daca51791c0db0c", 1088292,
+				   "clusters/swordres.rif", "04a41fc5783d18a8958d41aa9a3823af", 59788,
+				   "clusters/text.clu",     "b9e7b3e342569be68738e4681f2adeff", 3164267,
 				   "intro.dxa",             nullptr, -1),
 		Common::PL_POL,
 		Common::kPlatformWindows,




More information about the Scummvm-git-logs mailing list