summaryrefslogtreecommitdiffstats
path: root/src/common/ioutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-1/+1
|
* Refactoring in src/commonPiotr Dziwinski2012-09-091-1/+4
| | | | | - refactored CInstanceManager and some headers - removed old headers
* New model file formatPiotr Dziwinski2012-08-311-10/+70
| | | | | | | - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes
* Switched to new style castsPiotr Dziwinski2012-07-301-7/+11
| | | | | | - 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/+81
- written new implementation of CModelFile (old CModFile) - added stringutils and ioutils in src/common - removed old CModel (model viewer)