aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes/static_text.cpp
AgeCommit message (Collapse)Author
2023-03-01Drop dependency on IrrCompileConfignumzero
The only remaining thing is IRRLICHT_SDK_VERSION via irrlicht.h
2023-02-18Remove dead code behind Irrlicht version checkssfan5
2022-06-16Update my nameNathanaël Courant
2022-01-08Fully remove bitmap font support (#11863)sfan5
Freetype is now a build requirement.
2021-12-29Remove unused (de)serializeAttributes() methodsROllerozxa
2021-04-02CGUITTFont optimizations (#11136)sfan5
2021-03-31Irrlicht support code maintenancesfan5
2021-03-09Restore Irrlicht 1.9 supportsfan5
2020-02-01StaticText: Reset background on EnrichedString change (#9340)SmallJoker
This also fixes the F6 profiler background color -> now controlled by EnrichedString
2020-01-22StaticText/EnrichedString: Styling support (#9187)SmallJoker
* StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests
2019-12-09Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross
2019-08-06Clean up and fix freetype=false crashes (#8641)SmallJoker
A IGUIFont of type bitmap/vector cannot be converted to CGUITTFont Fixes various segfaults in gameplay Shorter font cache code, cleaned up (?)
2018-11-11Drop .NET-specific workaround: _IRR_IMPLEMENT_MANAGED_MARSHALLING_BUGFIXnumber Zero
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
2016-12-26Irrlicht 1.9 supportsfan5
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.