aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/subtitles.cpp
AgeCommit message (Collapse)Author
2019-07-21BLADERUNNER: Avoid redundant calls to wordWrapText for the same textThanasis Antoniou
2019-07-18BLADERUNNER: Make subtitles variable local (#1753)dafioram
2019-07-16BLADERUNNER: Use ScummVM word wrapping algorithmPeter Kohaut
2019-07-16BLADERUNNER: Added TTF & UTF8 support for subtitlesPeter Kohaut
2019-07-16BLADERUNNER: Ajdust font interface to ScummVM's onePeter Kohaut
2019-06-28BLADERUNNER: JANITORIAL: Code formatting fixesThanasis Antoniou
2019-05-29BLADERUNNER: Support for displaying subtitles infoThanasis Antoniou
2019-03-09BLADERUNNER: Clean-up for subtitles initialization codePeter Kohaut
2019-03-09BLADERUNNER: Subtitles code improvementsThanasis Antoniou
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-02-25BLADERUNNER: Avoid using global objects in subtitle codeEugene Sandulenko
2019-02-25Revert "BLADERUNNER: Possible fix for broken build"Eugene Sandulenko
This reverts commit 727e583b94b80e299a2b6c52e67a7b99ec3558b8. Revert "BLADERUNNER: Possible fix for clang warning for subtitles" This reverts commit 78b14649beb833ecbc9c573e04078b626558ddc1.
2019-02-25BLADERUNNER: Possible fix for broken buildThanasis Antoniou
Previous fix attempt for the clang warning "warning: declaration requires a global destructor [-Wglobal-constructors]" went awry
2019-02-24BLADERUNNER: Possible fix for clang warning for subtitlesThanasis Antoniou
2019-01-06BLADERUNNER: All versions have ENG for BRLOGO and WSTLGOantoniou79
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.
2018-12-25BLADERUNNER: Remove fallback to internal fontantoniou79
2018-12-25BLADERUNNER: Clear up old TODO in subtitles.cppantoniou79
2018-12-25BLADERUNNER more comments on calculatePosition workingsThanasis Antoniou
A bit of cleaning up of Subtitles::calculatePosition() method adding comments.
2018-12-25BLADERUNNER: switch clause in fonts and style fixesantoniou79
2018-12-25BLADERUNNER: removed BLADERUNNER_SUBTITLES_EXTERNAL_FONTantoniou79
2018-12-25BLADERUNNER: SUBTITLES.MIX pack supportantoniou79
2018-12-25BLADERUNNER: Removed compile time macros, added synch with GUIThanasis Antoniou
2018-12-25BLADERUNNER: Added subtitles support and checkbox in KIAThanasis Antoniou