aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes/static_text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and fix freetype=false crashes (#8641)SmallJoker2019-08-061-10/+33
| | | | | A IGUIFont of type bitmap/vector cannot be converted to CGUITTFont Fixes various segfaults in gameplay Shorter font cache code, cleaned up (?)
* Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIXnumber Zero2018-11-111-8/+0
|
* Merge cguittfont lib in irrlicht change folder. (#6016)Loïc Blot2017-06-201-6/+1
| | | | | | * Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType
* Irrlicht 1.9 supportsfan52016-12-261-0/+4
|
* Add colored text (not only colored chat).Ekdohibs2016-05-311-0/+679
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.