summaryrefslogtreecommitdiff
path: root/src/resources/sdlimagehelper.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2023-04-06removed assertion for sdl surface bpp, tests get ugly, but default runtime wo...jak11-1/+0
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-12-07Fix code style.Andrei Karas1-8/+8
2018-11-27Remove extra ; from different code.Andrei Karas1-4/+4
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-05-05Remove support for CILK plus.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-18Remove extra includes.Andrei Karas1-5/+0
2017-09-18Replace SDL macro defines to SDL_GetError.Andrei Karas1-1/+1
2017-08-21Add support for if constexpr.Andrei Karas1-2/+2
2017-08-17Add missing image format fields into SDLImageHelper::load.Andrei Karas1-0/+14
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-6/+6
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+6
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-14/+14
2017-06-04Fix code style.Andrei Karas1-2/+2
2017-06-03Add custom image to image blit function based on fuction from sdl_gfx SDL_gfx...Andrei Karas1-2/+14
2017-05-25Switch in replaceAColor into using custom despatcher.Andrei Karas1-1/+1
2017-05-24Switch in replaceSColor into using custom despatcher.Andrei Karas1-1/+1
2017-05-14Add assert about non 32 bit images.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-3/+4
2016-08-12Remove extra include from sdlimagehelper.cppAndrei Karas1-2/+0
2016-08-11Add asserts into imagehelpers.Andrei Karas1-3/+5
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