summaryrefslogtreecommitdiff
path: root/src/render/graphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-30add drawImageRect into each renderer. but copy function body to shared file.Andrei Karas1-64/+0
2013-12-30Improve calcImageRect in renderers.Andrei Karas1-9/+13
2013-12-30Remove unused comments from graphics.Andrei Karas1-3/+0
2013-12-30Improve drawImageRect in renderers.Andrei Karas1-18/+13
2013-12-29improve draw image calls.Andrei Karas1-4/+4
2013-12-28Remove unused method from renders.Andrei Karas1-13/+0
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas1-10/+10
2013-12-22allow correct draw control background if width smaller than some image sizes.Andrei Karas1-9/+27
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-4/+4
2013-12-14Improve a bit separate images drawing.Andrei Karas1-4/+4
2013-11-01fix dyecmd. now it works.Andrei Karas1-0/+2
2013-10-10fix code style.Andrei Karas1-1/+1
2013-09-16remove unused includes from render files.Andrei Karas1-3/+1
2013-09-12fix compilation warning.Andrei Karas1-1/+2
2013-09-08fix window resize from settings in SDL2.Andrei Karas1-0/+7
2013-09-01fix renderer names and types.Andrei Karas1-2/+2
2013-08-31move render classes into render dir.Andrei Karas1-0/+586