summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/device.h
Commit message (Collapse)AuthorAgeFilesLines
* Improved error messagesPiotr Dziwinski2012-08-131-3/+0
| | | | Added some logging and improved error messages displayed to user
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-2/+5
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-3/+3
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Basic font renderingPiotr Dziwinski2012-08-031-3/+6
| | | | | - added basic font rendering - minor refactoring & fixes
* Lines and line strip primitivesPiotr Dziwinski2012-07-301-3/+3
| | | | Will probably be useful
* Video mode changingPiotr Dziwinski2012-07-291-6/+4
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+414
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine