summaryrefslogtreecommitdiff
path: root/src/resources/imagehelper.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-19fix code style.Andrei Karas1-1/+1
2014-03-15fix code style.Andrei Karas1-1/+2
2014-03-10remove duplicate code from imagehelper.Andrei Karas1-6/+3
2014-02-02Add missing const and static into resource classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-25improve construcors in abstract classes.Andrei Karas1-3/+3
2013-09-16remove unused includes from resources.Andrei Karas1-3/+1
2013-09-13Fix compilation errors with different flags.Andrei Karas1-5/+7
2013-09-01add renderer enum.Andrei Karas1-3/+5
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas1-1/+1
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-05-28fix guard header part3.Andrei Karas1-3/+3
2013-04-15improve imagehelper class.Andrei Karas1-12/+13
2013-02-10Improve a bit image load speed.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
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/+3
2012-10-30Add unused warnings to other files.Andrei Karas1-10/+11
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+5
2012-09-30add atlas textures support.Andrei Karas1-3/+4
2012-09-02Add const to more classes.Andrei Karas1-6/+6
2012-06-15Fix code style.Andrei Karas1-16/+15
2012-06-14Fix compilation error with clang.Andrei Karas1-4/+8
2012-06-11Fix code style.Andrei Karas1-0/+3
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-94/+13
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-0/+170