summaryrefslogtreecommitdiff
path: root/src/resources/sdlimagehelper.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-24move surface combination into sdlimagehelper.Andrei Karas1-0/+10
2013-08-24remove unused sdl2gfx files.Andrei Karas1-1/+0
2013-08-24separate SDLGraphics and SDLImageHelper to 1.2 and 2.Andrei Karas1-12/+3
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-1/+12
2013-08-19improve a bit normal dye code.Andrei Karas1-14/+1
2013-08-19fix dye for big endian system again.Andrei Karas1-4/+12
2013-08-18improve software A,S dye speed.Andrei Karas1-18/+2
2013-07-25Improve a bit dye code formatting.Andrei Karas1-4/+4
2013-06-21fix code style.Andrei Karas1-6/+0
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-04-21some other fixes from cpplint.Andrei Karas1-1/+1
2013-04-15improve imagehelper class.Andrei Karas1-10/+11
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-02-10Improve a bit image load speed.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-28Fix different warnings from previous commits.Andrei Karas1-1/+2
2012-12-27Fix text size if it was not power of two.Andrei Karas1-0/+1
2012-12-27Change outline function to better quality but slower.Andrei Karas1-0/+18
2012-09-30add atlas textures support.Andrei Karas1-1/+1
2012-09-05Fix useless variables initialisations.Andrei Karas1-2/+1
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-09-03Add const to more classes.Andrei Karas1-17/+19
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+4
2012-07-16Add new dye type A.Andrei Karas1-24/+47
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-13/+13
2012-06-11Fix code style.Andrei Karas1-1/+1
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-0/+280