cfg: reworked map-specific configs, so they are now located in yapb/conf/maps/*map*.cfg

cmd: fixed handling "yb" & "yapb" command prefixes.
This commit is contained in:
dmitry 2020-06-15 11:28:42 +03:00 committed by jeefo
commit c74d8e91e4
14 changed files with 797 additions and 755 deletions

View file

@ -57,6 +57,7 @@
<ClCompile Include="..\src\botlib.cpp" />
<ClCompile Include="..\src\chatlib.cpp" />
<ClCompile Include="..\src\combat.cpp" />
<ClCompile Include="..\src\config.cpp" />
<ClCompile Include="..\src\control.cpp" />
<ClCompile Include="..\src\engine.cpp" />
<ClCompile Include="..\src\graph.cpp" />

View file

@ -179,6 +179,9 @@
<ClCompile Include="..\src\support.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\src\config.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="yapb.rc">