Age | Commit message (Expand) | Author | Files | Lines |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -6/+6 |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+6 |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -14/+14 |
2017-06-04 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2017-06-03 | Add custom image to image blit function based on fuction from sdl_gfx SDL_gfx... | Andrei Karas | 1 | -2/+14 |
2017-05-25 | Switch in replaceAColor into using custom despatcher. | Andrei Karas | 1 | -1/+1 |
2017-05-24 | Switch in replaceSColor into using custom despatcher. | Andrei Karas | 1 | -1/+1 |
2017-05-14 | Add assert about non 32 bit images. | Andrei Karas | 1 | -0/+1 |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 |
2016-11-04 | Fix some defines/includes, because in some systems it may works wrong. | Andrei Karas | 1 | -1/+1 |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -3/+4 |
2016-08-12 | Remove extra include from sdlimagehelper.cpp | Andrei Karas | 1 | -2/+0 |
2016-08-11 | Add asserts into imagehelpers. | Andrei Karas | 1 | -3/+5 |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -1/+0 |
2016-06-07 | Move image class into image directory. | Andrei Karas | 1 | -2/+2 |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -0/+4 |
2016-04-28 | Fix overload virtual warning with SDL2. | Andrei Karas | 1 | -2/+2 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -3/+3 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-21 | Move dye related files into dye directory. | Andrei Karas | 1 | -2/+3 |
2015-07-11 | Add missing checks into resources. | Andrei Karas | 1 | -0/+2 |
2015-04-26 | Use cilkplus in sdlimagehelper. | Andrei Karas | 1 | -1/+1 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-08-03 | add missing consts. | Andrei Karas | 1 | -1/+1 |
2014-07-02 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 |
2014-07-01 | Add to image helper function to copy surface into part of image. | Andrei Karas | 1 | -0/+17 |
2014-06-04 | Create empty OpenGL textures in batches. | Andrei Karas | 1 | -4/+4 |
2014-05-18 | Move dyepalatte into separate file. | Andrei Karas | 1 | -2/+2 |
2014-05-08 | Fix code style in resources. | Andrei Karas | 1 | -4/+4 |
2014-03-10 | remove duplicate code from imagehelper. | Andrei Karas | 1 | -18/+0 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-12-18 | add restrict into sdlimagehelper. | Andrei Karas | 1 | -4/+4 |
2013-11-06 | improve images loading speed in software mode with SDL1.2 | Andrei Karas | 1 | -4/+7 |
2013-10-19 | fix initialisation in sdlimagehelper. | Andrei Karas | 1 | -2/+1 |
2013-09-16 | remove unused includes from resources. | Andrei Karas | 1 | -2/+0 |
2013-09-13 | Fix compilation errors with different flags. | Andrei Karas | 1 | -5/+0 |
2013-09-01 | add renderer enum. | Andrei Karas | 1 | -2/+2 |
2013-08-29 | improve debug checkers. | Andrei Karas | 1 | -4/+4 |
2013-08-29 | fix compilation errors and warnings in debug checkers. | Andrei Karas | 1 | -0/+2 |
2013-08-26 | add surface allocation debug code. | Andrei Karas | 1 | -6/+6 |
2013-08-24 | move surface combination into sdlimagehelper. | Andrei Karas | 1 | -0/+10 |
2013-08-24 | remove unused sdl2gfx files. | Andrei Karas | 1 | -1/+0 |
2013-08-24 | separate SDLGraphics and SDLImageHelper to 1.2 and 2. | Andrei Karas | 1 | -12/+3 |
2013-08-24 | first part of fixes for compilation with SDL2 | Andrei Karas | 1 | -1/+12 |
2013-08-19 | improve a bit normal dye code. | Andrei Karas | 1 | -14/+1 |
2013-08-19 | fix dye for big endian system again. | Andrei Karas | 1 | -4/+12 |
2013-08-18 | improve software A,S dye speed. | Andrei Karas | 1 | -18/+2 |
2013-07-25 | Improve a bit dye code formatting. | Andrei Karas | 1 | -4/+4 |
2013-06-21 | fix code style. | Andrei Karas | 1 | -6/+0 |
2013-06-03 | Remove subdir SDL from SDL includes. | Andrei Karas | 1 | -2/+2 |