Skip to content

Commit

Permalink
Bump recastnavigation commit version.
Browse files Browse the repository at this point in the history
As far as I can tell, only minor things have changed. No API changes.
  • Loading branch information
andriyDev committed Sep 29, 2023
1 parent 8cde811 commit 6a5a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recastnavigation
Submodule recastnavigation updated 37 files
+3 −3 .github/workflows/Tests.yaml
+59 −0 CHANGELOG.md
+5 −1 CMakeLists.txt
+2 −2 CONTRIBUTING.md
+3 −0 Detour/CMakeLists.txt
+2 −2 Detour/Include/DetourAssert.h
+2 −2 Detour/Include/DetourNavMesh.h
+1 −1 Detour/Include/DetourNavMeshBuilder.h
+4 −4 Detour/Include/DetourNavMeshQuery.h
+1 −1 Detour/Source/DetourAssert.cpp
+1 −1 Detour/Source/DetourNavMeshBuilder.cpp
+13 −13 Detour/Source/DetourNavMeshQuery.cpp
+2 −2 DetourCrowd/Include/DetourCrowd.h
+1 −1 DetourCrowd/Source/DetourObstacleAvoidance.cpp
+1 −1 DetourCrowd/Source/DetourPathCorridor.cpp
+1 −1 DetourTileCache/Include/DetourTileCacheBuilder.h
+1 −1 DetourTileCache/Source/DetourTileCacheBuilder.cpp
+32 −0 Integration.md
+2 −10 README.md
+76 −44 Recast/Include/Recast.h
+1 −1 Recast/Include/RecastAlloc.h
+2 −2 Recast/Include/RecastAssert.h
+541 −414 Recast/Source/RecastArea.cpp
+1 −1 Recast/Source/RecastAssert.cpp
+3 −3 Recast/Source/RecastContour.cpp
+1 −1 Recast/Source/RecastFilter.cpp
+9 −8 Recast/Source/RecastMesh.cpp
+2 −2 Recast/Source/RecastMeshDetail.cpp
+40 −41 Recast/Source/RecastRasterization.cpp
+3 −3 Recast/Source/RecastRegion.cpp
+1 −1 RecastDemo/Source/NavMeshPruneTool.cpp
+4 −48 RecastDemo/Source/NavMeshTesterTool.cpp
+5 −5 RecastDemo/Source/Sample_SoloMesh.cpp
+1 −1 RecastDemo/premake5.lua
+2,397 −1,514 Tests/Contrib/catch2/catch_all.hpp
+1,306 −906 Tests/Contrib/catch2/catch_amalgamated.cpp
+2 −2 Tests/Recast/Tests_Recast.cpp

0 comments on commit 6a5a2b6

Please sign in to comment.