Skip to content

Commit

Permalink
Update recastnavigation to current main
Browse files Browse the repository at this point in the history
This brings various fixes and CMake updates.
  • Loading branch information
Gtker committed Jul 24, 2024
1 parent 23aa13a commit 75504a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recastnavigation
Submodule recastnavigation updated 44 files
+49 −3 CHANGELOG.md
+3 −3 CMakeLists.txt
+1 −1 CODE_OF_CONDUCT.md
+37 −128 CONTRIBUTING.md
+1 −1 Detour/Include/DetourAssert.h
+1 −1 Detour/Include/DetourNavMesh.h
+3 −3 Detour/Include/DetourNavMeshBuilder.h
+4 −4 Detour/Include/DetourNavMeshQuery.h
+1 −1 Detour/Source/DetourAssert.cpp
+4 −4 Detour/Source/DetourNavMeshBuilder.cpp
+13 −13 Detour/Source/DetourNavMeshQuery.cpp
+2 −2 DetourCrowd/Include/DetourCrowd.h
+1 −1 DetourCrowd/Source/DetourObstacleAvoidance.cpp
+5 −5 DetourCrowd/Source/DetourPathCorridor.cpp
+2 −2 DetourTileCache/Include/DetourTileCacheBuilder.h
+4 −4 Docs/Extern/Recast_api.txt
+ Docs/Images/logo.png
+34 −0 Docs/Readme.md
+0 −59 Docs/Readme.txt
+85 −0 Docs/_1_Introducation.md
+83 −0 Docs/_2_BuildingAndIntegrating.md
+42 −0 Docs/_3_FAQ.md
+16 −16 Docs/_99_Roadmap.md
+258 −95 Doxyfile
+47 −67 README.md
+13 −10 Recast/Include/Recast.h
+1 −1 Recast/Include/RecastAlloc.h
+1 −1 Recast/Include/RecastAssert.h
+1 −1 Recast/Source/RecastAssert.cpp
+3 −3 Recast/Source/RecastContour.cpp
+78 −61 Recast/Source/RecastFilter.cpp
+8 −7 Recast/Source/RecastMesh.cpp
+40 −28 Recast/Source/RecastMeshDetail.cpp
+40 −41 Recast/Source/RecastRasterization.cpp
+9 −4 Recast/Source/RecastRegion.cpp
+1 −1 RecastDemo/Source/NavMeshPruneTool.cpp
+3 −3 RecastDemo/Source/Sample_SoloMesh.cpp
+3 −2 RecastDemo/premake5.lua
+10 −5 Tests/CMakeLists.txt
+119 −0 Tests/DetourCrowd/Tests_DetourPathCorridor.cpp
+168 −0 Tests/Recast/Bench_rcVector.cpp
+260 −0 Tests/Recast/Tests_Alloc.cpp
+28 −440 Tests/Recast/Tests_Recast.cpp
+339 −0 Tests/Recast/Tests_RecastFilter.cpp

0 comments on commit 75504a2

Please sign in to comment.