krzys-h
|
70555d984c
|
Small CBotTwoOpExpr cleanup
|
2016-01-05 13:04:15 +01:00 |
krzys-h
|
d63773d89d
|
Refactored EOX
|
2015-12-31 18:57:11 +01:00 |
krzys-h
|
a70381e1c8
|
Refactored CBotVarClass instance list to std::set
|
2015-12-31 16:54:13 +01:00 |
krzys-h
|
dcc29442bd
|
Refactor public classes list to std::set
|
2015-12-31 16:30:54 +01:00 |
krzys-h
|
48ab72d056
|
CBotClass::Lock() refactoring
|
2015-12-31 16:11:49 +01:00 |
krzys-h
|
2245863fcd
|
Some more random refactoring in CBot
|
2015-12-31 16:11:35 +01:00 |
krzys-h
|
fa92605225
|
Renamed some CBotInstr classes
|
2015-12-31 14:44:19 +01:00 |
krzys-h
|
10b201b9e6
|
Description of CBot instructions
|
2015-12-30 19:13:32 +01:00 |
krzys-h
|
e3c53f9912
|
CBot compiled instruction graphs; some code cleanup
|
2015-12-27 16:51:57 +01:00 |
krzys-h
|
3b4ccc3535
|
Improvements to auto-indent (#698)
|
2015-12-26 20:16:47 +01:00 |
krzys-h
|
500bd1753f
|
Changed array initialization to use {...} (#698)
|
2015-12-26 20:05:00 +01:00 |
krzys-h
|
d00720a2f2
|
Fixed commandline CBot interpreter not initializing the library properly
|
2015-12-26 19:57:12 +01:00 |
krzys-h
|
ef91fb8e9d
|
Fixed commandline interpreter
|
2015-12-26 14:37:36 +01:00 |
krzys-h
|
07a4d6a16b
|
CBot namespace
|
2015-12-26 14:29:10 +01:00 |
krzys-h
|
6b959a5606
|
Mostly finished CBotStack docs
|
2015-12-25 22:03:23 +01:00 |
krzys-h
|
9b3b701785
|
More CBotStack docs
|
2015-12-25 20:47:30 +01:00 |
krzys-h
|
c72cfa234b
|
Started docs of CBotStack; random refactorings
|
2015-12-25 19:48:31 +01:00 |
krzys-h
|
40b7d986aa
|
CBotVar::GetTypeMode enum
|
2015-12-25 19:16:54 +01:00 |
krzys-h
|
d041a16a50
|
Can't stop testing
|
2015-12-25 18:31:07 +01:00 |
krzys-h
|
30b5f86ebc
|
You can never have too many tests
|
2015-12-25 18:10:22 +01:00 |
krzys-h
|
09e4919509
|
More things that should work but don't
|
2015-12-25 15:23:00 +01:00 |
krzys-h
|
0807b75d4b
|
Fixed object:: with other types (#207)
|
2015-12-25 15:13:52 +01:00 |
krzys-h
|
5b7638d9f4
|
More CBot tests
|
2015-12-25 14:46:39 +01:00 |
krzys-h
|
5443006979
|
Refactor public function list
|
2015-12-24 15:07:40 +01:00 |
krzys-h
|
921c266311
|
Some random refactoring
|
2015-12-24 14:52:17 +01:00 |
krzys-h
|
ff081aff49
|
Made CBotExternalCallList combatible with class calls
|
2015-12-24 12:57:37 +01:00 |
krzys-h
|
ae544c71ae
|
Made CBotExternalCallList not static
|
2015-12-24 12:36:09 +01:00 |
krzys-h
|
8e01a208c1
|
More extensible external call interface
|
2015-12-24 11:57:34 +01:00 |
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 |