summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/glengine.h
Commit message (Collapse)AuthorAgeFilesLines
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-32/+0
| | | | | | | | | | | - cleaned up and added documentation to engine.h - refactored CEngine interface and associated structs - added mouse handling functions in CApplication & CEngine - fixed bugs in projection matrix setting - changed texture loading & handling - added const-values in CDevice & CGLDevice - changed event management in CApplication - other minor changes & bugfixes
* Templates for new implementationPiotr Dziwinski2012-06-221-0/+32
- added template of classes/structs for new implementation - changed #include paths - updated README files