summaryrefslogtreecommitdiffstats
path: root/src/common/stringutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed char[] to std::string in restextPiotr Dziwinski2013-12-041-4/+7
| | | | Experimental changes
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Refactoring in src/commonPiotr Dziwinski2012-09-091-1/+4
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Rewritten model loadingPiotr Dziwinski2012-07-111-0/+77
- written new implementation of CModelFile (old CModFile) - added stringutils and ioutils in src/common - removed old CModel (model viewer)