summaryrefslogtreecommitdiff
path: root/src/fontengine.cpp
Commit message (Expand)AuthorAge
* Fix issue Minetest crash when custom font path is not existMuhammad Rifqi Priyo Susanto2018-06-03
* Font: attempt fallback font, abort if no fonts found.Auke Kok2017-03-05
* Change i++ to ++iDavid Jones2015-08-25
* Settings: pass name to callbacks by referenceest312015-07-09
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb...gregorycu2015-01-25
* Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%...Craig Robbins2015-01-25
* Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im...gregorycu2015-01-23
* FontEngine: Don't use file extension to check font file compatibilitykwolekr2014-12-29
* Fix MSVC compiling warnings and remove an unused textureSmallJoker2014-12-12
* Fix segfault at exit caused by non grabbed fontKahrl2014-11-30
* Make hud use fontengine toosapier2014-11-30
* Implement proper font handlingsapier2014-11-30