summaryrefslogtreecommitdiff
path: root/src/gui/sdlfont.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-16combine font classes in one.Andrei Karas1-603/+0
2014-02-16Remove Exception class.Andrei Karas1-5/+3
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-31fix code style.Andrei Karas1-3/+3
2013-12-29improve draw image calls.Andrei Karas1-2/+2
2013-12-20Remove advanced fonts loading. Because it may not work in some OS.Andrei Karas1-9/+8
2013-12-14Improve a bit separate images drawing.Andrei Karas1-2/+2
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+2
2013-10-19add missing initialisation in sdlfont.Andrei Karas1-1/+1
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-28Use fonts loading with physfs only with SDL2.Andrei Karas1-5/+5
2013-09-27Fix fonts loading on windows.Andrei Karas1-1/+8
2013-09-27fix code style and issues with different builds.Andrei Karas1-1/+0
2013-09-25fix compilation varningsAndrei Karas1-6/+1
2013-09-25improve a bit strings declaration.Andrei Karas1-1/+1
2013-09-22add support in ADNROID+SDL2 for loading data from assets.Andrei Karas1-2/+7
2013-09-22load fonts in separate function.Andrei Karas1-5/+9
2013-09-01add renderer enum.Andrei Karas1-3/+3
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-08-26add surface allocation debug code.Andrei Karas1-8/+10
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas1-6/+11
2013-08-24move surface combination into sdlimagehelper.Andrei Karas1-5/+6
2013-08-24fix outlined text draw in SDL2.Andrei Karas1-2/+2
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+8
2013-08-19fix compilation with old gcc.Andrei Karas1-1/+1
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