Added support for enhanced animations for items.

Thanks to @conde2, @BenDol
This commit is contained in:
Nailson
2015-02-13 08:19:45 -03:00
parent 4c4e0b9d07
commit 74af47f4d6
11 changed files with 310 additions and 49 deletions

View File

@@ -161,6 +161,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\src\client\animatedtext.cpp" />
<ClCompile Include="..\src\client\animator.cpp" />
<ClCompile Include="..\src\client\client.cpp" />
<ClCompile Include="..\src\client\container.cpp" />
<ClCompile Include="..\src\client\creature.cpp" />
@@ -315,6 +316,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\client\animatedtext.h" />
<ClInclude Include="..\src\client\animator.h" />
<ClInclude Include="..\src\client\client.h" />
<ClInclude Include="..\src\client\const.h" />
<ClInclude Include="..\src\client\container.h" />

View File

@@ -528,6 +528,9 @@
<ClCompile Include="..\src\framework\core\config.cpp">
<Filter>Source Files\framework\core</Filter>
</ClCompile>
<ClCompile Include="..\src\client\animator.cpp">
<Filter>Source Files\client</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\framework\const.h">
@@ -1049,6 +1052,9 @@
<ClInclude Include="..\src\framework\core\config.h">
<Filter>Header Files\framework\core</Filter>
</ClInclude>
<ClInclude Include="..\src\client\animator.h">
<Filter>Header Files\client</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\src\otcicon.rc">