summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/test
Commit message (Collapse)AuthorAgeFilesLines
* Change of paths in src/graphicsPiotr Dziwinski2012-07-262-55/+0
| | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* Cursor drawingPiotr Dziwinski2012-07-231-1/+1
| | | | | - fixed cursor drawing in CEngine - changed event loop to generate more events
* Rewritten model loadingPiotr Dziwinski2012-07-112-0/+55
- written new implementation of CModelFile (old CModFile) - added stringutils and ioutils in src/common - removed old CModel (model viewer)