Tomasz Kapuściński
|
2ea94244e9
|
Fixed const-correctness of getters
|
2022-08-14 23:47:47 +02:00 |
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
|
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
|
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 |
melex750
|
c9c02f5461
|
Fix assigning instance to pointer for inheritance
|
2016-08-04 01:06:37 -04: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
|
921c266311
|
Some random refactoring
|
2015-12-24 14:52:17 +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
|
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
|
575ff47c82
|
Cleaning the CBot.h file.
|
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
|
c624d65649
|
Moving CBotVarClass class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
bd20f6303c
|
Moving CBotVarPointer class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |