Skip to content

Commit 03a6715

Browse files
committed
WIP of xrAI and xrSE_Factory. Delete unused files. Small changes.
1 parent 47a5386 commit 03a6715

File tree

5 files changed

+2
-222
lines changed

5 files changed

+2
-222
lines changed

src/utils/xrAI/xrAI.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189
</ClCompile>
190190
<ClCompile Include="verify_level_graph.cpp" />
191191
<ClCompile Include="xrAI.cpp" />
192-
<ClCompile Include="xrCrossTable.cpp" />
193192
<ClCompile Include="xr_graph_merge.cpp" />
194193
</ItemGroup>
195194
<ItemGroup>
@@ -252,7 +251,6 @@
252251
<ClInclude Include="spawn_patcher.h" />
253252
<ClInclude Include="StdAfx.h" />
254253
<ClInclude Include="xrAI.h" />
255-
<ClInclude Include="xrCrossTable.h" />
256254
<ClInclude Include="xr_graph_merge.h" />
257255
</ItemGroup>
258256
<ItemGroup>

src/utils/xrAI/xrAI.vcxproj.filters

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
<Filter Include="ALife">
1717
<UniqueIdentifier>{d720c170-292f-489f-8660-5e5f3f895e3d}</UniqueIdentifier>
1818
</Filter>
19-
<Filter Include="ALife\Cross">
20-
<UniqueIdentifier>{89d213ba-d4f4-436e-831f-afd1d39dcb08}</UniqueIdentifier>
21-
</Filter>
2219
<Filter Include="ALife\Graph">
2320
<UniqueIdentifier>{f4a43bfd-7b1d-42d7-8fa1-7283b213c52e}</UniqueIdentifier>
2421
</Filter>
@@ -99,9 +96,6 @@
9996
<ClCompile Include="xrAI.cpp">
10097
<Filter>Compiler\Kernel</Filter>
10198
</ClCompile>
102-
<ClCompile Include="xrCrossTable.cpp">
103-
<Filter>ALife\Cross</Filter>
104-
</ClCompile>
10599
<ClCompile Include="game_graph_builder.cpp">
106100
<Filter>ALife\Graph</Filter>
107101
</ClCompile>
@@ -203,9 +197,6 @@
203197
<ClInclude Include="xrAI.h">
204198
<Filter>Compiler\Kernel</Filter>
205199
</ClInclude>
206-
<ClInclude Include="xrCrossTable.h">
207-
<Filter>ALife\Cross</Filter>
208-
</ClInclude>
209200
<ClInclude Include="game_graph_builder.h">
210201
<Filter>ALife\Graph</Filter>
211202
</ClInclude>

src/utils/xrAI/xrCrossTable.cpp

Lines changed: 0 additions & 188 deletions
This file was deleted.

src/utils/xrAI/xrCrossTable.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/utils/xrAI/xr_graph_merge.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include "xrAI.h"
1212
#include "xrServer_Objects_ALife_All.h"
1313
#include "factory_api.h"
14-
#include "xrCrossTable.h"
1514
#include "Common/object_broker.h"
15+
#include "xrAICore/Navigation/level_graph.h"
1616
#include "spawn_constructor_space.h"
1717
#include "guid_generator.h"
1818
#include "game_graph_builder.h"
@@ -93,7 +93,7 @@ class CLevelGameGraph
9393
m_dwOffset = dwOffset;
9494
m_tpLevelPoints.clear();
9595

96-
FILE_NAME caFileName;
96+
string_path caFileName;
9797

9898
// loading graph
9999
xr_strcpy(caFileName, graph_file_name);

0 commit comments

Comments
 (0)