Skip to content

Commit

Permalink
3.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jonli committed Feb 23, 2017
1 parent 2e52fd3 commit df7c66c
Show file tree
Hide file tree
Showing 31 changed files with 3,590 additions and 10 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cmake_minimum_required (VERSION 2.8)
# set(CMAKE_CONFIGURATION_TYPES "Debug;Release;Profile" CACHE STRING "" FORCE)
set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)

set (BEHAVIAC_PACKAGE_VERSION 3.6.18)
set (BEHAVIAC_PACKAGE_VERSION 3.6.19)

#option( BUILD_SHARED_LIBS "set to OFF to build static libraries" ON )
SET(BUILD_SHARED_LIBS ON CACHE BOOL "set to OFF to build static libraries")
Expand Down Expand Up @@ -395,7 +395,9 @@ add_subdirectory ("${PROJECT_SOURCE_DIR}/test/usertest")

if (MSVC)
add_subdirectory ("${PROJECT_SOURCE_DIR}/test/btperformance")
add_subdirectory ("${PROJECT_SOURCE_DIR}/example/spaceship")
if (EXISTS "${PROJECT_SOURCE_DIR}/example/spaceship")
add_subdirectory ("${PROJECT_SOURCE_DIR}/example/spaceship")
endif()
endif()

#add_subdirectory ("${PROJECT_SOURCE_DIR}/example/airbattledemo")
Expand Down
Binary file modified docs/behaviac.chm
Binary file not shown.
4 changes: 4 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-2-23 3.6.19
Fix a bug for the CMakeList.
Add the vcxproj.filters files for the C++ projects.

2017-2-22 3.6.18
Update the license and header information.

Expand Down
2 changes: 1 addition & 1 deletion inc/behaviac/common/_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#define BEHAVIAC_RELEASE 0
#endif

#define BEHAVIAC_VERSION_STRING "3.6.18"
#define BEHAVIAC_VERSION_STRING "3.6.19"

