Added bot code.

This commit is contained in:
Justin Marshall
2026-05-19 18:34:55 -07:00
parent b97127f038
commit af56d4bfeb
166 changed files with 22251 additions and 297 deletions
+30
View File
@@ -339,6 +339,10 @@ typeinfo.exe</Command>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="game\ai\AAS.cpp" />
<ClCompile Include="game\ai\AASCallback_AvoidLocation.cpp" />
<ClCompile Include="game\ai\AASCallback_FindAreaOutOfRange.cpp" />
<ClCompile Include="game\ai\AASCallback_FindAttackPosition.cpp" />
<ClCompile Include="game\ai\AASCallback_FindCoverArea.cpp" />
<ClCompile Include="game\ai\AAS_debug.cpp" />
<ClCompile Include="game\ai\AAS_pathing.cpp" />
<ClCompile Include="game\ai\AAS_routing.cpp" />
@@ -350,6 +354,22 @@ typeinfo.exe</Command>
<ClCompile Include="game\anim\Anim_Blend.cpp" />
<ClCompile Include="game\anim\Anim_Import.cpp" />
<ClCompile Include="game\anim\Anim_Testmodel.cpp" />
<ClCompile Include="game\bots\Bot.cpp" />
<ClCompile Include="game\bots\BotAI.cpp" />
<ClCompile Include="game\bots\BotAI_Battle_Attacked.cpp" />
<ClCompile Include="game\bots\BotAI_Battle_Chase.cpp" />
<ClCompile Include="game\bots\BotAI_Battle_Fight.cpp" />
<ClCompile Include="game\bots\BotAI_Battle_NBG.cpp" />
<ClCompile Include="game\bots\BotAI_Battle_Retreat.cpp" />
<ClCompile Include="game\bots\BotAI_respawn.cpp" />
<ClCompile Include="game\bots\BotAI_SeekLTG.cpp" />
<ClCompile Include="game\bots\BotAI_Seek_NBG.cpp" />
<ClCompile Include="game\bots\Bot_char.cpp" />
<ClCompile Include="game\bots\Bot_chat.cpp" />
<ClCompile Include="game\bots\Bot_goal.cpp" />
<ClCompile Include="game\bots\Bot_Input.cpp" />
<ClCompile Include="game\bots\Bot_weapons.cpp" />
<ClCompile Include="game\bots\Bot_weights.cpp" />
<ClCompile Include="game\gamesys\Class.cpp" />
<ClCompile Include="game\gamesys\DebugGraph.cpp" />
<ClCompile Include="game\gamesys\Event.cpp" />
@@ -436,10 +456,20 @@ typeinfo.exe</Command>
</ItemGroup>
<ItemGroup>
<ClInclude Include="game\ai\AAS.h" />
<ClInclude Include="game\ai\AASCallback_AvoidLocation.h" />
<ClInclude Include="game\ai\AASCallback_FindAreaOutOfRange.h" />
<ClInclude Include="game\ai\AASCallback_FindAttackPosition.h" />
<ClInclude Include="game\ai\AASCallback_FindCoverArea.h" />
<ClInclude Include="game\ai\AAS_local.h" />
<ClInclude Include="game\ai\AI.h" />
<ClInclude Include="game\anim\Anim.h" />
<ClInclude Include="game\anim\Anim_Testmodel.h" />
<ClInclude Include="game\bots\Bot.h" />
<ClInclude Include="game\bots\Bot_char.h" />
<ClInclude Include="game\bots\Bot_chat.h" />
<ClInclude Include="game\bots\Bot_goal.h" />
<ClInclude Include="game\bots\Bot_weapons.h" />
<ClInclude Include="game\bots\Bot_weights.h" />
<ClInclude Include="game\gamesys\Class.h" />
<ClInclude Include="game\gamesys\DebugGraph.h" />
<ClInclude Include="game\gamesys\Event.h" />