summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-11Silence warning -Wredundant-decls in SDL 1.2 codeAndrei Karas1-0/+7
2019-09-30Add missing static keywordsAndrei Karas1-2/+2
2019-05-31Fix compilation warnings with new mesa and SDL 1.2Andrei Karas1-0/+6
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-20Remove extra includes and fix headers compilation.Andrei Karas1-2/+1
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-5/+5
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Another fix for old compilers.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-3/+3
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-9/+11
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+0
2016-01-15Fix code style.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-16Add support for check is OpenGL ES present ot not. Also fix comparessions in ...Andrei Karas1-0/+5
2015-08-09Show error message in log if selected texture compression not supported.Andrei Karas1-0/+2
2015-07-21Add missing checks and non null attributes.Andrei Karas1-1/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-1/+0
2015-01-06Move screen density enum into separate file.Andrei Karas1-11/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-29Fix code style.Andrei Karas1-1/+1
2014-06-25Add shaders version logging and checking.Andrei Karas1-1/+8
2014-06-20Fix code style.Andrei Karas1-2/+2
2014-06-19Check if all OpenGL extensions supported for modernopengl.Andrei Karas1-0/+2
2014-06-18Add error logging if shader compilation failure.Andrei Karas1-0/+2
2014-06-07Fallback to safe OpenGL mode if OpenGL version is lower than 2.0.Andrei Karas1-0/+2
2014-06-07Improve a bit video mode initialisation code.Andrei Karas1-2/+2
2014-05-27Refactor a bit video system initialisation.Andrei Karas1-0/+2
2014-05-27Rename initGraphics into intoRenderers.Andrei Karas1-1/+1
2014-05-25Add support for simple texture size detection.Andrei Karas1-1/+11
2014-02-02Add missing const and static into other classes.Andrei Karas1-4/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-02Add command /dumpgl to show OpenGL version string in chat.Andrei Karas1-0/+3
2013-09-26remove useless virtual keywords.Andrei Karas1-1/+1
2013-09-09remove useless includes from some files.Andrei Karas1-3/+2
2013-08-26fix compilation warnings with sdl2.Andrei Karas1-0/+2
2013-08-24final SDL2 compilation fixes.Andrei Karas1-0/+6
2013-08-24move SDL_SetVideoMode calls into graphicsmanager.Andrei Karas1-0/+6
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-05-01use different default font sizes depend on screen density.Andrei Karas1-0/+14
2013-05-01fix compilation error without C++11Andrei Karas1-0/+2
2013-05-01add pixel size detection fo X11 and windows.Andrei Karas1-2/+14
2013-02-28improve some files.Andrei Karas1-12/+15
2013-01-26Add support for manual compression selection.Andrei Karas1-1/+0
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-12/+12