summaryrefslogtreecommitdiff
path: root/src/resources/subimage.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Move subimage class into image directory.Andrei Karas1-232/+0
2016-05-06Fix code style.Andrei Karas1-2/+2
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas1-1/+1
2016-04-25Fix Image and SubImage memory calculaiton functions.Andrei Karas1-1/+2
2016-04-25Add memory count method into SubImage.Andrei Karas1-0/+7
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-12/+12
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-25Add missing checks into resources directory.Andrei Karas1-4/+8
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-15Add OpenGL extension GL_ARB_invalidate_subdata.Andrei Karas1-0/+7
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19remove default parameter from Image constructor.Andrei Karas1-1/+1
2013-09-16remove unused includes from resources.Andrei Karas1-8/+0
2013-08-31move render classes into render dir.Andrei Karas1-3/+3
2013-08-29improve debug checkers.Andrei Karas1-0/+8
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas1-2/+4
2013-08-26fix drawing issue in software mode in SDL2.Andrei Karas1-0/+4
2013-08-25add partial support for software mode with SDL2.Andrei Karas1-0/+53
2013-08-25add code for image creation/deletion.Andrei Karas1-0/+10
2013-04-21some other fixes from cpplint.Andrei Karas1-4/+4
2013-04-20fix style in resources directory.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-0/+1
2012-09-30Some fixes in atlases deletion.Andrei Karas1-0/+2
2012-09-04Add const to more classes.Andrei Karas1-6/+8
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-1/+1
2012-07-19Rename opengl1graphics to safeopenglgraphics.Andrei Karas1-1/+1
2012-06-28Add debug for binding textures.Andrei Karas1-0/+6
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-4/+4
2012-06-10Move SubImage class to separate file.Andrei Karas1-0/+134