diff --git a/cocos/2d/cocos2d_wp8.vcxproj b/cocos/2d/cocos2d_wp8.vcxproj index c6a97f8c94..ba2f24834b 100644 --- a/cocos/2d/cocos2d_wp8.vcxproj +++ b/cocos/2d/cocos2d_wp8.vcxproj @@ -225,6 +225,7 @@ + @@ -378,6 +379,8 @@ + + @@ -433,6 +436,7 @@ + @@ -591,6 +595,8 @@ + + diff --git a/cocos/2d/cocos2d_wp8.vcxproj.filters b/cocos/2d/cocos2d_wp8.vcxproj.filters index d0f0fce8cb..a00fbb84f3 100644 --- a/cocos/2d/cocos2d_wp8.vcxproj.filters +++ b/cocos/2d/cocos2d_wp8.vcxproj.filters @@ -608,6 +608,15 @@ 3d + + 3d + + + 2d + + + 2d + @@ -1241,6 +1250,15 @@ 3d + + 3d + + + 2d + + + 2d + diff --git a/cocos/3d/CCBundle3D.cpp b/cocos/3d/CCBundle3D.cpp index 78fe4462f7..c6a51888b1 100644 --- a/cocos/3d/CCBundle3D.cpp +++ b/cocos/3d/CCBundle3D.cpp @@ -600,7 +600,7 @@ bool Bundle3D::loadSkinDataBinary(SkinData* skindata) if (!_binaryReader.readMatrix(bindpos)) { CCLOGINFO("Failed to load SkinData: bindpos '%s'.", _path.c_str()); - return nullptr; + return false; } skindata->inverseBindPoseMatrices.push_back(bindpos); } @@ -641,7 +641,7 @@ bool Bundle3D::loadSkinDataBinary(SkinData* skindata) if (!_binaryReader.readMatrix(transform)) { CCLOGINFO("Failed to load SkinData: transform '%s'.", _path.c_str()); - return nullptr; + return false; } if(index < 0) diff --git a/tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj b/tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj index 1e37b6b1f2..f81bb0d720 100644 --- a/tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj +++ b/tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj @@ -230,6 +230,7 @@ + @@ -427,6 +428,7 @@ + diff --git a/tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj.filters b/tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj.filters index 360c126675..7f73aa616c 100644 --- a/tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj.filters +++ b/tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj.filters @@ -846,6 +846,9 @@ Classes\ExtensionsTest\CocoStudioActionTimelineTest + + Classes\TileMapTest + @@ -1566,6 +1569,9 @@ Classes\ExtensionsTest\CocoStudioActionTimelineTest + + Classes\TileMapTest +