summaryrefslogtreecommitdiff
path: root/src/resources/image.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into image.Andrei Karas1-3/+4
2013-11-01add dyecmd tool into automake.Andrei Karas1-0/+3
2013-10-19remove default parameter from Image constructor.Andrei Karas1-1/+1
2013-10-19remove virtual keyword from unload method in Image.Andrei Karas1-1/+1
2013-09-16fix compilation with SDL2.Andrei Karas1-0/+4
2013-09-16remove unused includes from resources.Andrei Karas1-5/+1
2013-09-01add software renderer for SDL2.Andrei Karas1-0/+2
2013-08-26fix compilation warnings with sdl2.Andrei Karas1-0/+2
2013-08-25add partial support for software mode with SDL2.Andrei Karas1-0/+7
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas1-0/+3
2013-08-24extract surface draw into surfacegraphics class.Andrei Karas1-0/+1
2013-08-18testDyeAndrei Karas1-0/+1
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas1-0/+1
2013-07-28move bools in image.Andrei Karas1-2/+2
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-05-28fix guard header part3.Andrei Karas1-3/+3
2013-04-24add null opengl renderer.Andrei Karas1-0/+1
2013-04-15improve image class.Andrei Karas1-1/+1
2013-04-14another fixes from cpplint.Andrei Karas1-7/+0
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-15/+17
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-0/+1
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas1-1/+5
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-11Replace some getters to direct fileds using.Andrei Karas1-2/+2
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-10-06Improve map draw speed in fast opengl.Andrei Karas1-3/+2
2012-09-30add atlas textures support.Andrei Karas1-0/+1
2012-09-27Show in resource releases texture id.Andrei Karas1-0/+3
2012-09-02Add const to more classes.Andrei Karas1-9/+10
2012-08-26Add const to graphics class.Andrei Karas1-1/+1
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-1/+1
2012-07-19Rename opengl1graphics to safeopenglgraphics.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-3/+3
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-0/+2
2012-06-10Move SubImage class to separate file.Andrei Karas1-35/+0
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-102/+1
2012-06-06Dump surface format at start.Andrei Karas1-0/+2
2012-04-27Add option for enable textures compression (disabled by default)Andrei Karas1-0/+9
2012-04-07Add option to enable/disable texture blurring. (GL_LINEAR/GL_LINEAR)Andrei Karas1-0/+4
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas1-1/+2
2012-02-03Add some missing getters.Andrei Karas1-4/+4
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-9/+6
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+2
2011-10-27Add command to dump to chat main graphics settings.Andrei Karas1-0/+3
2011-09-08Fix compilation errors.Andrei Karas1-1/+1
2011-09-08Fix code style.Andrei Karas1-1/+1