summaryrefslogtreecommitdiff
path: root/src/resources/atlasmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-18add restrict into atlasmanager.Andrei Karas1-3/+3
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+1
2013-09-16remove unused includes from resources.Andrei Karas1-6/+0
2013-09-15add RWops leaks reporting.Andrei Karas1-1/+2
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas1-3/+6
2013-08-27fix code style.Andrei Karas1-1/+2
2013-08-26add surface allocation debug code.Andrei Karas1-2/+3
2013-08-25add code for image creation/deletion.Andrei Karas1-0/+9
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas1-2/+2
2013-08-24fix atlases cretion in SDL2.Andrei Karas1-8/+7
2013-08-24extract surface draw into surfacegraphics class.Andrei Karas1-3/+3
2013-08-24improve dirs usage in Client.Andrei Karas1-1/+1
2013-08-24store window size into rectangle.Andrei Karas1-2/+4
2013-08-24some SDL2 complilation fixes.Andrei Karas1-1/+5
2013-08-24rename target in graphics into window.Andrei Karas1-1/+1
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+4
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas1-2/+2
2013-04-15improve atlasmanager.Andrei Karas1-20/+16
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+0
2013-03-02Other fixes from Coverity checks.Andrei Karas1-5/+6
2013-02-26Improve string usage in other files.Andrei Karas1-2/+4
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-25/+10
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-03fix memory problems with atlases.Andrei Karas1-1/+24
2012-10-03Add support for dye in atlasmanager.Andrei Karas1-6/+22
2012-09-30Some fixes in atlases deletion.Andrei Karas1-14/+10
2012-09-30Override inc/dec ref to add/remove atlas images to resource cache.Andrei Karas1-9/+60
2012-09-30Disable atlases debug information.Andrei Karas1-7/+7
2012-09-30Some error fixes in atlases.Andrei Karas1-0/+8
2012-09-30add atlas textures support.Andrei Karas1-0/+302