2 changes: 1 addition & 1 deletion integration/demo_running/behaviac/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.18
3.6.19
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.18
3.6.19
938 changes: 938 additions & 0 deletions projects/vs2010/behaviac.vcxproj.filters

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions projects/vs2010/btperformance.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="test">
<UniqueIdentifier>{479B44C6-3E78-354E-A5CD-5FC584D7DCF9}</UniqueIdentifier>
</Filter>
<Filter Include="test\btperformance">
<UniqueIdentifier>{F2996EC4-EF04-4744-A9E9-EA1B9F57685F}</UniqueIdentifier>
</Filter>
<Filter Include="test\btperformance\behaviac_generated">
<UniqueIdentifier>{405BE3D0-91FC-CD46-A411-22234F777A84}</UniqueIdentifier>
</Filter>
<Filter Include="test\btperformance\behaviac_generated\behaviors">
<UniqueIdentifier>{09804482-E68A-0E40-AB87-6BB8E39B1DEC}</UniqueIdentifier>
</Filter>
<Filter Include="test\btperformance\behaviac_generated\types">
<UniqueIdentifier>{6EF20339-3B44-A243-82B3-4E444FE04278}</UniqueIdentifier>
</Filter>
<Filter Include="test\btperformance\behaviac_generated\types\internal">
<UniqueIdentifier>{2741212E-0906-9448-B6F4-26A55C82EC4A}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\test\btperformance\BehaviacWorkspace.h">
<Filter>test\btperformance</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btperformance\btperformance.h">
<Filter>test\btperformance</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btperformance\behaviac_generated\behaviors\behaviac_generated_behaviors.h">
<Filter>test\btperformance\behaviac_generated\behaviors</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btperformance\behaviac_generated\types\behaviac_types.h">
<Filter>test\btperformance\behaviac_generated\types</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btperformance\behaviac_generated\types\internal\behaviac_agent_headers.h">
<Filter>test\btperformance\behaviac_generated\types\internal</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btperformance\behaviac_generated\types\internal\behaviac_agent_member_visitor.h">
<Filter>test\btperformance\behaviac_generated\types\internal</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btperformance\behaviac_generated\types\internal\behaviac_agent_meta.h">
<Filter>test\btperformance\behaviac_generated\types\internal</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btperformance\behaviac_generated\types\internal\behaviac_headers.h">
<Filter>test\btperformance\behaviac_generated\types\internal</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\test\btperformance\BehaviacWorkspace.cpp">
<Filter>test\btperformance</Filter>
</ClCompile>
<ClCompile Include="..\..\test\btperformance\btperformance.cpp">
<Filter>test\btperformance</Filter>
</ClCompile>
<ClCompile Include="..\..\test\btperformance\behaviac_generated\behaviors\behaviac_generated_behaviors.cpp">
<Filter>test\btperformance\behaviac_generated\behaviors</Filter>
</ClCompile>
<ClCompile Include="..\..\test\btperformance\behaviac_generated\types\internal\behaviac_agent_meta.cpp">
<Filter>test\btperformance\behaviac_generated\types\internal</Filter>
</ClCompile>
</ItemGroup>
</Project>
57 changes: 57 additions & 0 deletions projects/vs2010/btremotetest.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="test">
<UniqueIdentifier>{68AD1882-B85C-7044-9BBE-99F8E469AA33}</UniqueIdentifier>
</Filter>
<Filter Include="test\btremotetest">
<UniqueIdentifier>{2F1DC32B-17B0-6A49-91C5-BDA3CEEA23F6}</UniqueIdentifier>
</Filter>
<Filter Include="test\btremotetest\workspace">
<UniqueIdentifier>{04D38E2B-3E97-CC42-BE2B-67238D521D16}</UniqueIdentifier>
</Filter>
<Filter Include="test\btremotetest\workspace\exported">
<UniqueIdentifier>{2B47BC90-C153-1E4A-96FA-33A9D6836C1F}</UniqueIdentifier>
</Filter>
<Filter Include="test\btremotetest\workspace\exported\behaviac_generated">
<UniqueIdentifier>{31EF1833-5630-8946-9460-DA70447DBD54}</UniqueIdentifier>
</Filter>
<Filter Include="test\btremotetest\workspace\exported\behaviac_generated\types">
<UniqueIdentifier>{69C4CAC7-2086-8847-BBF2-10B8F4A63F11}</UniqueIdentifier>
</Filter>
<Filter Include="test\btremotetest\workspace\exported\behaviac_generated\types\internal">
<UniqueIdentifier>{37309F3F-5E90-4E49-A663-11A510B3195D}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\test\btremotetest\BTPlayer.h">
<Filter>test\btremotetest</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btremotetest\workspace\exported\behaviac_generated\types\behaviac_types.h">
<Filter>test\btremotetest\workspace\exported\behaviac_generated\types</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btremotetest\workspace\exported\behaviac_generated\types\internal\behaviac_agent_headers.h">
<Filter>test\btremotetest\workspace\exported\behaviac_generated\types\internal</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btremotetest\workspace\exported\behaviac_generated\types\internal\behaviac_agent_member_visitor.h">
<Filter>test\btremotetest\workspace\exported\behaviac_generated\types\internal</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btremotetest\workspace\exported\behaviac_generated\types\internal\behaviac_agent_meta.h">
<Filter>test\btremotetest\workspace\exported\behaviac_generated\types\internal</Filter>
</ClInclude>
<ClInclude Include="..\..\test\btremotetest\workspace\exported\behaviac_generated\types\internal\behaviac_headers.h">
<Filter>test\btremotetest\workspace\exported\behaviac_generated\types\internal</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\test\btremotetest\BTPlayer.cpp">
<Filter>test\btremotetest</Filter>
</ClCompile>
<ClCompile Include="..\..\test\btremotetest\remote_test.cpp">
<Filter>test\btremotetest</Filter>
</ClCompile>
<ClCompile Include="..\..\test\btremotetest\workspace\exported\behaviac_generated\types\internal\behaviac_agent_meta.cpp">
<Filter>test\btremotetest\workspace\exported\behaviac_generated\types\internal</Filter>
</ClCompile>
</ItemGroup>
</Project>
Loading

0 comments on commit df7c66c

Please sign in to comment.