krzys-h
|
bb9d1c8265
|
Remove "this == nullptr" checks in CBOT, fixes #828
|
2016-10-02 21:36:59 +02:00 |
melex750
|
c9c02f5461
|
Fix assigning instance to pointer for inheritance
|
2016-08-04 01:06:37 -04:00 |
melex750
|
397e312424
|
Fix RestoreState for subclass instance vars
|
2016-08-03 17:52:53 -04:00 |
melex750
|
48666c4604
|
Fix not calling destructors after save/reload
|
2016-08-03 17:42:10 -04:00 |
melex750
|
c19f97bc24
|
Fix RestoreState to assign IDs to instance vars
|
2016-05-24 10:09:44 -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
|
fa92605225
|
Renamed some CBotInstr classes
|
2015-12-31 14:44:19 +01:00 |
krzys-h
|
ef91fb8e9d
|
Fixed commandline interpreter
|
2015-12-26 14:37:36 +01:00 |
krzys-h
|
07a4d6a16b
|
CBot namespace
|
2015-12-26 14:29:10 +01:00 |
krzys-h
|
6b959a5606
|
Mostly finished CBotStack docs
|
2015-12-25 22:03:23 +01:00 |
krzys-h
|
9b3b701785
|
More CBotStack docs
|
2015-12-25 20:47:30 +01:00 |
krzys-h
|
c72cfa234b
|
Started docs of CBotStack; random refactorings
|
2015-12-25 19:48:31 +01:00 |
krzys-h
|
40b7d986aa
|
CBotVar::GetTypeMode enum
|
2015-12-25 19:16:54 +01:00 |
krzys-h
|
921c266311
|
Some random refactoring
|
2015-12-24 14:52:17 +01:00 |
krzys-h
|
ff081aff49
|
Made CBotExternalCallList combatible with class calls
|
2015-12-24 12:57:37 +01:00 |
krzys-h
|
ae544c71ae
|
Made CBotExternalCallList not static
|
2015-12-24 12:36:09 +01:00 |
krzys-h
|
8e01a208c1
|
More extensible external call interface
|
2015-12-24 11:57:34 +01:00 |
krzys-h
|
8437a9bdd2
|
CBot testing framework; fixed a few bugs
|
2015-12-23 20:39:56 +01:00 |
krzys-h
|
30fea5893b
|
Fixed crash from previous commit (oops again)
|
2015-12-23 17:50:10 +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
|
5db1254dd8
|
Unified CBot error naming
|
2015-12-20 19:01:03 +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 |
krzys-h
|
964d3574fd
|
Fixed treating 'bool' as 'int' in CBot engine
Appears to fix #199 - further testing required
|
2015-12-19 21:20:41 +01:00 |
Grunaka
|
de5a57f793
|
Change CBot default include directory. Make all include directive absolute.
|
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
|
013be673ce
|
Moving CBotCStack class in its own header and source files.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
2eeab6d4d0
|
Moving CBotVarClass function from CBotVar.cpp to CBotVarClass.cpp.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
a4f14650c6
|
Moving CBotVarInt class in its own header and source files.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
44021e91f7
|
Moving CBotVarFloat class in its own header and source files.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
1b3b2ea5a1
|
Moving CBotVarString class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
ade4aefb0e
|
Moving CBotVarBoolean class in its own header and source files.
|
2015-12-01 23:25:35 +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 |
Grunaka
|
4712e0ef6a
|
Moving CBotFunction class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
394a49f5aa
|
Moving CBotCall class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
e54d8f1ebc
|
Moving CBotStack class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Piotr Dziwinski
|
b93f610930
|
Fix license header in all files
|
2015-08-22 16:40:02 +02:00 |
krzys-h
|
303dd17d58
|
Improved documentation of new object interface; removed unused Get/SetSoluceName
|
2015-08-17 00:43:32 +02:00 |
Piotr Dziwinski
|
2289d69735
|
Replace NULL -> nullptr
|
2015-08-16 12:43:42 +02:00 |
dreamer.dead
|
b3c2d2c450
|
Set CBotVar::m_binit type to specific enum instead of plain int.
|
2015-07-05 23:39:55 +03:00 |
krzys-h
|
c001c46cb5
|
Small fix to 72b4228abe
|
2014-10-19 15:27:00 +02:00 |
krzys-h
|
9fd6cf5449
|
Changed all occurences of PPC in the code to TerranovaTeam
|
2014-10-14 15:26:18 +02:00 |
krzys-h
|
72b4228abe
|
Fixed CBot debugger (#325)
|
2014-10-07 22:28:32 +02:00 |
Piotr Dziwinski
|
aab79c6b5d
|
Changed ASM_TRAP() to assert(0)
|
2013-11-25 20:03:06 +01:00 |
Piotr Dziwinski
|
8765d58b02
|
Fixed code formatting
* moved braces to new lines
* fixed some function/variable names
* fixed whitespace issues
|
2013-05-27 10:19:16 +02:00 |
Michał Konopacki
|
e154e654f1
|
Reduced amount of warnings in CBot library
Changed most of C-style casting to C++ casting
Commented unused variables
|
2012-08-13 01:45:35 +02:00 |