summaryrefslogtreecommitdiff
path: root/src/render/graphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-29Add type defines for SDL_Rect based on SDL version.Andrei Karas1-6/+6
2014-03-24fix code style.Andrei Karas1-5/+5
2014-02-24Rename Rectangle into Rect.Andrei Karas1-6/+6
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-6/+6
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+123
2014-02-15Fix scale apply if using SDL 2.Andrei Karas1-1/+3
2014-02-05fix adjusting scale if resolution too low.Andrei Karas1-2/+15
2014-02-02Add missing const and static into render classes.Andrei Karas1-1/+1
2014-01-30Fix code style.Andrei Karas1-2/+2
2014-01-29fix on the fly scalle changing.Andrei Karas1-5/+4
2014-01-29allow apply scale without client restart.Andrei Karas1-3/+22
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas1-18/+30
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-31fix code style.Andrei Karas1-1/+0
2013-12-30add calcImageRect into each renderer. but copy function body to shared file.Andrei Karas1-70/+0
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