sfan5
|
76dbd0d2d0
|
Fully remove bitmap font support (#11863)
Freetype is now a build requirement.
|
2022-01-08 14:53:25 +01:00 |
|
sfan5
|
49f7d2494c
|
Protect font initialization with mutex
fixes #4532
|
2021-12-18 20:38:33 +01:00 |
|
sfan5
|
8d89f5f0cc
|
Replace fallback font nonsense with automatic per-glyph fallback (#11084)
|
2021-03-29 19:55:24 +02:00 |
|
SmallJoker
|
2760371d8e
|
Settings: Purge getDefault, clean FontEngine
|
2021-01-29 17:32:35 +01:00 |
|
Vitaliy
|
ed0882fd58
|
Include irrlichttypes.h first to work around Irrlicht#433 (#10872)
Fixes the PcgRandom::PcgRandom linker issue, caused by inconsistent data type definition.
|
2021-01-28 21:25:13 +01:00 |
|
adrido
|
3c2890692b
|
Fix MSVC compiler warnings (#10197)
|
2020-08-23 15:41:04 +02:00 |
|
v-rob
|
2bec83eec0
|
Add FormSpec font styling options (#9763)
* Add FormSpec font styling options
* Change multiplication to stof
* Remove extraneous check
|
2020-07-12 09:48:50 +02:00 |
|
SmallJoker
|
388ea737f5
|
Clean up font caching, fix bitmap fonts
|
2019-11-03 11:45:33 +01:00 |
|
Pierre-Yves Rollo
|
72416a6a1f
|
Formspec: add hypertext element
|
2019-11-03 11:45:33 +01:00 |
|
SmallJoker
|
233cb86e86
|
Clean up and fix freetype=false crashes (#8641)
A IGUIFont of type bitmap/vector cannot be converted to CGUITTFont
Fixes various segfaults in gameplay
Shorter font cache code, cleaned up (?)
|
2019-08-06 21:33:13 +02:00 |
|
Quentin Bazin
|
5f1cd555cd
|
Move client-specific files to 'src/client' (#7902)
Update Android.mk
Remove 'src/client' from include_directories
|
2018-11-28 20:01:49 +01:00 |
|