Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fully remove bitmap font support (#11863) | sfan5 | 2022-01-08 |
| | | | Freetype is now a build requirement. | ||
* | Remove unused (de)serializeAttributes() methods | ROllerozxa | 2021-12-29 |
| | |||
* | CGUITTFont optimizations (#11136) | sfan5 | 2021-04-02 |
| | |||
* | Irrlicht support code maintenance | sfan5 | 2021-03-31 |
| | |||
* | Restore Irrlicht 1.9 support | sfan5 | 2021-03-09 |
| | |||
* | StaticText: Reset background on EnrichedString change (#9340) | SmallJoker | 2020-02-01 |
| | | | This also fixes the F6 profiler background color -> now controlled by EnrichedString | ||
* | StaticText/EnrichedString: Styling support (#9187) | SmallJoker | 2020-01-22 |
| | | | | | | | | * StaticText/EnrichedString: Styling support * Fix tooltip fg/bgcolor * Fix default color for substr(), add unittests | ||
* | Refactor to centralize GUIButton styling/rendering code (#9090) | Hugues Ross | 2019-12-09 |
| | |||
* | Clean up and fix freetype=false crashes (#8641) | SmallJoker | 2019-08-06 |
| | | | | | 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_BUGFIX | number Zero | 2018-11-11 |
| | |||
* | Merge cguittfont lib in irrlicht change folder. (#6016) | Loïc Blot | 2017-06-20 |
| | | | | | | * Merge cguittfont lib in irrlicht change folder. This remove hack and static lib for FreeType | ||
* | Irrlicht 1.9 support | sfan5 | 2016-12-26 |
| | |||
* | Add colored text (not only colored chat). | Ekdohibs | 2016-05-31 |
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too. |