summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/gldevice.h
Commit message (Expand)AuthorAgeFilesLines
* Added support for VBO in OpenGL older than 1.5 if ARB extension is presentTomasz Kapuściński2014-10-241-0/+14
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
* Remove unused accessors from CDevicePiotr Dziwinski2014-08-121-66/+46
* implemented savefile screenshot featureMohamed Waheed2014-06-241-0/+2
* Added debug aids for lightingPiotr Dziwinski2013-06-171-0/+1
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
* Corrected some valgrind issuesPiotr Dziwinski2013-05-261-0/+2
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-101-0/+14
* Corrected OpenGL extension detectionPiotr Dziwinski2013-01-051-2/+4
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-5/+8
* Static objects using OpenGL VBOs and display listsPiotr Dziwinski2012-12-141-2/+34
* Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-111-1/+1
* Font coloring; fix for resize hackPiotr Dziwinski2012-09-301-4/+7
* Dirty hack to allow window resizing or even full screen.adiblol2012-09-301-0/+1
* Fix for transparent objects and fadeoutsPiotr Dziwinski2012-09-291-3/+0
* Fixed texture regressionPiotr Dziwinski2012-09-291-2/+0
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-0/+2
* Namespace and styling fixPiotr Dziwinski2012-09-191-50/+52
* Improved error messagesPiotr Dziwinski2012-08-131-4/+0
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-0/+2
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
* Basic font renderingPiotr Dziwinski2012-08-031-3/+2
* Video mode changingPiotr Dziwinski2012-07-291-1/+5
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-1/+1
* LightingPiotr Dziwinski2012-07-261-0/+4
* Refactoring of texture codePiotr Dziwinski2012-07-251-4/+5
* Cursor drawingPiotr Dziwinski2012-07-231-3/+3
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-15/+16
* ComputeSphereVisibility functionPiotr Dziwinski2012-07-181-0/+1
* Fixed bug with texturingPiotr Dziwinski2012-07-051-4/+1
* Multitexturing supportPiotr Dziwinski2012-07-041-2/+31
* CGLDevice implementationPiotr Dziwinski2012-07-011-11/+54
* CDevice interface and stub of implementationPiotr Dziwinski2012-07-011-1/+93
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-241-0/+31