solvespace/res
whitequark 645c2d90ac Move bitmap font to res/fonts/; remove unifont2c.
This commit integrates the bitmap font in the resource system, so
that cross-compilation would be easier.

The font handling code was carefully written to do glyph parsing
lazily; in practice this means that after this commit, startup
is less than 25ms slower, most of it spent in inflate().

This should also result in faster rendering, since there is no
rampant plane switching anymore; instead, all characters that are
actually used are stashed into same one texture.
2016-05-18 11:24:24 +00:00
..
cocoa OS X: move resources to res/. 2016-05-18 11:24:23 +00:00
fonts Move bitmap font to res/fonts/; remove unifont2c. 2016-05-18 11:24:24 +00:00
freedesktop freedesktop: move resources to res/. 2016-05-18 11:24:23 +00:00
icons Move icons to res/icons/; remove png2c. 2016-05-18 11:24:24 +00:00
win32 Win32: move resources to res/. 2016-05-18 11:24:23 +00:00
banner.txt Implement a resource system. 2016-05-18 11:24:23 +00:00
CMakeLists.txt Move bitmap font to res/fonts/; remove unifont2c. 2016-05-18 11:24:24 +00:00