Fix a crash or random memory leak when reseting saved environment variable in test_se...
[oweals/minetest.git] / src / fontengine.cpp
2017-11-08 Muhammad Rifqi Pri... Fix issue Minetest crash when custom font path is not...
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-20 Loïc BlotMerge cguittfont lib in irrlicht change folder. (#6016)
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-03-05 Auke KokFont: attempt fallback font, abort if no fonts found.
2015-08-25 David JonesChange i++ to ++i
2015-07-09 est31Settings: pass name to callbacks by reference
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-01-25 gregorycuSettings fixes Make the GameGlobalShaderConstantSetter...
2015-01-24 Craig RobbinsRevert "Make the GameGlobalShaderConstantSetter use...
2015-01-24 gregorycuMake the GameGlobalShaderConstantSetter use the setting...
2014-12-29 kwolekrFontEngine: Don't use file extension to check font...
2014-12-12 SmallJokerFix MSVC compiling warnings and remove an unused texture
2014-11-30 KahrlFix segfault at exit caused by non grabbed font
2014-11-30 sapierMake hud use fontengine too
2014-11-30 sapierImplement proper font handling