Commit Graph

2513 Commits (aa15515837668a377b876291e367b48de75c2269)

Author SHA1 Message Date
krzys-h 33ac246297 Documentation for CBotVar and all subclasses 2015-12-22 15:59:57 +01:00
krzys-h 2519825104 CBotVar::ProtectionLevel enum 2015-12-21 23:07:40 +01:00
krzys-h fa77dd5414 Enabled ALWAYS_DETAILED_SEC in Doxyfile 2015-12-21 22:18:54 +01:00
krzys-h 8382579432 Updated Doxyfile 2015-12-21 22:04:56 +01:00
krzys-h c8498740f2 Minor changes to CBotProgram docs 2015-12-21 21:46:50 +01:00
krzys-h eedf8dacea Documentation for CBotProgram; some CBotError refactoring 2015-12-21 21:35:20 +01:00
krzys-h 6fee1ee12b Docs for CBotTypResult.h and CBotEnums.h 2015-12-21 17:54:55 +01:00
krzys-h 76c04e10d5 Removed some unused CBot code 2015-12-21 16:46:44 +01:00
krzys-h 73f8bd5490 Made CBot errors an enum 2015-12-20 19:16:01 +01:00
krzys-h 5db1254dd8 Unified CBot error naming 2015-12-20 19:01:03 +01:00
krzys-h 51644369cb Moved standard math and file functions into CBot library 2015-12-20 18:36:20 +01:00
Tomasz Kapuściński 22e963e2c4 Added information about graphics card to error message 2015-12-20 17:34:55 +01:00
krzys-h 97558530ce Updated data submodule 2015-12-20 16:21:45 +01:00
krzys-h 9ec61d93e5 Refactored CBotString and const char* to std::string in CBot engine
A lot of changes, so it needs lots of testing
2015-12-20 16:19:10 +01:00
krzys-h 87a34ba1ff Refactor CBotString::LoadString 2015-12-20 15:06:35 +01:00
krzys-h 3eeab0f9b7 Removed CBotStringArray 2015-12-20 14:49:30 +01:00
krzys-h 6832c91496 Fixed #695 2015-12-20 14:28:38 +01:00
krzys-h 5e23426b53 Refactored CBotString to use std::string and CBotStringArray to use std::vector 2015-12-20 14:24:49 +01:00
krzys-h 52a18de5c0 Fixed failed assertion when damaging LRV or Scribbler, closes #665 2015-12-19 22:19:13 +01:00
krzys-h 2e17712b5d Added official build info in crash screen 2015-12-19 22:10:15 +01:00
krzys-h e20f5f6983 Allow on-crash save during in-simulation config, closes #685 2015-12-19 22:06:16 +01:00
krzys-h 1dd230aaaf Fixed incombatibility with old save files, closes #686 2015-12-19 22:02:24 +01:00
krzys-h 964d3574fd Fixed treating 'bool' as 'int' in CBot engine
Appears to fix #199 - further testing required
2015-12-19 21:20:41 +01:00
krzys-h 95eee3a340 Merge pull request #690 from Grunaka/dev
Clean CBot Interface
2015-12-19 14:14:41 +01:00
Tomasz Kapuściński aa2e14219e Added warnings and error messages to graphics devices regarding unsupported OpenGL version 2015-12-18 21:04:16 +01:00
Grunaka 30c3d03141 Remove header files from to the list of .cpp files in CBot CMakeLists.txt. 2015-12-06 16:30:13 +01:00
Grunaka f45d657ab0 Add comments delete by commit 1a6b5ded64. 2015-12-06 15:42:09 +01:00
Grunaka aa3f8c0cd1 Add missing include in CBot.h. 2015-12-06 15:37:18 +01:00
Grunaka 0f491ce433 Add commments in CBot.h 2015-12-06 15:05:22 +01:00
Grunaka f9ab37fd14 Add comment deleted by commit 573e1152e3. 2015-12-06 14:49:27 +01:00
Grunaka 17704c4d54 Delete resource.h. 2015-12-06 14:46:38 +01:00
Grunaka 2048ecb148 Delete CBot.cpp. 2015-12-06 14:45:31 +01:00
Grunaka de5a57f793 Change CBot default include directory. Make all include directive absolute. 2015-12-01 23:25:36 +01:00
Grunaka fa9dc0dace Start cleaning of files CBotFileUtils.h and CBotFileUtils.cpp. Pass CBotTypResult parameter as reference. 2015-12-01 23:25:36 +01:00
Grunaka 5c7a665639 Add CBot.h, CBotEnums.h and CBotDefines.h in CMakeLists.txt. 2015-12-01 23:25:36 +01:00
Grunaka 4a9afdc525 Move enum from resource.h to CBotEnums.h. Delete file resource.h. 2015-12-01 23:25:36 +01:00
Grunaka 922082b360 Move define from resource.h to CBotDefines.h. 2015-12-01 23:25:36 +01:00
Grunaka ece0666954 Create new file CBot.h. Included only useful interfaces. 2015-12-01 23:25:36 +01:00
Grunaka 575ff47c82 Cleaning the CBot.h file. 2015-12-01 23:25:36 +01:00
Grunaka cedaaad459 Deleted file CBot.cpp. 2015-12-01 23:25:36 +01:00
Grunaka b28e2aec01 Moving some define from CBot.h to CBotDefines.h. 2015-12-01 23:25:36 +01:00
Grunaka 751999064b Moving global files function from CBotProgram.cpp to CBotFileUtils.cpp. 2015-12-01 23:25:36 +01:00
Grunaka 889c0fbe8e Split file StringFunctions.cpp into two files StringFunctions.h and StringFunctions.cpp. 2015-12-01 23:25:36 +01:00
Grunaka 1a6b5ded64 Delete CBotDll.h 2015-12-01 23:25:36 +01:00
Grunaka 2f7932ff69 Moving defines from CBotDll.h to CBotDefines.h. 2015-12-01 23:25:36 +01:00
Grunaka 43ac0e35f2 Moving global files function from CBot.cpp to CBotFileUtils.cpp 2015-12-01 23:25:36 +01:00
Grunaka 7b200a0922 Moving global CompileParams, TypeCompatible and TypesCompatibles from CBot.cpp to CBotInstrUtils.cpp. 2015-12-01 23:25:36 +01:00
Grunaka 51f0675e41 Moving macro MAX from CBot.h to CBotTwoOpExpr.cpp. 2015-12-01 23:25:36 +01:00
Grunaka 3b0561056a Moving CBotTypResult class in its own header and source files. 2015-12-01 23:25:36 +01:00
Grunaka 942d7195e4 Moving CBotString class in its own header and source files. 2015-12-01 23:25:36 +01:00