index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
fontengine.cpp
Age
Commit message (
Expand
)
Author
2022-07-09
Enforce limits of settings that could cause buggy behaviour (#12450)
SmallJoker
2022-01-08
Fully remove bitmap font support (#11863)
sfan5
2021-12-30
Improve TTF support for pixel-style fonts (#11848)
Vincent Robinson
2021-12-18
Protect font initialization with mutex
sfan5
2021-06-01
fontengine: Fix crash loading PNG/XML fonts from paths without dot
sfan5
2021-03-29
Replace fallback font nonsense with automatic per-glyph fallback (#11084)
sfan5
2021-01-29
Settings: Purge getDefault, clean FontEngine
SmallJoker
2020-07-12
Add FormSpec font styling options (#9763)
v-rob
2020-04-08
Overall improvements to log messages (#9598)
sfan5
2020-03-20
Add comments for translators (#9510)
Wuzzy
2019-11-03
Clean up font caching, fix bitmap fonts
SmallJoker
2019-11-03
Formspec: add hypertext element
Pierre-Yves Rollo
2019-09-24
Fix some reference counters (memleak) (#8981)
SmallJoker
2019-08-24
fontengine: Fix non-gettext builds
SmallJoker
2019-08-06
Clean up and fix freetype=false crashes (#8641)
SmallJoker
2018-12-08
Fix crash if display resolution is not set (#7950)
Martin Renold
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin