[Scummvm-git-logs] scummvm master -> 975c4b26214e3d3f3a765d05c81f6914c192d489
lotharsm
noreply at scummvm.org
Thu Oct 27 07:51:23 UTC 2022
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:
104721aae9 SWORD2: Include text.clu in En-US version detection
975c4b2621 SWORD2: Add detection entry for Hebrew V2
Commit: 104721aae9815c507fe82ef42ec7f2b0377b21a6
https://github.com/scummvm/scummvm/commit/104721aae9815c507fe82ef42ec7f2b0377b21a6
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2022-10-27T09:51:19+02:00
Commit Message:
SWORD2: Include text.clu in En-US version detection
To prevent detecting it instead of translated versions.
Changed paths:
engines/sword2/detection_tables.h
diff --git a/engines/sword2/detection_tables.h b/engines/sword2/detection_tables.h
index 75b58b94197..b7548938892 100644
--- a/engines/sword2/detection_tables.h
+++ b/engines/sword2/detection_tables.h
@@ -83,7 +83,7 @@ static const Sword2GameDescription gameDescriptions[] = {
"sword2",
"",
AD_ENTRY3s("general.clu", "31db8564f9187538f24d9fda0677f666", 7059728,
- "resource.tab", "ee4c0a8a2b8821ca113ea4176968b857", 16584,
+ "text.clu", "9b344d976ca8d19a1cf5aa4413397f6b", 304968,
"speech1.clu", "a403904a0e825356107d228f8f74092e", 176260048),
Common::EN_ANY,
Common::kPlatformWindows,
Commit: 975c4b26214e3d3f3a765d05c81f6914c192d489
https://github.com/scummvm/scummvm/commit/975c4b26214e3d3f3a765d05c81f6914c192d489
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2022-10-27T09:51:19+02:00
Commit Message:
SWORD2: Add detection entry for Hebrew V2
Changed paths:
engines/sword2/detection_tables.h
diff --git a/engines/sword2/detection_tables.h b/engines/sword2/detection_tables.h
index b7548938892..44cb858019b 100644
--- a/engines/sword2/detection_tables.h
+++ b/engines/sword2/detection_tables.h
@@ -209,7 +209,7 @@ static const Sword2GameDescription gameDescriptions[] = {
{
{
"sword2",
- "English speech",
+ "Fanmade/English speech/V1",
AD_ENTRY2s("general.clu", "31db8564f9187538f24d9fda0677f666", 7059728,
"text.clu", "93ea23ccf78dc746ed9a027fcf66d58d", 248692),
Common::HE_ISR,
@@ -220,6 +220,20 @@ static const Sword2GameDescription gameDescriptions[] = {
0
},
+ {
+ {
+ "sword2",
+ "Fanmade/English speech/V2",
+ AD_ENTRY2s("general.clu", "31db8564f9187538f24d9fda0677f666", 7059728,
+ "text.clu", "b5442676e958309bf1a4817dd3893aab", 248702),
+ Common::HE_ISR,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
{
{
"sword2",
More information about the Scummvm-git-logs
mailing list