colobot/test/unit
Grunaka 6a396e1522 Add unit tests for class CBotString.
Add comments in class CBotString.
Change existing comments in class CBotString to be compliant with doxygen.
Add function "const char* CBotString::CStr() const".
Add null pointer check in function "const CBotString& CBotString::operator+=(const CBotString& str)"
Remove functions "CBotString CBotString::Mid(int nFirst, int nCount) const" and "CBotString CBotString::Mid(int nFirst) const" because they were doublons of function "CBotString CBotString::Mid(int nFirst, int lg) const"
2015-11-01 17:03:30 +01:00
..
CBot Add unit tests for class CBotString. 2015-11-01 17:03:30 +01:00
app Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
common Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
graphics/engine Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
math Fix missing empty line after license header 2015-08-22 17:52:07 +02:00
CMakeLists.txt Add unit tests for class CBotString. 2015-11-01 17:03:30 +01:00
main.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00