Grunaka
|
fa9dc0dace
|
Start cleaning of files CBotFileUtils.h and CBotFileUtils.cpp. Pass CBotTypResult parameter as reference.
|
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
|
4a9afdc525
|
Move enum from resource.h to CBotEnums.h. Delete file resource.h.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
922082b360
|
Move define from resource.h to CBotDefines.h.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
ece0666954
|
Create new file CBot.h. Included only useful interfaces.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
575ff47c82
|
Cleaning the CBot.h file.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
cedaaad459
|
Deleted file CBot.cpp.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
b28e2aec01
|
Moving some define from CBot.h to CBotDefines.h.
|
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
|
889c0fbe8e
|
Split file StringFunctions.cpp into two files StringFunctions.h and StringFunctions.cpp.
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
1a6b5ded64
|
Delete CBotDll.h
|
2015-12-01 23:25:36 +01:00 |
Grunaka
|
2f7932ff69
|
Moving defines from CBotDll.h to CBotDefines.h.
|
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
|
51f0675e41
|
Moving macro MAX from CBot.h to CBotTwoOpExpr.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
|
942d7195e4
|
Moving CBotString 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
|
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
|
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
|
0a1b7da2a8
|
Moving CBotClass functions into CBotClass.cpp. Moving gloable function used by CBotClass and CBotFunction into CBotUtils.cpp.
|
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
|
70dc6785f2
|
Moving CBotProgram class in its own header and source files.
|
2015-12-01 23:25:35 +01:00 |
Grunaka
|
77d738634c
|
Moving CBotClass 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
|
e54d8f1ebc
|
Moving CBotStack 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 |