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
|
a5909ac4de
|
Add private and protected keywords for methods
fixes #854
fixes #882
|
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 |
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 |
Abigail
|
11d950221b
|
Fix all compiler warnings and enable -Werror (#955)
This removes all compilation warnings on:
* g++ 4.7.4, 4.8.5, 4.9.4, 5.4.1, 6.3.0, 7.0.1-svn246759
* clang++ 3.9.1, 4.0.0, 5.0.0-svn303007
|
2017-05-22 11:10:35 +02:00 |
melex750
|
baba6081b3
|
Add checking for return statements in functions
issue #30
|
2017-01-24 14:41:22 -05:00 |
krzys-h
|
e325efa447
|
Fix crash after precompiling a CBot class with errors (#881)
|
2016-12-27 13:23:41 +01:00 |
krzys-h
|
6b7233c6ae
|
Remove CBotLinkedList from CBotFunction
Fixup for 191151eb7b
No idea how I managed to forget that
|
2016-11-11 19:47:59 +01:00 |
krzys-h
|
191151eb7b
|
Refactor CBotClass and CBotFunction list to std::list
|
2016-11-11 19:37:19 +01:00 |
krzys-h
|
266b34d578
|
Make CBotFunction implement CBotLinkedList
|
2016-11-11 18:16:12 +01:00 |
krzys-h
|
8764d28e9e
|
Remove remaining "this != nullptr" checks in CBOT, closes #828
|
2016-11-11 18:03:46 +01:00 |
melex750
|
d0a8a32a57
|
Fix RestoreMethode when calling inherited methods
|
2016-08-03 18:34:39 -04:00 |
krzys-h
|
977607a934
|
Updated license headers
|
2016-02-13 14:11:30 +01:00 |
krzys-h
|
344cda4ae6
|
Add missing override keywords
|
2016-01-23 20:49:01 +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
|
07a4d6a16b
|
CBot namespace
|
2015-12-26 14:29:10 +01:00 |
krzys-h
|
0807b75d4b
|
Fixed object:: with other types (#207)
|
2015-12-25 15:13:52 +01:00 |
krzys-h
|
5443006979
|
Refactor public function list
|
2015-12-24 15: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
|
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
|
ef4e2f08a3
|
Moving CBotInstr class in its own header and source files.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
4712e0ef6a
|
Moving CBotFunction class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |