Commit Graph
111291 Commits
Author SHA1 Message Date
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
athrxx 3437beffab COMMON: add new flag ADGF_UNSUPPORTED to advanced detector
This will give an error dialog and not actually start the game. The dialog can be customized with a message from the ADGameDescription::extra field.

Some changes have been made to DetectedGame to prevent the string from the extras field to be appended to the game description.
2020-11-08 20:31:39 +01:00
Martin Gerhardy b25d81ca1d TWINE: replaced magic numbers and use local vars 2020-11-08 13:44:49 +01:00
Martin Gerhardy 137aa787ce TWINE: extract to local var 2020-11-08 13:44:49 +01:00
Martin Gerhardy 78a909c16c TWINE: converted members to local var 2020-11-08 13:44:49 +01:00
Martin Gerhardy 03654bdd3e TWINE: there is no other return value as 1 2020-11-08 13:44:49 +01:00
Martin Gerhardy 0842ffa071 TWINE: moved members to local vars and reduced visibility 2020-11-08 13:44:49 +01:00
Martin Gerhardy 010941083e TWINE: moved members to local var 2020-11-08 13:44:49 +01:00
mdenizdemirci 18f4ab109b I18N: Update translation (Turkish)
Currently translated at 14.0% (210 of 1490 strings)
2020-11-08 12:43:59 +00:00
Martin Gerhardy 03e0dcdd9c TWINE: removed yet another member from renderer class and made it a local var 2020-11-08 13:02:37 +01:00
Martin Gerhardy 60935e83ed TWINE: const and reduced scope in renderer code 2020-11-08 12:49:49 +01:00
Martin Gerhardy f4f67faee0 TWINE: fixed a few endian issues in the animation code
the body and keyframe data is directly loaded from the hqrs
2020-11-08 12:33:02 +01:00