mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Further refinement of new ModularizedTacticalAI architecture; added plans for Crows
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6017 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="ModularizedTacticalAI"
|
||||
ProjectGUID="{FF0A809E-A370-4640-A301-17B76D7A5B4E}"
|
||||
RootNamespace="TacticalAI"
|
||||
@@ -340,6 +340,14 @@
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\AbstractPlanFactory.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\CrowPlan.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\LegacyAIPlan.cpp"
|
||||
>
|
||||
@@ -348,6 +356,14 @@
|
||||
RelativePath=".\src\LegacyAIPlanFactory.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\LegacyCreaturePlan.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\LegacyZombiePlan.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\NullPlan.cpp"
|
||||
>
|
||||
@@ -356,10 +372,18 @@
|
||||
RelativePath=".\src\NullPlanFactory.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\Plan.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\PlanFactoryLibrary.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\PlanList.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
@@ -370,6 +394,10 @@
|
||||
RelativePath=".\include\AbstractPlanFactory.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CrowPlan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\LegacyAIPlan.h"
|
||||
>
|
||||
@@ -378,6 +406,14 @@
|
||||
RelativePath=".\include\LegacyAIPlanFactory.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\LegacyCreaturePlan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\LegacyZombiePlan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NullPlan.h"
|
||||
>
|
||||
@@ -394,6 +430,10 @@
|
||||
RelativePath=".\include\PlanFactoryLibrary.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\PlanList.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
||||
Reference in New Issue
Block a user