summaryrefslogtreecommitdiff
path: root/src/resources/sdlimagehelper.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-09-30Add missing static keywordsAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-3/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Another fix for old compilers.Andrei Karas1-1/+1
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-2/+2
2016-06-15Fix other include issues.Andrei Karas1-0/+1
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas1-1/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-4/+4
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-4/+4
2016-01-02Update copyrights year.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-0/+5
2014-06-04Create empty OpenGL textures in batches.Andrei Karas1-5/+4
2014-06-03Fix wrong includes.Andrei Karas1-1/+1
2014-03-10remove duplicate code from imagehelper.Andrei Karas1-3/+0
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18add restrict into sdlimagehelper.Andrei Karas1-4/+4
2013-10-25fix code style.Andrei Karas1-1/+2
2013-10-24add final keyword to resources files.Andrei Karas1-4/+5
2013-09-27fix code style and issues with different builds.Andrei Karas1-1/+2
2013-09-26remove useless virtual keywords.Andrei Karas1-1/+1
2013-09-16remove unused includes from resources.Andrei Karas1-2/+0
2013-09-13Fix compilation errors with different flags.Andrei Karas1-6/+0
2013-09-01add renderer enum.Andrei Karas1-1/+1
2013-08-24move surface combination into sdlimagehelper.Andrei Karas1-0/+5
2013-08-24separate SDLGraphics and SDLImageHelper to 1.2 and 2.Andrei Karas1-0/+6
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-6/+8
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/+2
2012-10-30Add unused warnings to other files.Andrei Karas1-7/+8
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-1/+1
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-09-03Add const to more classes.Andrei Karas1-5/+6
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-0/+85