Commit Graph
22 Commits
Author SHA1 Message Date
Thanasis Antoniou 286054b857 BLADERUNNER: Avoid redundant calls to wordWrapText for the same text 2019-07-21 23:19:00 +03:00
dafioram b3508245a0 BLADERUNNER: Make subtitles variable local (#1753) 2019-07-18 18:23:28 +02:00
Peter Kohaut 39e4fdb98c BLADERUNNER: Use ScummVM word wrapping algorithm 2019-07-16 21:56:33 +02:00
Peter Kohaut a767a6800d BLADERUNNER: Added TTF & UTF8 support for subtitles 2019-07-16 21:32:34 +02:00
Peter Kohaut ffbfe90afa BLADERUNNER: Ajdust font interface to ScummVM's one 2019-07-16 21:32:34 +02:00
Thanasis Antoniou a81e3add2f BLADERUNNER: JANITORIAL: Code formatting fixes 2019-06-28 15:30:44 +03:00
Thanasis Antoniou b7e1f8a9ff BLADERUNNER: Support for displaying subtitles info 2019-05-29 12:08:24 +03:00
Peter Kohaut 06629b0826 BLADERUNNER: Clean-up for subtitles initialization code 2019-03-09 23:06:35 +01:00
Thanasis Antoniou 90688204d2 BLADERUNNER: Subtitles code improvements
Allow for 4 lines of subtitles, but start from using 2 lines by default

Also added debugger command to allow for immediate text testing for subtitles
2019-03-09 20:01:29 +02:00
Eugene Sandulenko 390b243ef2 BLADERUNNER: Avoid using global objects in subtitle code 2019-02-25 09:22:39 +01:00
Eugene Sandulenko d0a88a4b5c Revert "BLADERUNNER: Possible fix for broken build"
This reverts commit 727e583b94.

Revert "BLADERUNNER: Possible fix for clang warning for subtitles"

This reverts commit 78b14649be.
2019-02-25 09:19:25 +01:00
Thanasis Antoniou 727e583b94 BLADERUNNER: Possible fix for broken build
Previous fix attempt for the clang warning "warning: declaration requires a global destructor [-Wglobal-constructors]" went awry
2019-02-25 00:05:01 +02:00
Thanasis Antoniou 78b14649be BLADERUNNER: Possible fix for clang warning for subtitles 2019-02-24 23:39:52 +02:00
antoniou79 9be700c022 BLADERUNNER: All versions have ENG for BRLOGO and WSTLGO
All game language versions have the English VQA for the logo videos

Do not append the localization suffix to those two, but use the '_E' suffix instead.
2019-01-06 17:12:02 +01:00
antoniou79 c5da2df9e8 BLADERUNNER: Remove fallback to internal font 2018-12-25 12:35:52 +01:00
antoniou79 35e248f3f4 BLADERUNNER: Clear up old TODO in subtitles.cpp 2018-12-25 12:35:52 +01:00
Thanasis Antoniou 301acd2ea3 BLADERUNNER more comments on calculatePosition workings
A bit of cleaning up of Subtitles::calculatePosition() method adding comments.
2018-12-25 12:35:52 +01:00
antoniou79 79ff97d5d9 BLADERUNNER: switch clause in fonts and style fixes 2018-12-25 12:35:52 +01:00
antoniou79 2f28926f22 BLADERUNNER: removed BLADERUNNER_SUBTITLES_EXTERNAL_FONT 2018-12-25 12:35:52 +01:00
antoniou79 6f55071c57 BLADERUNNER: SUBTITLES.MIX pack support 2018-12-25 12:35:52 +01:00
Thanasis Antoniou f101906bc2 BLADERUNNER: Removed compile time macros, added synch with GUI 2018-12-25 12:35:52 +01:00
Thanasis Antoniou a86625700f BLADERUNNER: Added subtitles support and checkbox in KIA 2018-12-25 12:35:52 +01:00