[Scummvm-git-logs] scummvm master -> 1d368c432202275f18f7836d68659a2d0df80370
sev-
sev at scummvm.org
Mon Jan 20 00:23:34 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1d368c4322 SCI: Added detection for the updated Russian LoL translation
Commit: 1d368c432202275f18f7836d68659a2d0df80370
https://github.com/scummvm/scummvm/commit/1d368c432202275f18f7836d68659a2d0df80370
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-20T01:23:26+01:00
Commit Message:
SCI: Added detection for the updated Russian LoL translation
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index b151154..a8584e0 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1130,7 +1130,7 @@ const KYRAGameDescription adGameDescs[] = {
LOL_CD_FLAGS
},
- // Russian fan translation
+ // Russian fan translation. Version 1. 03.01.2011
{
{
"lol",
@@ -1148,6 +1148,24 @@ const KYRAGameDescription adGameDescs[] = {
LOL_CD_FAN_FLAGS(Common::RU_RUS, Common::DE_DEU)
},
+ // Russian fan translation. Version 2. 06.07.2014
+ {
+ {
+ "lol",
+ "CD",
+ {
+ { "GENERAL.PAK", 0, "19354b0f464295c38c801d30588df062", -1 },
+ { "L01.PAK", 0, "d9b9644b709de55f990d5ef73e0f6d44", -1 },
+ { 0, 0, 0, 0 }
+ },
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_DROPLANGUAGE | ADGF_CD,
+ GUIO7(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS)
+ },
+ LOL_CD_FAN_FLAGS(Common::RU_RUS, Common::DE_DEU)
+ },
+
{
{
"lol",
More information about the Scummvm-git-logs
mailing list