aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/text
AgeCommit message (Expand)Author
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2015-12-21ZVISION: Use the cell size mode when loading TrueType fontsBastien Bouclet
2015-12-21GRAPHICS: Introduce a size mode for TrueType fontsBastien Bouclet
2015-07-07ZVISION: Reorganize detection dataDavid Russo
2015-07-07ZVISION: Correct code styleDavid Russo
2015-04-11ZVISION: Silence gcc warningsMatthew Hoops
2015-02-14ZVISION: Check for point and style changes when early breaking from a font ch...RichieSams
2015-02-11ZVISION: Refactor text rendering code in order to fix word wrappingRichieSams
2015-02-08ZVISION: Draw transparent text in original save dialogTorbjörn Andersson
2015-01-20ZVISION: Convert subtitles to UTF-32 before rendering them (bug #6772)Torbjörn Andersson
2015-01-13ZVISION: Add support for Liberation FontsFilippos Karapetis
2015-01-12ZVISION: Check eos() after reading from stream, not beforeTorbjörn Andersson
2015-01-12ZVISION: Check for all the required fonts before starting a gameFilippos Karapetis
2015-01-11ZVISION: Avoid using floating point math when upscaling subtitle timingFilippos Karapetis
2015-01-10ZVISION: Change screen resolution for the hires DVD videos to 800x600Filippos Karapetis
2015-01-07ZVISION: CleanupFilippos Karapetis
2015-01-01ZVISION: Really fix truetype_font.cpp newlinesMatthew Hoops
2015-01-02ZVISION: Fix newline in truetype_font.cppFilippos Karapetis
2014-12-30ZVISION: Search fonts in game directory (e.g. in game/FONTS/)Marisa-Chan
2014-12-26ZVISION: Remove duplicate blitting code for images and animationsFilippos Karapetis
2014-12-24ZVISION: Set all the internal graphics operations to use RGB555 (1/2)Filippos Karapetis
2014-12-23ZVISION: Disable more unused codeFilippos Karapetis
2014-12-23ZVISION: Disable unused codeFilippos Karapetis
2014-12-23ZVISION: Add a comment about the special 0xCCCC characterFilippos Karapetis
2014-12-23ZVISION: Move all of the text related code togetherFilippos Karapetis
2014-12-23ZVISION: Ignore the special 0xCCCC character in subtitlesFilippos Karapetis
2014-12-22ZVISION: Error out when the game string file isn't foundFilippos Karapetis
2014-12-22ZVISION: Prefix some class member variables with an underscoreFilippos Karapetis
2014-12-19ZVISION: Delete unused codeMarisa-Chan
2014-12-16ZVISION: Fix the display of state variables, such as the high scoreFilippos Karapetis
2014-12-16ZVISION: Move all the file-related classes togetherFilippos Karapetis
2014-12-03ZVISION: Move the TruetypeFont classFilippos Karapetis
2014-12-03ZVISION: Remove superfluous spacing and reorder some includesFilippos Karapetis
2014-12-03ZVISION: Use the ScummVM defined type int32, instead of int32_tFilippos Karapetis
2014-11-20ZVISION: More CamelCase and a bit of comments cleanupMarisa-Chan
2014-08-04ZVISION: Define ID's for system stringsMarisa-Chan
2014-07-12ZVISION: Fix drawTxt y-position.Marisa-Chan
2014-07-12ZVISION: String manager only load text lines without parsing text styles.Marisa-Chan
2014-07-02ZVISION: Reorgonize source files into directories.Marisa-Chan