summaryrefslogtreecommitdiff
path: root/src/text.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-10-25add missing checks.Andrei Karas1-2/+2
2013-10-19fix const in definition in text.Andrei Karas1-1/+1
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-1/+1
2013-09-09remove useless includes from some files.Andrei Karas1-1/+0
2013-04-20fix style in other files.Andrei Karas1-0/+2
2013-03-31Add option to move player names (disabled by default).Andrei Karas1-2/+9
In old implimentation names was always moved.
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Remove textrenderer class.Andrei Karas1-7/+9
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+7
2012-09-08Improve constructors in some classes.Andrei Karas1-8/+4
2012-09-04Add const to more classes.Andrei Karas1-11/+12
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-04Add support for default theme file names.Andrei Karas1-1/+1
2012-07-15Change text buble theming.Andrei Karas1-47/+11
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+1
It can improve perfomance in slow systems.
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-14/+14
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-02-19Update copyrights.Andrei Karas1-1/+2
2011-01-02Initial commit.Andrei Karas1-0/+194
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.