aboutsummaryrefslogtreecommitdiff
path: root/src/fontengine.cpp
AgeCommit message (Collapse)Author
2015-01-25Settings fixes Make the GameGlobalShaderConstantSetter use the settings ↵gregorycu
callback (8% perf improvement in game loop) Ensure variable is set Ensure settings callback is threadsafe
2015-01-25Revert "Make the GameGlobalShaderConstantSetter use the settings callback ↵Craig Robbins
(8% perf improvement in game loop)" This reverts commit a555e2d9b0ccee452996381a44677b8bec210036.
2015-01-23Make the GameGlobalShaderConstantSetter use the settings callback (8% perf ↵gregorycu
improvement in game loop) Amend the settings callback to support userdata
2014-12-29FontEngine: Don't use file extension to check font file compatibilitykwolekr
2014-12-12Fix MSVC compiling warnings and remove an unused textureSmallJoker
2014-11-30Fix segfault at exit caused by non grabbed fontKahrl
2014-11-30Make hud use fontengine toosapier
Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often
2014-11-30Implement proper font handlingsapier