[Scummvm-git-logs] scummvm master -> be1d07f319b6e959848a9807e84bf3b00fa5df86
sev-
noreply at scummvm.org
Wed Mar 1 23:44:18 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:
44a55cdd44 SWORD2: Added detection for Polish alternate version. Bug #14277
be1d07f319 NEWS: Mention sword1/2 detection additions
Commit: 44a55cdd4463c2a2779ee151f8b574eff54666fe
https://github.com/scummvm/scummvm/commit/44a55cdd4463c2a2779ee151f8b574eff54666fe
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-02T00:41:15+01:00
Commit Message:
SWORD2: Added detection for Polish alternate version. Bug #14277
Changed paths:
engines/sword2/detection_tables.h
diff --git a/engines/sword2/detection_tables.h b/engines/sword2/detection_tables.h
index 50e8a301ad1..700e460e02a 100644
--- a/engines/sword2/detection_tables.h
+++ b/engines/sword2/detection_tables.h
@@ -240,6 +240,18 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ { // Alternate version. Bugreport #14277
+ "sword2",
+ "English speech/alternate version",
+ AD_ENTRY3s("general.clu", "31db8564f9187538f24d9fda0677f666", 7059728,
+ "text.clu", "77fb6f58acad0f9c4eebeb5527b32861", 410707,
+ "docks.clu", "b39246fbb5b955a29f9a207c69bfc318", 20262263),
+ Common::PL_POL,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword2",
"English speech",
Commit: be1d07f319b6e959848a9807e84bf3b00fa5df86
https://github.com/scummvm/scummvm/commit/be1d07f319b6e959848a9807e84bf3b00fa5df86
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-02T00:43:04+01:00
Commit Message:
NEWS: Mention sword1/2 detection additions
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 4463e58ca37..99447715ce7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -25,10 +25,11 @@ For a more comprehensive changelog of the latest experimental code, see:
- Fixed crash when hovering over certain spells.
Sword1:
- - Added detection for Czech version with ScummVM cutscenes.
+ - Added detection for Czech and Polish versions with DXA cutscenes.
Sword2:
- Added support for GOG.com version.
+ - Added detection for alternate Polish version.
RISC OS port:
- Fixed crash on RISC OS 5 with games that require lots of RAM.
More information about the Scummvm-git-logs
mailing list