summaryrefslogtreecommitdiffstats
path: root/src/common/stringutils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-2/+1
|
* Font renderingPiotr Dziwinski2012-08-061-7/+3
| | | | - implemented rest of CText interface excluding some minor features
* Switched to new style castsPiotr Dziwinski2012-07-301-4/+4
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Rewritten model loadingPiotr Dziwinski2012-07-111-0/+149
- written new implementation of CModelFile (old CModFile) - added stringutils and ioutils in src/common - removed old CModel (model viewer)