krzys_h
|
5283865a5c
|
Merge pull request #1136 from colobot/dev-cbot-optimizations
Some CBot code optimizations
|
2018-05-07 20:53:52 +02:00 |
krzys-h
|
6e273e7e33
|
Declare CBotVar::m_token as const
|
2018-05-07 20:51:44 +02:00 |
krzys-h
|
1c2bdc9cab
|
Update license headers
|
2018-04-20 02:08:50 +02:00 |
krzys-h
|
477dc0cae7
|
Some CBot code optimizations
|
2018-04-06 15:02:06 +02:00 |
krzys-h
|
b56cd11c98
|
Added C++ operator overloads to CBotVar
|
2016-05-29 00:06:34 +02:00 |
krzys-h
|
df111dbf98
|
Refactored CBotVar to templates
|
2016-05-28 23:28:12 +02:00 |
krzys-h
|
4d99a62d37
|
Fixed crash with array initialization syntax going out of range (#698)
|
2016-03-13 19:26:11 +01:00 |
krzys-h
|
977607a934
|
Updated license headers
|
2016-02-13 14:11:30 +01:00 |
krzys-h
|
d63773d89d
|
Refactored EOX
|
2015-12-31 18:57:11 +01:00 |
krzys-h
|
2245863fcd
|
Some more random refactoring in CBot
|
2015-12-31 16:11:35 +01:00 |
krzys-h
|
07a4d6a16b
|
CBot namespace
|
2015-12-26 14:29:10 +01:00 |
krzys-h
|
40b7d986aa
|
CBotVar::GetTypeMode enum
|
2015-12-25 19:16:54 +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
|
3008e18fc6
|
Extracted most of linked list logic into a template class
|
2015-12-23 23:34:11 +01:00 |
krzys-h
|
30fea5893b
|
Fixed crash from previous commit (oops again)
|
2015-12-23 17:50:10 +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
|
eedf8dacea
|
Documentation for CBotProgram; some CBotError refactoring
|
2015-12-21 21:35:20 +01:00 |
krzys-h
|
76c04e10d5
|
Removed some unused CBot code
|
2015-12-21 16:46:44 +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 |
Grunaka
|
de5a57f793
|
Change CBot default include directory. Make all include directive absolute.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
1a6b5ded64
|
Delete CBotDll.h
|
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 |
Grunaka
|
660f17454a
|
Moving CBotVar class in its own header and source files.
|
2015-12-01 23:25:36 +01:00 |