aboutsummaryrefslogtreecommitdiff
path: root/src/fontengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change i++ to ++iDavid Jones2015-08-251-1/+1
* Settings: pass name to callbacks by referenceest312015-07-091-1/+2
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-8/+8
* Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb...gregorycu2015-01-251-13/+13
* Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%...Craig Robbins2015-01-251-1/+1
* Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im...gregorycu2015-01-231-1/+1
* FontEngine: Don't use file extension to check font file compatibilitykwolekr2014-12-291-7/+1
* Fix MSVC compiling warnings and remove an unused textureSmallJoker2014-12-121-2/+1
* Fix segfault at exit caused by non grabbed fontKahrl2014-11-301-0/+1
* Make hud use fontengine toosapier2014-11-301-4/+2
* Implement proper font handlingsapier2014-11-301-0/+463