summaryrefslogtreecommitdiff
path: root/src/render
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-01improve speed in software renderer in SDL2.Andrei Karas3-4/+15
2013-09-01add software renderer for SDL2.Andrei Karas2-0/+1440
2013-09-01fix renderer names and types.Andrei Karas10-8/+17
2013-09-01add SDL2 default render mode.Andrei Karas6-17/+169
2013-09-01add way to map render mode selection to actual modes.Andrei Karas3-0/+159
2013-09-01add renderer enum.Andrei Karas1-0/+33
2013-08-31move render classes into render dir.Andrei Karas16-0/+9059