summaryrefslogtreecommitdiffstats
path: root/src/common/singleton.h
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-1/+0
|
* Refactoring in src/commonPiotr Dziwinski2012-09-091-1/+4
| | | | | - refactored CInstanceManager and some headers - removed old headers
* New model file formatPiotr Dziwinski2012-08-311-5/+5
| | | | | | | - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes
* 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.