summaryrefslogtreecommitdiff
path: root/src/gui/sdlfont.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-28fix code style.Andrei Karas1-1/+1
2013-05-26improve temp fix for alpha channel in cached strings in software renderer.Andrei Karas1-48/+23
2013-05-25temp fix for text particle effects in software mode.Andrei Karas1-12/+45
2013-05-19improve SDLFont class.Andrei Karas1-36/+9
2013-04-26fix code style.Andrei Karas1-6/+8
2013-04-25add in sdlfont map support also for calculating string widths.Andrei Karas1-0/+20
2013-04-25in sdlfont add map for fast search in list.Andrei Karas1-43/+63
2013-04-25impliment new list in sdlfont.Andrei Karas1-139/+242
2013-04-21some other fixes from cpplint.Andrei Karas1-2/+1
2013-04-20fix style in gui directory.Andrei Karas1-0/+2
2013-03-02Another fixes after Coverity checks.Andrei Karas1-0/+4
2013-02-26Improve string usage in other files.Andrei Karas1-2/+4
2013-02-10Improve font cache cleaning.Andrei Karas1-8/+12
2013-02-01Fix code style.Andrei Karas1-2/+3
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-1/+1
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-4/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-03Fix SDL_gfx confict from broken header.Andrei Karas1-7/+5
2012-12-28Remove unused font object from sdlfont class.Andrei Karas1-17/+4
2012-12-28Fix different warnings from previous commits.Andrei Karas1-3/+4
2012-12-27Fix text size if it was not power of two.Andrei Karas1-2/+5
2012-12-27Change outline function to better quality but slower.Andrei Karas1-5/+29
2012-12-27Add support for draw outlined text.Andrei Karas1-13/+55
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-1/+10
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-07Improve constructors in some classes.Andrei Karas1-2/+2
2012-09-04add const to more classes,Andrei Karas1-2/+2
2012-08-28Add const to more classes.Andrei Karas1-17/+18
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-07-18Another warning fixes.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-3/+3
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-1/+1
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-3/+2
2012-05-13Fix code style.Andrei Karas1-1/+1
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-10/+13
2012-04-25Improve iterators part 1.Andrei Karas1-2/+4
2012-04-01Last part of fixes.Andrei Karas1-8/+8
2012-02-15Add function to fix dir separator.Andrei Karas1-3/+8
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-4/+4
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-2/+2
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-20Improve perfomance in creation SDL font surfaces.Andrei Karas1-8/+13
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-08Improved algorithm for cleaning sdltext cache.Andrei Karas1-10/+33
2011-04-09Small fix to code style and compilation warning.Andrei Karas1-2/+2
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-0/+340