Skip to content

Commit

Permalink
WIP of xrAI and xrSE_Factory. Delete unused files.
Browse files Browse the repository at this point in the history
  • Loading branch information
intorr committed Jan 1, 2018
1 parent 03a6715 commit 3dd401c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 225 deletions.
187 changes: 0 additions & 187 deletions src/utils/xrAI/spawn_patcher.cpp

This file was deleted.

27 changes: 0 additions & 27 deletions src/utils/xrAI/spawn_patcher.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/utils/xrAI/xrAI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
<ClCompile Include="level_spawn_constructor.cpp" />
<ClCompile Include="server_entity_wrapper.cpp" />
<ClCompile Include="space_restrictor_wrapper.cpp" />
<ClCompile Include="spawn_patcher.cpp" />
<ClCompile Include="StdAfx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
Expand Down Expand Up @@ -248,7 +247,6 @@
<ClInclude Include="space_restrictor_wrapper.h" />
<ClInclude Include="space_restrictor_wrapper_inline.h" />
<ClInclude Include="spawn_constructor_space.h" />
<ClInclude Include="spawn_patcher.h" />
<ClInclude Include="StdAfx.h" />
<ClInclude Include="xrAI.h" />
<ClInclude Include="xr_graph_merge.h" />
Expand Down
9 changes: 0 additions & 9 deletions src/utils/xrAI/xrAI.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
<Filter Include="ALife\Spawn\server_entity_wrapper">
<UniqueIdentifier>{abd194f2-1c4c-45a2-a498-344b990c1c61}</UniqueIdentifier>
</Filter>
<Filter Include="ALife\Spawn\spawn_patcher">
<UniqueIdentifier>{bb8ce383-823f-4aed-ba06-4f466aa15ff3}</UniqueIdentifier>
</Filter>
<Filter Include="ALife\Verify">
<UniqueIdentifier>{1662641a-fb1b-4795-bf6e-272cfc78c210}</UniqueIdentifier>
</Filter>
Expand Down Expand Up @@ -153,9 +150,6 @@
<ClCompile Include="server_entity_wrapper.cpp">
<Filter>ALife\Spawn\server_entity_wrapper</Filter>
</ClCompile>
<ClCompile Include="spawn_patcher.cpp">
<Filter>ALife\Spawn\spawn_patcher</Filter>
</ClCompile>
<ClCompile Include="verify_level_graph.cpp">
<Filter>ALife\Verify</Filter>
</ClCompile>
Expand Down Expand Up @@ -335,9 +329,6 @@
<ClInclude Include="server_entity_wrapper_inline.h">
<Filter>ALife\Spawn\server_entity_wrapper</Filter>
</ClInclude>
<ClInclude Include="spawn_patcher.h">
<Filter>ALife\Spawn\spawn_patcher</Filter>
</ClInclude>
<ClInclude Include="guid_generator.h">
<Filter>ALife\guid_generator</Filter>
</ClInclude>
Expand Down

0 comments on commit 3dd401c

Please sign in to comment.