summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fontwrapper-ft.h
Commit message (Expand)AuthorAgeFilesLines
* Android port.frogbotherer2012-09-081-0/+5
* Use std namespace.Raphael Langella2012-08-261-3/+3
* Don't crash on font rendering when there's anything outside ascender..descender.frogbotherer2012-07-281-3/+8
* Force a flush if we get 255 glyph substitutions in a text block.Adam Borowski2012-07-091-0/+4
* Fix some type confusion.Adam Borowski2012-07-091-5/+5
* Fix assumptions about char signedness.Adam Borowski2012-07-091-3/+3
* Evict glyph loading to a separate function.Adam Borowski2012-07-091-0/+1
* more efficient font rendering using glTexSubImage2Dfrogbotherer2012-07-081-1/+0
* improved unicode support with more efficient use of texturesfrogbotherer2012-06-251-3/+12
* added proper unicode support at the cost of some memory overheadfrogbotherer2012-06-251-2/+25
* First prototype of webtiles.Florian Diebold2011-06-261-2/+2
* Let tiles output our UTF-8 encoded strings -- only the ISO-8859-1 subset for ...Adam Borowski2010-09-271-2/+2
* Reuse the same buffer when drawing fonts.Enne Walker2010-05-141-0/+1
* Comment cleanup.Enne Walker2010-04-241-2/+3
* General coding standards update.Enne Walker2010-04-241-24/+24
* Declaired certain member functions const.Ixtli2010-04-241-7/+7
* Created FontWrapper, and made FT flag in makefile.Ixtli2010-04-241-0/+100