summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/CBot_console
Commit message (Collapse)AuthorAgeFilesLines
* Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+0
|
* Put common CXX flags in common variablesDidier Raboud2012-12-191-2/+3
| | | | | CMAKE_CXX_FLAGS is taken into account in all builds; build-type-specific flags are appended to it.
* Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
| | | | Only set CMAKE_BUILD_TYPE to Debug when no value is provided.
* Changed GivAttrName() to GetAttrName()Michał Konopacki2012-08-114-38/+38
|
* CBot console interpreterMichał Konopacki2012-08-0911-0/+729
Based on program found in sources