[Scummvm-git-logs] scummvm master -> 1e033bc7e21f0580eeb9bb60cfe1b195872fca64
sev-
sev at scummvm.org
Wed Aug 4 10:45:57 UTC 2021
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:
6c50af5ad3 SCI: Added detection for Russian KQ4
8614bbea6d AGI: Added detection for KQ1 Russian
1e033bc7e2 NEWS: Mention support for Russian AGI games
Commit: 6c50af5ad3915340ab32ad203647d0a241d9d619
https://github.com/scummvm/scummvm/commit/6c50af5ad3915340ab32ad203647d0a241d9d619
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-04T12:28:35+02:00
Commit Message:
SCI: Added detection for Russian KQ4
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index edd416b6f9..d618f6dfd9 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1641,6 +1641,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformAtariST, 0, GUIO_STD16_UNDITHER },
+ // King's Quest 4 - Russian
+ // Game version 1.001.111 (Sep 23, 1988)
+ // SCI interpreter version 0.000.274
+ {"kq4sci", "SCI", {
+ {"resource.map", 0, "f0833063ba4bd58072cf0e3402c8be69", 5712},
+ {"resource.001", 0, "28bcd0c6363762fde0ef12c491fb706b", 2401589},
+ AD_LISTEND},
+ Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER },
+
#define GUIO_KQ5_CD_WINDOWS GUIO6(GUIO_MIDIGM, \
GAMEOPTION_PREFER_DIGITAL_SFX, \
GAMEOPTION_ORIGINAL_SAVELOAD, \
Commit: 8614bbea6da9c576db6320193e8cdd855b02be4e
https://github.com/scummvm/scummvm/commit/8614bbea6da9c576db6320193e8cdd855b02be4e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-04T12:31:44+02:00
Commit Message:
AGI: Added detection for KQ1 Russian
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 39f2c1ba06..ec8b75e6ea 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -337,6 +337,9 @@ static const AGIGameDescription gameDescriptions[] = {
// King's Quest 1 (CoCo3 360k) [AGI 2.072]
GAME_PS("kq1", "updated", "94087178c78933a4af3cd24d1c8dd7b2", 315, 0x2440, GID_KQ1, Common::kPlatformCoCo3),
+ // King's Quest 1 (Russian)
+ GAME_LPS("kq1", "", "973f5830ed5e1c919354dfbcd5036c53", 315, Common::RU_RUS, 0x2440, GID_KQ1, Common::kPlatformDOS),
+
// King's Quest 2 (IIgs) 2.0A 6/16/88 (CE)
GAME_PO("kq2", "2.0A 1988-06-16 (CE)", "5203c8b95250a2ecfee93ddb99414753", 0x2917, GID_KQ2, Common::kPlatformApple2GS, GAMEOPTIONS_APPLE2GS),
Commit: 1e033bc7e21f0580eeb9bb60cfe1b195872fca64
https://github.com/scummvm/scummvm/commit/1e033bc7e21f0580eeb9bb60cfe1b195872fca64
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-04T12:45:33+02:00
Commit Message:
NEWS: Mention support for Russian AGI games
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index d97def16e6..91bb05dda1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -39,6 +39,9 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added command line option --window-size for specifying ScummVM window size,
applicable only to the OpenGL renderer.
+ AGI:
+ - Added support for Russian versions. Input now works.
+
AGOS:
- Added support for the Japanese PC-98 version of Elvira 1.
More information about the Scummvm-git-logs
mailing list