MrSimbax
|
80f074e2ba
|
Update license headers
|
2021-09-11 15:53:59 +02:00 |
tomangelo
|
37e4ed8029
|
Updated license headers (#1317)
* Updated headers
* Updated more headers
|
2020-07-07 10:19:36 +02:00 |
melex750
|
1b93963413
|
Apply suggestions from code review
Co-authored-by: Silent <CookiePLMonster@users.noreply.github.com>
|
2020-07-06 11:32:15 +02:00 |
melex750
|
4a62e9ed76
|
Separate searching for functions and methods
fixes #207
fixes #1016
|
2020-07-06 11:32:15 +02:00 |
melex750
|
a66b3d0672
|
Refactor SaveState and RestoreState to use streams
|
2019-04-11 04:13:13 -04:00 |
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
|
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 |
melex750
|
64bc1f1afb
|
Fix constructor/destructor and field syntax
|
2017-01-16 21:16:59 +01:00 |
krzys-h
|
e325efa447
|
Fix crash after precompiling a CBot class with errors (#881)
|
2016-12-27 13:23:41 +01:00 |
krzys-h
|
48f703282e
|
Refactor CBotCallMethode -> CBotExternalCall
|
2016-11-11 21:58:25 +01:00 |
krzys-h
|
191151eb7b
|
Refactor CBotClass and CBotFunction list to std::list
|
2016-11-11 19:37:19 +01:00 |
melex750
|
66218319dd
|
Add support for circular references
Issue #433
|
2016-08-09 11:59:07 -04:00 |
krzys-h
|
977607a934
|
Updated license headers
|
2016-02-13 14:11:30 +01:00 |
krzys-h
|
84521ef08a
|
Fixed CBotClass::FreeLock crash on some compilers
|
2016-01-23 21:33:58 +01:00 |
krzys-h
|
70555d984c
|
Small CBotTwoOpExpr cleanup
|
2016-01-05 13:04:15 +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
|
07a4d6a16b
|
CBot namespace
|
2015-12-26 14:29:10 +01:00 |
krzys-h
|
9b3b701785
|
More CBotStack docs
|
2015-12-25 20:47:30 +01:00 |
krzys-h
|
ae544c71ae
|
Made CBotExternalCallList not static
|
2015-12-24 12:36:09 +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
|
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
|
2519825104
|
CBotVar::ProtectionLevel enum
|
2015-12-21 23:07:40 +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
|
f45d657ab0
|
Add comments delete by commit 1a6b5ded64 .
|
2015-12-06 15:42:09 +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
|
3b0561056a
|
Moving CBotTypResult 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 |
Grunaka
|
70dc6785f2
|
Moving CBotProgram class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
77d738634c
|
Moving CBotClass class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |