summaryrefslogtreecommitdiff
path: root/src/resources/sdlimagehelper.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-08Fix code style in resources.Andrei Karas1-4/+4
2014-03-10remove duplicate code from imagehelper.Andrei Karas1-18/+0
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18add restrict into sdlimagehelper.Andrei Karas1-4/+4
2013-11-06improve images loading speed in software mode with SDL1.2Andrei Karas1-4/+7
2013-10-19fix initialisation in sdlimagehelper.Andrei Karas1-2/+1
2013-09-16remove unused includes from resources.Andrei Karas1-2/+0
2013-09-13Fix compilation errors with different flags.Andrei Karas1-5/+0
2013-09-01add renderer enum.Andrei Karas1-2/+2
2013-08-29improve debug checkers.Andrei Karas1-4/+4
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas1-0/+2
2013-08-26add surface allocation debug code.Andrei Karas1-6/+6
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