krzys-h
|
df111dbf98
|
Refactored CBotVar to templates
|
2016-05-28 23:28:12 +02:00 |
Mateusz Przybył
|
734e6e97c0
|
Group source files for IDE projects in CMake
Merge pull request #773 from MrSimbax/msvc-project-org-cmake
|
2016-05-02 12:14:18 +02:00 |
krzys-h
|
fa92605225
|
Renamed some CBotInstr classes
|
2015-12-31 14:44:19 +01:00 |
krzys-h
|
e3c53f9912
|
CBot compiled instruction graphs; some code cleanup
|
2015-12-27 16:51:57 +01:00 |
krzys-h
|
8e01a208c1
|
More extensible external call interface
|
2015-12-24 11:57:34 +01:00 |
krzys-h
|
fbdc071659
|
Some random CBotProgram and CBotToken refactoring
|
2015-12-23 16:11:03 +01:00 |
krzys-h
|
51644369cb
|
Moved standard math and file functions into CBot library
|
2015-12-20 18:36:20 +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
|
87a34ba1ff
|
Refactor CBotString::LoadString
|
2015-12-20 15:06:35 +01:00 |
krzys-h
|
3eeab0f9b7
|
Removed CBotStringArray
|
2015-12-20 14:49:30 +01:00 |
Grunaka
|
30c3d03141
|
Remove header files from to the list of .cpp files in CBot CMakeLists.txt.
|
2015-12-06 16:30:13 +01:00 |
Grunaka
|
de5a57f793
|
Change CBot default include directory. Make all include directive absolute.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
5c7a665639
|
Add CBot.h, CBotEnums.h and CBotDefines.h in CMakeLists.txt.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
cedaaad459
|
Deleted file CBot.cpp.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
889c0fbe8e
|
Split file StringFunctions.cpp into two files StringFunctions.h and StringFunctions.cpp.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
43ac0e35f2
|
Moving global files function from CBot.cpp to CBotFileUtils.cpp
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
7b200a0922
|
Moving global CompileParams, TypeCompatible and TypesCompatibles from CBot.cpp to CBotInstrUtils.cpp.
|
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
|
67dff4ef65
|
Moving CBotStringArray class in its own header and source files.
|
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
|
013be673ce
|
Moving CBotCStack 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
|
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
|
143eecd791
|
Moving CBotCallMethode class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
6d340e80ab
|
Moving CBotDefParam 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
|
63ab9d7301
|
Moving CBotVarArray 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
|
0373692ea1
|
Moving CBotInt class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
b01e2180d8
|
Moving CBotInstArray class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
ede0d03026
|
Moving CBotListArray class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
8c04d7fc65
|
Moving CBotIf class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
c0e2201c70
|
Moving CBotReturn class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
14961dbc57
|
Moving CBotEmpty class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
17cbae8e68
|
Moving CBotBoolean class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
ff72d1a77f
|
Moving CBotFloat class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
13b82b7e8e
|
Moving CBotIString class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
bbf2e48802
|
Moving CBotClassInst class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
dc8a6b3273
|
Moving CBotCondition class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
d89fd629a2
|
Moving CBotLeftExpr class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
4b10358df7
|
Moving CBotFieldExpr class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
d0cfdfb998
|
Moving CBotIndexExpr class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
3c1296b4b9
|
Moving CBotExpression class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
d44df45d26
|
Moving CBotTwoOpExpr class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
8ee0b7df56
|
Moving CBotLogicExpr class in its own header and source files.
|
2015-12-01 23:25:34 +01:00 |