summaryrefslogtreecommitdiff
path: root/src/resources/sdlimagehelper.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-1/+0
2016-06-07Move image class into image directory.Andrei Karas1-2/+2
2016-05-31Fix different include issues.Andrei Karas1-0/+4
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-21Move dye related files into dye directory.Andrei Karas1-2/+3
2015-07-11Add missing checks into resources.Andrei Karas1-0/+2
2015-04-26Use cilkplus in sdlimagehelper.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-03add missing consts.Andrei Karas1-1/+1
2014-07-02Fix compilation warnings.Andrei Karas1-2/+2
2014-07-01Add to image helper function to copy surface into part of image.Andrei Karas1-0/+17
2014-06-04Create empty OpenGL textures in batches.Andrei Karas1-4/+4
2014-05-18Move dyepalatte into separate file.Andrei Karas1-2/+2
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