summaryrefslogtreecommitdiff
path: root/src/graphicsvertexes.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-27Add restrict keyword in graphicsvertexes.Andrei Karas1-22/+22
2015-07-11Add missing checks into other files.Andrei Karas1-4/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas1-0/+2
2014-06-12Rename NormalOpenGLGraphicsVertexes into OpenGLGraphicsVertexes.Andrei Karas1-5/+5
2014-02-20improve includes.Andrei Karas1-1/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-09remove useless includes from some files.Andrei Karas1-7/+0
2013-08-31move render classes into render dir.Andrei Karas1-3/+3
2013-08-26fix compilation warnings with sdl2.Andrei Karas1-0/+2
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-04-21some other fixes from cpplint.Andrei Karas1-1/+0
2013-04-20fix style in other files.Andrei Karas1-2/+4
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-02-28improve some files.Andrei Karas1-2/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-06Remove unused drawing class.Andrei Karas1-69/+0
2012-12-01Add batch drawing for any images.Andrei Karas1-0/+22
2012-11-21Add some consts to draw backend.Andrei Karas1-1/+6
2012-10-30Add unused warnings to some files.Andrei Karas1-10/+10
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-1/+15
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas1-2/+6
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-4/+4
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+8
2012-10-08improve map draw speed.Andrei Karas1-0/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-6/+6
2012-09-13Change some pointers to references in OpenGL draw code.Andrei Karas1-6/+4
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-08-26Add const to some classes.Andrei Karas1-8/+8
2012-08-24fix includes.Andrei Karas1-1/+4
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-08-17Fix code style.Andrei Karas1-3/+0
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-7/+7
2012-07-19Rename opengl1graphics to safeopenglgraphics.Andrei Karas1-3/+3
2012-03-13Fix to avoid false positives in automatic checking software.Andrei Karas1-8/+1
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas1-1/+2
2012-02-03Fix compilation warning with gcc 4.4.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+2
2011-07-18Fix code style.Andrei Karas1-2/+4
2011-07-17Optimisation in drawing map in opengl mode.Andrei Karas1-1/+4
2011-07-17Reserve some memory for image vectors.Andrei Karas1-1/+3
2011-07-17Add basic tiles caching for opengl.Andrei Karas1-2/+12
2011-07-16Add tiles caching for software mode.Andrei Karas1-0/+18
2011-07-08Fix some issues after automatic checking.Andrei Karas1-0/+3
2011-07-01Replace some lists to vectors.Andrei Karas1-2/+2
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-04-22Small optimisation in opengl gui drawing.Andrei Karas1-8/+8