summaryrefslogtreecommitdiff
path: root/src/resources/imagehelper.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Another fix for old compilers.Andrei Karas1-2/+2
2016-12-12Fix too long lines.Andrei Karas1-1/+2
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-3/+3
2016-09-23Add missing comments into defines.Andrei Karas1-2/+3
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas1-2/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-2/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-13Move rendertype.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-03add missing consts.Andrei Karas1-1/+1
2014-07-01Add to image helper function to copy surface into part of image.Andrei Karas1-4/+11
2014-06-04Create empty OpenGL textures in batches.Andrei Karas1-6/+8
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
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