summaryrefslogtreecommitdiffstats
path: root/src/CBot
Commit message (Expand)AuthorAgeFilesLines
* Small fix to 72b4228abe583cd953491575cf42bae17ff5e9d2krzys-h2014-10-191-2/+4
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-1418-270/+324
* Fixed CBot debugger (#325)krzys-h2014-10-071-2/+3
* Remove unnecessary delete checks (#318)Piotr Dziwinski2014-08-091-1/+1
* Removed some unused codekrzys-h2014-08-061-426/+0
* Changed ASM_TRAP() to assert(0)Piotr Dziwinski2013-11-256-83/+88
* Some further changes in CMakeListsPiotr Dziwinski2013-06-241-1/+1
* gitignore updatePiotr Dziwinski2013-06-221-0/+1
* Fixed code formattingPiotr Dziwinski2013-05-2721-246/+250
* Reorganize string parsing in CBotToken::NextToken to fix #212adiblol2013-05-261-4/+2
* Removed find() & repeat() functionskrzys-h2013-04-125-176/+1
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+4
* CInstanceManager refactoringPiotr Dziwiński2013-02-173-8/+2
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-0389-6105/+0
* Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+0
* Replaced malloc/free with new/deletePiotr Dziwinski2012-12-281-26/+28
* sound fixerihel2012-12-201-2/+1
* Installation path fixes and CMakeLists refactoringPiotr Dziwinski2012-12-201-1/+1
* Put common CXX flags in common variablesDidier Raboud2012-12-191-2/+3
* Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
* Minor cmake grammar fixDidier Raboud2012-12-181-1/+1
* Install libCBot to a private directoryDidier Raboud2012-12-171-1/+1
* Restext rewrite to runtime initialized arraysPiotr Dziwinski2012-10-171-3/+5
* Fixed stupid coding mistake in CBotString.cppadiblol2012-10-071-1/+1
* Added "make install" target.Michał Zieliński2012-10-051-0/+2
* Fixed segfault when using empty strings with CBotString::operator+adiblol2012-09-301-2/+2
* CBotVar SetVal() fixPiotr Dziwinski2012-09-291-1/+1
* MXE support and CMake files refactoringPiotr Dziwinski2012-09-291-1/+5
* * Removed some warningserihel2012-09-221-1/+1
* changed paths for models and levels. Now it's possible to load level.Zaba9992012-09-202-5/+4
* warnings fight in progress.Zaba9992012-09-181-17/+4
* Reduced amount of warnings in CBot libraryMichał Konopacki2012-08-1312-152/+157
* Changed GivAttrName() to GetAttrName()Michał Konopacki2012-08-1119-1291/+1291
* CBot console interpreterMichał Konopacki2012-08-0989-2958/+732
* CBotString.cpp Bug resolveMichał Konopacki2012-08-091-1/+1
* Whitespace fixPiotr Dziwinski2012-08-0814-6607/+6607
* CleanupsMichał Konopacki2012-08-08109-55/+197
* Transation of comments completeMichał Konopacki2012-08-0810-5538/+5551
* Further CBot translationsMichał Konopacki2012-08-073-6576/+6578
* CBot library comments further translationsMichał Konopacki2012-08-073-2776/+2827
* Commentary translationMichał Konopacki2012-08-033-2633/+2637
* Comments translationMichał Konopacki2012-08-022-91/+97
* Compile fixesPiotr Dziwinski2012-07-261-1/+1
* Further translations and doxygen comments.Zaba9992012-07-208-3981/+3957
* Dependency on WINAPI completely removed.Zaba9992012-07-108-4204/+3876
* Fixed code compilation without fpermissive flag.Zaba9992012-07-0419-1786/+1783
* translations plus small fixesZaba9992012-07-023-43/+45
* Pulled changes from master branchPiotr Dziwinski2012-06-282-1/+2
* Removed MSVC project files and binary filesPiotr Dziwinski2012-04-175-263/+0
|\
| * Fixed graphics bug on MSVC 2010 and MinGW.Programerus2012-04-169-0/+1467