summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/text.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Namespace and styling fixPiotr Dziwinski2012-09-191-130/+134
|
* Some memory leaks fixedPiotr Dziwinski2012-09-161-6/+8
|
* Object handling in CEnginePiotr Dziwinski2012-08-121-1/+1
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-4/+2
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-32/+32
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Font renderingPiotr Dziwinski2012-08-061-105/+411
| | | | - implemented rest of CText interface excluding some minor features
* Basic font renderingPiotr Dziwinski2012-08-031-1/+476
| | | | | - added basic font rendering - minor refactoring & fixes
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+23
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine