aboutsummaryrefslogtreecommitdiff
path: root/src/cguittfont/CGUITTFont.cpp
AgeCommit message (Collapse)Author
2017-06-20Merge cguittfont lib in irrlicht change folder. (#6016)Loïc Blot
* Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType
2017-04-17Plug two minor Leaks (#5603)Auke Kok
* Resource leak: CHECK_FILE_ERR returns, without freeing chunk_name. Found with static analysis. * Resource leak: leaks `page` on error path. Found with static analysis.
2016-05-31Add colored text (not only colored chat).Ekdohibs
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.
2015-02-13Suppress CGUITTFONT build warningsCraig Robbins
2015-02-06Fix warnings in CGUITTFont.cppCraig Robbins
2015-02-05Suppress 4 gcc 4.9.2 warnings in CGUITTFont.cppngosang
2014-06-20Fix labels and vertlabels on some systems.RealBadAngel
2014-06-19Fix newline not handled to to interpreting it as invisible charsapier
2013-12-14Add alpha setting to font shadowBlockMen
2013-12-12Add configurable font shadow.Ilya Zhuravlev
2013-02-14Add Freetype supportIlya Zhuravlev