summaryrefslogtreecommitdiff
path: root/src/text.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+5
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-13/+14
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-01-29Fix code style.Andrei Karas1-5/+0
2016-01-15Fix code style.Andrei Karas1-4/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-27Add method for get text object width.Andrei Karas1-0/+5
2015-06-26Add missing checks into other files.Andrei Karas1-2/+2
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-30Move theme colors enum into separate file.Andrei Karas1-1/+3
2015-05-27Add strong typed bool type Move.Andrei Karas1-2/+3
2015-05-27Add strong typed bool type Speech.Andrei Karas1-6/+9
2015-05-26Use local TextChunk in text class.Andrei Karas1-6/+21
2015-05-26Improve a bit text class.Andrei Karas1-16/+17
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-4/+11
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-25Fix license headers.Andrei Karas1-1/+1
2014-05-19fix code style.Andrei Karas1-0/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-03-28simplify variables cleanup.Andrei Karas1-2/+3
2014-03-16Remove some useless static methods from theme.Andrei Karas1-1/+1
2014-03-16Improve theme usage.Andrei Karas1-2/+2
2014-02-22Move color into gui dir.Andrei Karas1-3/+3
2014-02-16combine font classes in one.Andrei Karas1-5/+3
2014-02-15Remove useless graphics casts.Andrei Karas1-3/+5
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-5/+5
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
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
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
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