melex750
|
f80db9e8fb
|
Fix using negative numbers in default arguments
Issue #919
|
2017-03-03 02:11:10 -05:00 |
melex750
|
b032dad578
|
Fix execution of default arguments
|
2017-03-03 01:09:09 -05:00 |
melex750
|
92a8c48953
|
Add syntax for parameters with default values
Also fixes #642
|
2017-01-24 15:19:03 -05:00 |
melex750
|
baba6081b3
|
Add checking for return statements in functions
issue #30
|
2017-01-24 14:41:22 -05:00 |
melex750
|
2ff8251a81
|
Fix game crashing with syntax errors
|
2017-01-24 13:47:00 -05:00 |
melex750
|
8e54f7ca9c
|
Fix memory leaks in CBOT engine
|
2017-01-16 21:16:59 +01:00 |
melex750
|
64bc1f1afb
|
Fix constructor/destructor and field syntax
|
2017-01-16 21:16:59 +01:00 |
melex750
|
8fc0151444
|
Fix increment and decrement 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
|
88c6818cfd
|
Fix code style issues
|
2016-11-26 13:48:12 +01:00 |
krzys-h
|
b49fbf0cd6
|
Another this==nullptr fix (#828)
|
2016-11-11 22:58:39 +01:00 |
krzys-h
|
48f703282e
|
Refactor CBotCallMethode -> CBotExternalCall
|
2016-11-11 21:58:25 +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 |
krzys-h
|
ca548e2902
|
Update CBotFieldExpr::ProtectionError docs
|
2016-09-24 17:04:47 +02:00 |
melex750
|
9ab7f7d140
|
Fix access to protected and private variables
|
2016-09-17 08:00:34 -04:00 |
melex750
|
3debfb9182
|
Fix finding in-class methods when searching by ID
|
2016-09-17 07:59:34 -04:00 |
melex750
|
4a14a44f3f
|
Add implicit cast and null for passing arguments
|
2016-09-17 07:58:39 -04:00 |
melex750
|
3146d4ef35
|
Add method chaining for class constructor calls
|
2016-08-14 16:56:17 -04:00 |
krzys-h
|
b9d4d57e33
|
Syntax sugar: Accessing members of returned objects (#808)
Conflicts:
src/CBot/CBotInstr/CBotInstrMethode.h
|
2016-08-09 20:28:37 +02:00 |
Jeremy Mickelson
|
6b8e240d26
|
Fix implicit downcast with variable initialization
|
2016-08-07 08:27:01 -04:00 |
melex750
|
a205eace38
|
Add missing license headers
|
2016-08-06 16:29:02 -04:00 |
melex750
|
e48188b429
|
Fix failed assert when literal null is returned
|
2016-08-06 04:56:57 -04:00 |
melex750
|
fad38cd0e9
|
Add accessing members to function calls
|
2016-08-04 03:16:59 -04:00 |
melex750
|
c9c02f5461
|
Fix assigning instance to pointer for inheritance
|
2016-08-04 01:06:37 -04:00 |
melex750
|
d0a8a32a57
|
Fix RestoreMethode when calling inherited methods
|
2016-08-03 18:34:39 -04:00 |
melex750
|
64157090e6
|
Fix crash when calling method on a null object
|
2016-06-24 17:18:11 -04:00 |
melex750
|
51665e8396
|
Fix "new" keyword syntax checking
|
2016-06-24 17:03:50 -04:00 |
melex750
|
66984a4bb3
|
Fix using compound-assignment with an array
...that was initialized in the definition
|
2016-06-24 17:00:41 -04:00 |
melex750
|
0d74b4f36b
|
Fix initializing an array using variables
Resolves a conflict between CBotListArray and CBotExprVar
|
2016-06-24 16:56:17 -04:00 |
melex750
|
37ab015c8d
|
Fix conversion to string with = operator
|
2016-05-29 06:55:28 -04:00 |
melex750
|
6db2832577
|
Fix conversion to string with + operator
|
2016-05-29 06:45:08 -04:00 |
melex750
|
0165e8f348
|
Fix and document TypeCompatible
|
2016-05-29 06:40:42 -04:00 |
melex750
|
6491ce0aa5
|
Fix passing "this" as an argument to a method
|
2016-05-24 10:30:20 -04:00 |
melex750
|
e7942962d3
|
Fix checking parameters in CBotFunction
|
2016-04-19 10:36:06 -04:00 |
melex750
|
8b7410f803
|
Fix class.arrays using size of one before comma
|
2016-03-21 06:11:55 -04:00 |
melex750
|
6be1f56288
|
Add error code no expression, remove some bad code
|
2016-03-20 20:55:22 -04:00 |
melex750
|
5b3da83715
|
Fix inline declaration of an array of string
|
2016-03-20 13:27:02 -04:00 |
melex750
|
707ef97626
|
Fix syntax+type checking, base types+CBotDefArray
|
2016-03-20 07:54:41 -04:00 |
melex750
|
4a29e8406d
|
Fix syntax and type checking for CBotListArray
|
2016-03-20 07:48:20 -04:00 |
krzys-h
|
967aa22330
|
Allow assigning to array in initialization from function (#624, #728)
|
2016-03-13 20:27:10 +01:00 |
krzys-h
|
4d99a62d37
|
Fixed crash with array initialization syntax going out of range (#698)
|
2016-03-13 19:26:11 +01:00 |
Mateusz Przybył
|
7b286d77b5
|
Fix "std::max" errors in MSVC
|
2016-02-21 14:29:09 +01: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
|
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
|
2245863fcd
|
Some more random refactoring in CBot
|
2015-12-31 16:11:35 +01:00 |