Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fully remove bitmap font support (#11863) | sfan5 | 2022-01-08 |
| | | | Freetype is now a build requirement. | ||
* | Protect font initialization with mutex | sfan5 | 2021-12-18 |
| | | | | fixes #4532 | ||
* | Replace fallback font nonsense with automatic per-glyph fallback (#11084) | sfan5 | 2021-03-29 |
| | |||
* | Settings: Purge getDefault, clean FontEngine | SmallJoker | 2021-01-29 |
| | |||
* | Include irrlichttypes.h first to work around Irrlicht#433 (#10872) | Vitaliy | 2021-01-28 |
| | | | Fixes the PcgRandom::PcgRandom linker issue, caused by inconsistent data type definition. | ||
* | Fix MSVC compiler warnings (#10197) | adrido | 2020-08-23 |
| | |||
* | Add FormSpec font styling options (#9763) | v-rob | 2020-07-12 |
| | | | | | | | * Add FormSpec font styling options * Change multiplication to stof * Remove extraneous check | ||
* | Clean up font caching, fix bitmap fonts | SmallJoker | 2019-11-03 |
| | |||
* | Formspec: add hypertext element | Pierre-Yves Rollo | 2019-11-03 |
| | |||
* | 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 (?) | ||
* | Move client-specific files to 'src/client' (#7902) | Quentin Bazin | 2018-11-28 |
Update Android.mk Remove 'src/client' from include_directories |