summaryrefslogtreecommitdiffstats
path: root/src/CBot
Commit message (Collapse)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
| | | | | | * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring
* gitignore updatePiotr Dziwinski2013-06-221-0/+1
| | | | | * git should now ignore all generated files when building without separate build directory
* Fixed code formattingPiotr Dziwinski2013-05-2721-246/+250
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Reorganize string parsing in CBotToken::NextToken to fix #212adiblol2013-05-261-4/+2
|
* Removed find() & repeat() functionskrzys-h2013-04-125-176/+1
| | | | Issue #168
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+4
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* CInstanceManager refactoringPiotr Dziwiński2013-02-173-8/+2
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-0389-6105/+0
| | | | | | | * all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot
* 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
| | | | | | - now new/delete used everywhere except for CBotStack, which has to be fixed in other way - some segfaults should be fixed with this
* sound fixerihel2012-12-201-2/+1
|
* Installation path fixes and CMakeLists refactoringPiotr Dziwinski2012-12-201-1/+1
| | | | make && make install should now give a working installation.
* 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.
* Minor cmake grammar fixDidier Raboud2012-12-181-1/+1
| | | | It is redundant to have CMAKE_INSTALL_PREFIX in path definitions; drop them.
* Install libCBot to a private directoryDidier Raboud2012-12-171-1/+1
| | | | | | | | closes #90 - Make it configurable; - Move stanzas above the src directory inclusion, otherwise the value doesn't propagate.
* 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
| | | | | | - added support for cross-compiling with MXE (http://mxe.cc/) - refactored CMake files, adding some options and moving definitions to more suitable places
* * 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 most of C-style casting to C++ casting Commented unused variables
* Changed GivAttrName() to GetAttrName()Michał Konopacki2012-08-1119-1291/+1291
|
* CBot console interpreterMichał Konopacki2012-08-0989-2958/+732
| | | | Based on program found in sources
* 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
| | | | Fixed some compiling issues
* 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
| | | | | Removed Winapi, but now library don't work - work in progress. Some translations.
* 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
| |