summaryrefslogtreecommitdiffstats
path: root/src/common/singleton.h
Commit message (Collapse)AuthorAgeFilesLines
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-5/+5
| | | | | | | | | | | - 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
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-1/+1
| | | | | | | | | - fixed model loading code - added simple model viewer (model_test) in src/graphics/opengl/test - added system time stamp code - split the code in app/system modules to separate headers - added debug messages in model loading - minor fixes in OpenGL engine
* Merged changes from devPiotr Dziwinski2012-07-041-0/+57
Resolved conflicts & added fixes.