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
+93
View File
@@ -19,6 +19,9 @@
<Filter Include="Weapons">
<UniqueIdentifier>{12aff2d0-4c6d-4e10-825f-fd89f869b61d}</UniqueIdentifier>
</Filter>
<Filter Include="Bots">
<UniqueIdentifier>{a359e51b-8a70-46de-96ca-438d29288f69}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="game\ai\AAS.cpp">
@@ -216,6 +219,66 @@
<ClCompile Include="game\gamesys\State.cpp">
<Filter>GameSys</Filter>
</ClCompile>
<ClCompile Include="game\bots\Bot.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\Bot_char.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\Bot_chat.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\Bot_goal.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\Bot_Input.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\Bot_weapons.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\Bot_weights.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI_Battle_Attacked.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI_Battle_Chase.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI_Battle_Fight.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI_Battle_NBG.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI_Battle_Retreat.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI_respawn.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI_Seek_NBG.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\bots\BotAI_SeekLTG.cpp">
<Filter>Bots</Filter>
</ClCompile>
<ClCompile Include="game\ai\AASCallback_FindCoverArea.cpp">
<Filter>AI</Filter>
</ClCompile>
<ClCompile Include="game\ai\AASCallback_AvoidLocation.cpp">
<Filter>AI</Filter>
</ClCompile>
<ClCompile Include="game\ai\AASCallback_FindAreaOutOfRange.cpp">
<Filter>AI</Filter>
</ClCompile>
<ClCompile Include="game\ai\AASCallback_FindAttackPosition.cpp">
<Filter>AI</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="game\ai\AAS.h">
@@ -395,6 +458,36 @@
<ClInclude Include="game\gamesys\State.h">
<Filter>GameSys</Filter>
</ClInclude>
<ClInclude Include="game\bots\Bot.h">
<Filter>Bots</Filter>
</ClInclude>
<ClInclude Include="game\bots\Bot_char.h">
<Filter>Bots</Filter>
</ClInclude>
<ClInclude Include="game\bots\Bot_chat.h">
<Filter>Bots</Filter>
</ClInclude>
<ClInclude Include="game\bots\Bot_goal.h">
<Filter>Bots</Filter>
</ClInclude>
<ClInclude Include="game\bots\Bot_weapons.h">
<Filter>Bots</Filter>
</ClInclude>
<ClInclude Include="game\bots\Bot_weights.h">
<Filter>Bots</Filter>
</ClInclude>
<ClInclude Include="game\ai\AASCallback_FindCoverArea.h">
<Filter>AI</Filter>
</ClInclude>
<ClInclude Include="game\ai\AASCallback_AvoidLocation.h">
<Filter>AI</Filter>
</ClInclude>
<ClInclude Include="game\ai\AASCallback_FindAreaOutOfRange.h">
<Filter>AI</Filter>
</ClInclude>
<ClInclude Include="game\ai\AASCallback_FindAttackPosition.h">
<Filter>AI</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="game\Game.def" />