krzys-h
|
3170395576
|
CBotCall refactoring
|
2015-12-24 00:41:44 +01:00 |
Tomasz Kapuściński
|
00221c9a3f
|
Optimized DrawPrimitives() in CGL33Device
|
2015-12-24 00:21:57 +01:00 |
Tomasz Kapuściński
|
d944a55905
|
Optimized DrawPrimitives() in CGL21Device
|
2015-12-24 00:06:58 +01:00 |
Tomasz Kapuściński
|
f2a295348c
|
Optimized DrawPrimitives() in CGLDevice
|
2015-12-23 23:49:00 +01:00 |
krzys-h
|
3008e18fc6
|
Extracted most of linked list logic into a template class
|
2015-12-23 23:34:11 +01:00 |
Tomasz Kapuściński
|
d82b5ef746
|
Added DrawPrimitives() for drawing multiple primitives (not optimized for now)
|
2015-12-23 23:23:10 +01:00 |
krzys-h
|
37a69e5737
|
Try reenabling tests in MXE
|
2015-12-23 22:28:00 +01:00 |
krzys-h
|
3eb2a2d5ca
|
Even more tests
|
2015-12-23 22:10:37 +01:00 |
krzys-h
|
b1c4096ccf
|
Needs MOAR tests!
|
2015-12-23 21:54:10 +01:00 |
krzys-h
|
a18c2c39d9
|
Added ASSERT() to CBot unit tests
|
2015-12-23 21:08:36 +01:00 |
krzys-h
|
b102f767d0
|
Compile error testing in CBot
|
2015-12-23 20:54:35 +01:00 |
krzys-h
|
8437a9bdd2
|
CBot testing framework; fixed a few bugs
|
2015-12-23 20:39:56 +01:00 |
krzys-h
|
d577e7f41b
|
Tests for CBotToken
|
2015-12-23 18:44:14 +01:00 |
krzys-h
|
30fea5893b
|
Fixed crash from previous commit (oops again)
|
2015-12-23 17:50:10 +01:00 |
krzys-h
|
8fa5b208c2
|
Compile fix after previous commit; fix MSVC errors; added missing license headers
|
2015-12-23 17:37:26 +01:00 |
krzys-h
|
6482001b9b
|
CBotToken docs
|
2015-12-23 17:28:21 +01:00 |
krzys-h
|
6ef14617a0
|
More random CBotToken refactoring, removed CBotToken::Delete
|
2015-12-23 16:46:41 +01:00 |
krzys-h
|
fbdc071659
|
Some random CBotProgram and CBotToken refactoring
|
2015-12-23 16:11:03 +01:00 |
krzys-h
|
9b4a6e0131
|
TokenType enum
|
2015-12-23 14:05:29 +01:00 |
krzys-h
|
c9e0249008
|
Better CBot class destructor parsing (#257)
The previous one broke the NOT (~) operation parsing
This reverts commit 7c8a31c074 .
|
2015-12-23 13:04:46 +01:00 |
krzys-h
|
45a433525f
|
CBotClass usage examples
|
2015-12-22 16:32:51 +01:00 |
krzys-h
|
214e95c0b9
|
Fixed ** CBot operator
|
2015-12-22 16:06:55 +01:00 |
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 |