- Split AIPlayer and AIPlayerBaka in 2 files. Moved all "AI" specific code into AIPlayerBaka, as much as possible.

-- This is a copy/paste and shouldn't have any impact on the logic. I just moved some functions from AIPlayer to AIPlayerBaka
- Added back the possibility to select a different Resource folder with file Res.txt
- Fix a crash when a token id does not exist
This commit is contained in:
wagic.the.homebrew
2011-09-20 03:06:06 +00:00
parent 839d197835
commit fbfac78b09
22 changed files with 2536 additions and 2350 deletions
+12
View File
@@ -313,6 +313,12 @@
<ClCompile Include="src\PriceList.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\AIPlayerBaka.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\AIPlayerBakaB.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\ActionElement.h">
@@ -651,6 +657,12 @@
<ClInclude Include="include\IconButton.h">
<Filter>inc</Filter>
</ClInclude>
<ClInclude Include="include\AIPlayerBaka.h">
<Filter>inc</Filter>
</ClInclude>
<ClInclude Include="include\AIPlayerBakaB.h">
<Filter>inc</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="Makefile" />