Commit Graph

110752 Commits

Author SHA1 Message Date
Eugene Sandulenko
0af75a8c9d I18N: Update translation (Russian)
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-10 01:53:55 +00:00
Marcel Souza Lemes
73f2efe223 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-10 01:53:54 +00:00
George Kormendi
b4fc9d50bc I18N: Update translation (Hungarian)
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-10 01:53:52 +00:00
Purple T
99cd6cd538 I18N: Update translation (French)
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-10 01:53:51 +00:00
Timo Mikkolainen
b1949f982f I18N: Update translation (Finnish)
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-10 01:53:51 +00:00
Eugene Sandulenko
ab3ad6e1fe BLADERUNNER: Disable Siberian Studio Russian fan translations 2020-11-10 02:15:03 +01:00
Eugene Sandulenko
81161e0f95 TINSEL: Fix warnings 2020-11-10 02:14:41 +01:00
athrxx
76f38e7585 KYRA: (MR) - add detection entry for Russian fan translation
(This is unrelated to the removal of support for certain Russian LOK and HOF targets. This is apparently an old translation from a different author.)
2020-11-09 23:06:40 +01:00
Vladimir Serbinenko
4aa3d35d77
KYRA: Add a sanity test for aud files (#2614)
Russian translation dumbs out aud files, so don't attempt to read them
2020-11-09 22:57:13 +01:00
Walter Agazzi
859c612f6d I18N: Update translation (Italian)
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-09 21:48:05 +00:00
Lothar Serra Mari
36a2bda04b GRIM: Convert MD5 checksum dialog message to U32String 2020-11-09 22:42:04 +01:00
Cameron Cawley
128b20634f IOS7: Fix compilation with Xcode 2020-11-09 19:12:33 +00:00
Cameron Cawley
0d4625d2d5 IOS7: Make use of ModularMutexBackend 2020-11-09 19:12:33 +00:00
Cameron Cawley
832f5d1c4a IPHONE: Make use of ModularMutexBackend 2020-11-09 19:12:33 +00:00
Eugene Sandulenko
458b2332d5 JANITORIAL: Formatting fixes 2020-11-09 19:33:57 +01:00
Laurent Merckx
373f872dfa GRAPHICS: Fix no shader error on Raspberry PI 2020-11-09 17:41:26 +01:00
wonst719
a9541ca48b SCUMM: Cleanup Korean line break processing 2020-11-10 01:10:09 +09:00
wonst719
b99a748b4e SCUMM: Add comment for Korean postposition handling 2020-11-10 01:10:09 +09:00
wonst719
1ce198f06b SCUMM: Replace Scumm::checkHangul() with Scumm::checkKSCode()
- the two functions were identical
2020-11-10 01:10:09 +09:00
D G Turner
e74f225731 GRAPHICS: Fix Compilation Breakage from Merge of Korean Font Code
This breaks compilation on several platforms due to the initialization
in the header. This is replaced by adding a constructor / destructor
instead as per the other class, which also will aid future development
of this code.
2020-11-09 07:40:40 +00:00
Marcel Souza Lemes
583d4b9fda I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-09 04:44:00 +00:00
IlDucci
393a4ffe97 I18N: Update translation (Spanish)
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-09 04:43:59 +00:00
athrxx
2f3f9040a4 KYRA: minor cleanup 2020-11-09 01:55:28 +01:00
Vladimir Serbinenko
53f34d3acf HADESCH: Add detection of 2 known bad dumps 2020-11-09 01:13:16 +01:00
Paul Gilbert
0624935077 GLK: COMPREHEND: Fix white on black rendering when wearing goggles 2020-11-08 15:01:20 -08:00
Thierry Crozat
95903fbb55 SCI: Fix compilation 2020-11-08 22:14:34 +00:00
Lothar Serra Mari
6593a1740e NEWS: Mention SCI fan translations in German NEWS file 2020-11-08 21:37:06 +01:00
Filippos Karapetis
993e2d5890 NEWS: Mention the support of SCI Korean fan translated games 2020-11-08 22:33:56 +02:00
Filippos Karapetis
e9e30b0c23 SCI: Change the generated SCIFX code to arrays
The end result of these rules is palette adjustments, so there's no
reason to create custom code for each effect. Searching for palette
mods has an O(n) complexity, but the dataset is quite small, so it
should be negligible.
2020-11-08 22:27:46 +02:00
Filippos Karapetis
8cfef6c696 SCI: Add GUIO flags for hires SCI16 games and SQ4 CD 2020-11-08 22:27:46 +02:00
wonst719
e2415b59d6 SCI: Change Korean text detection method 2020-11-08 22:26:31 +02:00
wonst719
a615b7a66c SCI: Fix Korean detection table entries
- Remove GK1 exception in GfxFrameout::detectHiRes()
2020-11-08 22:26:31 +02:00
wonst719
00bd552840 SCI: Korean code cleanup
- Move repeated message.map tests into ResourceManager::isKoreanMessageMap()
- Fix comments
- Fix formatting
- Remove unused codes
2020-11-08 22:26:31 +02:00
wonst719
b60aa00175 SCI: Improve comment on Korean fan translated versions 2020-11-08 22:26:31 +02:00
wonst719
71d0362b75 GRAPHICS: Rewrite Korean codepage conversion code 2020-11-08 22:26:31 +02:00
wonst719
25da3603e4 SCI: Korean code cleanup
- Remove unused function definitions
- Remove unnecessary #include
- Fix comment
- Fix license header
2020-11-08 22:26:31 +02:00
wonst719
dc41e0e3cc SCI: Remove leftover code from scummvm-kor 2020-11-08 22:26:31 +02:00
wonst719
36f02ab3b9 SCI: Add missing const to GfxText32 methods 2020-11-08 22:26:31 +02:00
wonst719
b7664c24dc SCI: Korean fan translation support 2020-11-08 22:26:31 +02:00
Lothar Serra Mari
d63966d393 I18N: Update translation (German)
Currently translated at 100.0% (1493 of 1493 strings)
2020-11-08 20:22:11 +00:00
Lothar Serra Mari
612b8ae3c0 I18N: Rebuild translation information from sources 2020-11-08 21:16:58 +01:00
Lothar Serra Mari
8d8dcb5ccc KYRA: Add detection_tables.h to POTFILES 2020-11-08 21:16:40 +01:00
IlDucci
c326d96abe I18N: Update translation (Spanish)
Currently translated at 100.0% (1492 of 1492 strings)
2020-11-08 20:13:40 +00:00
Lothar Serra Mari
a10ad8740a I18N: Update translation (German)
Currently translated at 100.0% (1492 of 1492 strings)
2020-11-08 20:13:27 +00:00
mdenizdemirci
e32338c846 I18N: Update translation (Turkish)
Currently translated at 14.5% (217 of 1490 strings)
2020-11-08 20:05:49 +00:00
Lothar Serra Mari
783b23173f NEWS: Remove obsolete NEWS entry for Russian KYRA2 2020-11-08 21:05:28 +01:00
Lothar Serra Mari
bf3f7761a8 I18N: Rebuild translation information from sources 2020-11-08 21:03:26 +01:00
Lothar Serra Mari
dd431ab911 NEWS: Remove mention of KYRA1 russian fan translation 2020-11-08 21:02:18 +01:00
Martin Gerhardy
ff128d1787 TWINE: replaced magic numbers 2020-11-08 20:45:46 +01:00
athrxx
3af0d8daa3 KYRA: remove support for fan translations by Siberian Gremlin
(due to issues with the translator)
2020-11-08 20:31:42 +01:00