summaryrefslogtreecommitdiffstats
path: root/src/common/stringutils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* Fixed build of stringutils.cppkrzys-h2013-12-251-0/+1
| | | | /var/www/colobot_compiled/colobot/dev/colobot/src/common/stringutils.cpp:33:51: error: 'vsnprintf' was not declared in this scope
* Changed char[] to std::string in restextPiotr Dziwinski2013-12-041-0/+34
| | | | Experimental changes
* 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-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)