summaryrefslogtreecommitdiff
path: root/src/gui/truetypefont.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-20Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-1/+2
2009-02-10Removed many pointless comparisons with NULLBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Fixed font glyph caching.Ira Rice1-4/+0
2009-01-24Code reformattingBjørn Lindeijer1-2/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-7/+4
2009-01-06Fixed the true type font to render unicode nowBjørn Lindeijer1-2/+2
2009-01-05Fixed rendering of special charactersBjørn Lindeijer1-2/+2
2009-01-05Increased text chunk cache size to improve performance when a lot of text is ...Philipp Sehmisch1-1/+1
2009-01-05Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer1-7/+7
2009-01-05Added support for alpha blending to true type font drawing.Philipp Sehmisch1-0/+7
2009-01-05Fixed double-free of true-type resources.Guillaume Melquiond1-2/+5
2009-01-05Modified the Aethyra client to use the TMW TrueType class, rather thanEugenio Favalli1-0/+170