summaryrefslogtreecommitdiff
path: root/src/render
AgeCommit message (Expand)AuthorFilesLines
2013-12-30deduplicate opengl renders methods definition.Andrei Karas5-475/+149
2013-12-30Improve calcImageRect in renderers.Andrei Karas8-42/+20
2013-12-30Remove unused comments from graphics.Andrei Karas1-3/+0
2013-12-30Fix images drawing in software renderers.Andrei Karas2-4/+4
2013-12-30Improve drawImageRect in renderers.Andrei Karas2-34/+14
2013-12-30Improve drawRescaledImage in renderers.Andrei Karas16-300/+68
2013-12-29fix compilation warnings.Andrei Karas3-9/+13
2013-12-29improve draw image calls.Andrei Karas18-150/+67
2013-12-29Remove duplicate code from mobileopenglgraphics.Andrei Karas1-216/+44
2013-12-29Remove duplicate code from normalopenglgraphics.Andrei Karas1-254/+65
2013-12-29Remove unused variabled from mobileopenglgraphics.Andrei Karas2-8/+0
2013-12-29Add cached draw methods into renderers.Andrei Karas17-2/+1214
2013-12-28Remove unused method from renders.Andrei Karas2-21/+0
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas17-313/+313
2013-12-22allow correct draw control background if width smaller than some image sizes.Andrei Karas1-9/+27
2013-12-15add final keyword to some renderers classes and remove useless virtual keywords.Andrei Karas4-171/+150
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas16-37/+53
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas17-98/+108
2013-12-14Improve a bit separate images drawing.Andrei Karas10-39/+48
2013-11-17fix drawing outside of allowed area in SDL2 default renderer.Andrei Karas1-5/+5
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-0/+2
2013-11-03Rename in all places "fast opengl" into "normal opengl".Andrei Karas2-2/+2
2013-11-01fix dyecmd. now it works.Andrei Karas1-0/+2
2013-10-25fix code style.Andrei Karas3-7/+14
2013-10-25fix compilation with SDL2.Andrei Karas1-2/+2
2013-10-24remove unused setTargetPlane function from renderers.Andrei Karas8-28/+0
2013-10-24add final keyword to render files.Andrei Karas9-220/+273
2013-10-23replace some malloc/free by new/delete.Andrei Karas3-6/+6
2013-10-20Remove glPushMatrix and glPopMatrix from OpenGL renderers except safe opengl.Andrei Karas2-4/+28
2013-10-19fix const in declaration in safeopenglgraphics.Andrei Karas1-1/+1
2013-10-19fix const in nullopenglgraphics in declaration.Andrei Karas1-1/+1
2013-10-19fix const in declaration in normalopenglgraphics.Andrei Karas1-1/+1
2013-10-19fix const in declaration in mobileopenglgraphics.Andrei Karas1-2/+2
2013-10-19fix const in definition in graphics.hAndrei Karas1-2/+3
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas3-3/+3
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas2-10/+9
2013-10-10fix code style.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas1-3/+3
2013-09-30move mgl files into render directory.Andrei Karas2-0/+186
2013-09-29change smaller letter literalt into capital letter.Andrei Karas4-25/+25
2013-09-27fix code style and issues with different builds.Andrei Karas1-1/+0
2013-09-26remove useless virtual keywords.Andrei Karas3-4/+4
2013-09-25improve construcors in abstract classes.Andrei Karas1-4/+5
2013-09-19rename "fast opengl" into "normal opengl".Andrei Karas1-1/+1
2013-09-16fix compilation with SDL2.Andrei Karas2-0/+6
2013-09-16remove unused includes from render files.Andrei Karas13-47/+4
2013-09-13fix code style.Andrei Karas13-38/+42
2013-09-12fix compilation warning.Andrei Karas1-1/+2
2013-09-08fix window resize from settings in SDL2.Andrei Karas2-0/+9
2013-09-02improve render mode validation after reading from config.Andrei Karas2-7/+31