summaryrefslogtreecommitdiffstats
path: root/src/CBot/CBotToken.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary delete checks (#318)Piotr Dziwinski2014-08-091-1/+1
|
* Fixed code formattingPiotr Dziwinski2013-05-271-1/+1
| | | | | | * 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
|
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-2/+0
| | | | | | | | | * 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
* Reduced amount of warnings in CBot libraryMichał Konopacki2012-08-131-7/+7
| | | | | Changed most of C-style casting to C++ casting Commented unused variables
* Changed GivAttrName() to GetAttrName()Michał Konopacki2012-08-111-27/+27
|
* Whitespace fixPiotr Dziwinski2012-08-081-562/+562
|
* Comments translationMichał Konopacki2012-08-021-85/+91
|
* Dependency on WINAPI completely removed.Zaba9992012-07-101-0/+1
|
* Fixed code compilation without fpermissive flag.Zaba9992012-07-041-33/+34
| | | | | Removed Winapi, but now library don't work - work in progress. Some translations.
* Pulled changes from test mingw branchPiotr Dziwinski2012-04-151-1/+1
| | | | | | | | | * include fixes * syntax fixes for MinGW * fixed encoding of restext.cpp * temporary fix for MinGW in joystick.cpp Successfully compiles under MinGW :)
* Last coding fix ;)Krzysztof H2012-03-191-49/+52
|
* FIX: "If not, see ." was replaced with: "If not, see ↵Krzysztof H2012-03-111-1/+1
| | | | http://www.gnu.org/licenses/."
* Added license info using a small program SrcHead.Krzysztof H2012-03-091-51/+62
|
* Initial commit, Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, ↵adiblol2012-03-081-0/+540
www.epsitec.ch