Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use UTF-8 instead of narrow | est31 | 2015-07-08 |
| | | | | | Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit. | ||
* | Fix MSVC compiling warnings and remove an unused texture | SmallJoker | 2014-12-12 |
| | |||
* | Make hud use fontengine too | sapier | 2014-11-30 |
| | | | | | Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often | ||
* | Implement proper font handling | sapier | 2014-11-30 |