colobot/src/CBot
melex750 250ea57e8b Fix arithmetic operations with integers (#993)
Also fixed unsigned right shift operator ">>>"
2019-04-11 04:15:27 -04:00
..
CBotInstr Fix arithmetic operations with integers (#993) 2019-04-11 04:15:27 -04:00
CBotVar Fix arithmetic operations with integers (#993) 2019-04-11 04:15:27 -04:00
stdlib Compile with -Wmissing-declarations 2018-04-21 16:49:27 +01:00
CBot.h Update license headers 2018-04-20 02:08:50 +02:00
CBotCStack.cpp Update license headers 2018-04-20 02:08:50 +02:00
CBotCStack.h Update license headers 2018-04-20 02:08:50 +02:00
CBotClass.cpp Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotClass.h Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotDebug.cpp Add support for VS CMake/vcpkg compilation (#1174) 2018-06-04 09:17:51 +02:00
CBotDebug.h Update license headers 2018-04-20 02:08:50 +02:00
CBotDefParam.cpp Update license headers 2018-04-20 02:08:50 +02:00
CBotDefParam.h Update license headers 2018-04-20 02:08:50 +02:00
CBotDefines.h Update license headers 2018-04-20 02:08:50 +02:00
CBotEnums.h Update license headers 2018-04-20 02:08:50 +02:00
CBotExternalCall.cpp Update license headers 2018-04-20 02:08:50 +02:00
CBotExternalCall.h Update license headers 2018-04-20 02:08:50 +02:00
CBotFileUtils.cpp Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotFileUtils.h Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotProgram.cpp Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotProgram.h Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotStack.cpp Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotStack.h Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotToken.cpp Fix arithmetic operations with integers (#993) 2019-04-11 04:15:27 -04:00
CBotToken.h Merge pull request #1136 from colobot/dev-cbot-optimizations 2018-05-07 20:53:52 +02:00
CBotTypResult.cpp Update license headers 2018-04-20 02:08:50 +02:00
CBotTypResult.h Update license headers 2018-04-20 02:08:50 +02:00
CBotUtils.cpp Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CBotUtils.h Refactor SaveState and RestoreState to use streams 2019-04-11 04:13:13 -04:00
CMakeLists.txt Add support for VS CMake/vcpkg compilation (#1174) 2018-06-04 09:17:51 +02:00
README.txt CBot namespace 2015-12-26 14:29:10 +01:00

README.txt

/**
 * \dir src/CBot
 * \brief CBot library
 */

/**
 * \namespace CBot
 * \brief CBot engine
 */