krzys-h
|
9fd6cf5449
|
Changed all occurences of PPC in the code to TerranovaTeam
|
2014-10-14 15:26:18 +02:00 |
krzys-h
|
a79bd6c5c7
|
Fixed build of stringutils.cpp
/var/www/colobot_compiled/colobot/dev/colobot/src/common/stringutils.cpp:33:51: error: 'vsnprintf' was not declared in this scope
|
2013-12-25 23:41:50 +01:00 |
Piotr Dziwinski
|
8deb130572
|
Changed char[] to std::string in restext
Experimental changes
|
2013-12-04 00:15:39 +01:00 |
Piotr Dziwinski
|
8765d58b02
|
Fixed code formatting
* moved braces to new lines
* fixed some function/variable names
* fixed whitespace issues
|
2013-05-27 10:19:16 +02:00 |
Piotr Dziwinski
|
f6e27099b2
|
Doxygen/comment fixes and some #include refactoring
|
2012-10-17 21:55:45 +02:00 |
Piotr Dziwinski
|
f7e78b21e9
|
Font rendering
- implemented rest of CText interface excluding some minor features
|
2012-08-06 20:20:50 +02:00 |
Piotr Dziwinski
|
5e637ca028
|
Switched to new style casts
- rewrote old C-style casts to new ..._cast<>
- corrected some dangerous casts
- added -Wold-style-cast to compile flags
|
2012-07-30 22:59:18 +02:00 |
Piotr Dziwinski
|
2383a42347
|
Rewritten model loading
- written new implementation of CModelFile (old CModFile)
- added stringutils and ioutils in src/common
- removed old CModel (model viewer)
|
2012-07-11 20:50:42 +02:00 |