summaryrefslogtreecommitdiff
path: root/src/graphics.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-31move render classes into render dir.Andrei Karas1-427/+0
2013-08-26add SDL2 renderer logging.Andrei Karas1-0/+4
2013-08-24fix images converting and drawing issues in SDL2 and OpenGL.Andrei Karas1-0/+4
2013-08-24final SDL2 compilation fixes.Andrei Karas1-1/+4
2013-08-24store window size into rectangle.Andrei Karas1-2/+7
2013-08-24some SDL2 complilation fixes.Andrei Karas1-0/+1
2013-08-24rename target in graphics into window.Andrei Karas1-5/+7
2013-08-24move sdl video mode initialisation from graphics into sdlgraphics.Andrei Karas1-1/+1
2013-08-19fix compilation with old gcc.Andrei Karas1-3/+0
2013-08-18Remove gcn::SDLGraphics from basic classes.Andrei Karas1-2/+25
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas1-64/+32
2013-06-21fix code style.Andrei Karas1-1/+1
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-05-14add into texture bind dubugging also bind count.Andrei Karas1-0/+4
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas1-0/+7
2013-04-07fix more style, add consts.Andrei Karas1-1/+1
2013-03-02Last fixes after Coverity checks.Andrei Karas1-1/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-03Fix SDL_gfx confict from broken header.Andrei Karas1-0/+3
2012-12-27Add support for draw outlined text.Andrei Karas1-0/+8
2012-12-27Move setColor in graphics classes from cpp to h.Andrei Karas1-1/+5
2012-12-27Move setColor from guichan to own graphics class.Andrei Karas1-0/+2
2012-12-06Remove unused drawing class.Andrei Karas1-29/+0
2012-12-01Add batch drawing for any images.Andrei Karas1-0/+35
2012-11-21Add some consts to draw backend.Andrei Karas1-7/+7
2012-11-20Add debug option to show draw calls per frame.Andrei Karas1-0/+4
2012-10-30Add unused warnings to some files.Andrei Karas1-18/+18
2012-10-16Fix code style and some other minor issues.Andrei Karas1-2/+3
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-2/+2
2012-10-15Fix compilation old gcc and system wide guichan at same time.Andrei Karas1-0/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+7
2012-10-08improve map draw speed.Andrei Karas1-1/+1
2012-10-06Improve map draw speed in fast opengl.Andrei Karas1-0/+3
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-1/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-11switch to hardware depend batch sizes.Andrei Karas1-0/+3
2012-08-26Add const to some classes.Andrei Karas1-1/+1
2012-08-26Add const to graphics class.Andrei Karas1-63/+79
2012-07-17Fix more code style and additional warnings.Andrei Karas1-11/+13
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-05-23OpenGL fix for mac version.Andrei Karas1-0/+10
2012-05-06Add const to images in drawing functions.Andrei Karas1-5/+6
2012-05-05Improve images drawing and remove some useless code.Andrei Karas1-6/+0
2012-04-29Add graphicsmanager class and move some code to it.Andrei Karas1-6/+18
2012-04-27Add option for enable textures compression (disabled by default)Andrei Karas1-0/+3
2012-04-26Add to log draw backend name.Andrei Karas1-0/+3
2012-04-21Extract SDL video info to separate method.Andrei Karas1-0/+2
2012-04-05Improve fillrectangle speed.Andrei Karas1-0/+2
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas1-0/+3
2012-02-03Add some missing getters.Andrei Karas1-7/+7