Piotr Dziwinski
|
b93f610930
|
Fix license header in all files
|
2015-08-22 16:40:02 +02:00 |
Piotr Dziwinski
|
2906451d06
|
Indent style fix
|
2015-08-06 14:31:40 +02:00 |
Piotr Dziwinski
|
61ec101b11
|
Replace size_t with std::size_t
For some reason Clang's AST API doesn't like size_t
|
2015-08-06 14:31:40 +02:00 |
Piotr Dziwinski
|
596bb49de0
|
Normalize static variables and functions
* get rid of some of them
* put the rest into anonymous namespaces
|
2015-08-06 10:12:20 +02:00 |
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 |