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:
@@ -338,25 +338,49 @@
|
||||
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"
|
||||
>
|
||||
</File>
|
||||
<\File>
|
||||
<File
|
||||
RelativePath=".\src\LegacyAIPlanFactory.cpp"
|
||||
>
|
||||
</File>
|
||||
<\File>
|
||||
<File
|
||||
RelativePath=".\src\LegacyCreaturePlan.cpp"
|
||||
>
|
||||
<\File>
|
||||
<File
|
||||
RelativePath=".\src\LegacyZombiePlan.cpp"
|
||||
>
|
||||
<\File>
|
||||
<File
|
||||
RelativePath=".\src\NullPlan.cpp"
|
||||
>
|
||||
</File>
|
||||
<\File>
|
||||
<File
|
||||
RelativePath=".\src\NullPlanFactory.cpp"
|
||||
>
|
||||
</File>
|
||||
<\File>
|
||||
<File
|
||||
RelativePath=".\src\Plan.cpp"
|
||||
>
|
||||
<\File>
|
||||
<File
|
||||
RelativePath=".\src\PlanFactoryLibrary.cpp"
|
||||
>
|
||||
<\File>
|
||||
<File
|
||||
RelativePath=".\src\PlanList.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
@@ -369,7 +393,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\LegacyAIPlan.h"
|
||||
RelativePath=".\include\CrowPlan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -377,7 +401,15 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NullPlan.h"
|
||||
RelativePath=".\include\LegacyAIPlan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\LegacyCreaturePlan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\LegacyZombiePlan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -385,13 +417,21 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\Plan.h"
|
||||
RelativePath=".\include\NullPlan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\PlanFactoryLibrary.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\Plan.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\PlanList.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
||||
Reference in New Issue
Block a user