summaryrefslogtreecommitdiff
path: root/src/gui/sdlfont.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
Remove SDL merge method. It was very slow and unused.
2012-05-13Fix code style.Andrei Karas1-1/+1
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-10/+13
It can improve perfomance in slow systems.
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
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-05-08Improved algorithm for cleaning sdltext cache.Andrei Karas1-10/+33
Now cache using less memory, but possible some times working bit slower.
2011-04-09Small fix to code style and compilation warning.Andrei Karas1-2/+2
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-0/+340