summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/gldevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of https://github.com/colobot/colobot into devZaba9992012-10-111-1/+1
|\
| * Spot light angle fixPiotr Dziwinski2012-10-031-1/+1
* | Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-111-0/+4
|/
* Font coloring; fix for resize hackPiotr Dziwinski2012-09-301-27/+22
* Dirty hack to allow window resizing or even full screen.adiblol2012-09-301-0/+7
* Fix for transparent objects and fadeoutsPiotr Dziwinski2012-09-291-21/+2
* Fixed texture regressionPiotr Dziwinski2012-09-291-55/+12
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-62/+110
* Completely fixed light issuesPiotr Dziwinski2012-09-271-12/+22
* Lighting fix (experimental)Piotr Dziwinski2012-09-261-10/+6
* Fog color fix; refactoringPiotr Dziwinski2012-09-261-3/+5
* Alpha operation fixPiotr Dziwinski2012-09-211-1/+1
* Namespace and styling fixPiotr Dziwinski2012-09-191-230/+236
* Input bindings rewritePiotr Dziwinski2012-09-191-1/+0
* Change of background image handlingPiotr Dziwinski2012-09-171-14/+44
* Fix max lights errorPiotr Dziwinski2012-09-161-2/+4
* Texture format detection; minor fixesPiotr Dziwinski2012-09-091-0/+50
* Improved error messagesPiotr Dziwinski2012-08-131-8/+8
* Object handling in CEnginePiotr Dziwinski2012-08-121-4/+3
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-5/+14
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-3/+3
* Basic font renderingPiotr Dziwinski2012-08-031-13/+26
* Switched to new style castsPiotr Dziwinski2012-07-301-40/+40
* Lines and line strip primitivesPiotr Dziwinski2012-07-301-18/+18
* Video mode changingPiotr Dziwinski2012-07-291-12/+32
* GLEWPiotr Dziwinski2012-07-281-5/+31
* LightingPiotr Dziwinski2012-07-261-23/+84
* Fixed bug in texturingPiotr Dziwinski2012-07-251-10/+10
* Refactoring of texture codePiotr Dziwinski2012-07-251-137/+136
* Cursor drawingPiotr Dziwinski2012-07-231-14/+16
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-84/+72
* ComputeSphereVisibility functionPiotr Dziwinski2012-07-181-0/+82
* Fixed OpenGL transformationsPiotr Dziwinski2012-07-181-5/+5
* Fixes in texture loadingPiotr Dziwinski2012-07-161-2/+8
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-36/+40
* Refactoring in math & texture modulesPiotr Dziwinski2012-07-061-1/+1
* Fixed bug with texturingPiotr Dziwinski2012-07-051-95/+97
* Multitexturing supportPiotr Dziwinski2012-07-041-55/+394
* CGLDevice implementationPiotr Dziwinski2012-07-011-48/+519
* CDevice interface and stub of implementationPiotr Dziwinski2012-07-011-1/+191
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-241-0/+21