You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/detournavigator
elsid e9be8b5efe
Show stats for writing and reading navmesh db queue jobs
2 years ago
..
agentbounds.hpp Support different agent collision shape type for pathfinding 3 years ago
areatype.hpp Move std::ostream& operator<< to .cpp 3 years ago
asyncnavmeshupdater.cpp Show stats for writing and reading navmesh db queue jobs 2 years ago
asyncnavmeshupdater.hpp Show stats for writing and reading navmesh db queue jobs 2 years ago
bounds.hpp Split makeNavMeshTileData 6 years ago
cachedrecastmeshmanager.cpp Cleanup detournavigator includes 2 years ago
cachedrecastmeshmanager.hpp Add a binary to generate navmesh from content files 3 years ago
changetype.hpp Move std::ostream& operator<< to .cpp 3 years ago
collisionshapetype.cpp Support cylinder and rotating box collision shape types for actors 2 years ago
collisionshapetype.hpp Support cylinder and rotating box collision shape types for actors 2 years ago
dbrefgeometryobject.hpp Do not write shapes to navmeshdb when writing is disabled 3 years ago
debug.cpp Do not check getPolyHeight status 2 years ago
debug.hpp Do single navigator update per frame 2 years ago
exceptions.hpp Update NavMesh one by one tile in order from nearest to player 6 years ago
findrandompointaroundcircle.cpp Refactor DetourNavigator to pass prng along, use world prng for AiWander 3 years ago
findrandompointaroundcircle.hpp Refactor DetourNavigator to pass prng along, use world prng for AiWander 3 years ago
findsmoothpath.cpp Fix crash in DetourNavigator::fixupCorridor 3 years ago
findsmoothpath.hpp Do not check getPolyHeight status 2 years ago
flags.hpp Move std::ostream& operator<< to .cpp 3 years ago
generatenavmeshtile.cpp Cleanup detournavigator includes 2 years ago
generatenavmeshtile.hpp Support different agent collision shape type for pathfinding 3 years ago
gettilespositions.cpp Cull navmesh objects by scene bounds 3 years ago
gettilespositions.hpp Add navmeshtool flag to remove unused tiles from navmesh disk cache 3 years ago
guardednavmeshcacheitem.hpp Cleanup detournavigator includes 2 years ago
heightfieldshape.hpp Add raw heightfield data to navigator 3 years ago
makenavmesh.cpp Cleanup detournavigator includes 2 years ago
makenavmesh.hpp Cleanup detournavigator includes 2 years ago
navigator.cpp Limit max navmeshdb file size 3 years ago
navigator.hpp Do single navigator update per frame 2 years ago
navigatorimpl.cpp Fix clang tidy warning 2 years ago
navigatorimpl.hpp Do single navigator update per frame 2 years ago
navigatorstub.hpp Do single navigator update per frame 2 years ago
navigatorutils.cpp Support different agent collision shape type for pathfinding 3 years ago
navigatorutils.hpp Cleanup detournavigator includes 2 years ago
navmeshcacheitem.cpp Move std::ostream& operator<< to .cpp 3 years ago
navmeshcacheitem.hpp Cleanup detournavigator includes 2 years ago
navmeshdata.hpp Add missing initialization 3 years ago
navmeshdb.cpp Split components/misc/stringops.hpp into multiple headers 2 years ago
navmeshdb.hpp Limit max navmeshdb file size 3 years ago
navmeshdbutils.cpp Support compilation with c++20 3 years ago
navmeshdbutils.hpp Do not write shapes to navmeshdb when writing is disabled 3 years ago
navmeshmanager.cpp Do single navigator update per frame 2 years ago
navmeshmanager.hpp Do single navigator update per frame 2 years ago
navmeshtilescache.cpp Avoid redundant copy when finding item in NavMeshTilesCache 3 years ago
navmeshtilescache.hpp Support different agent collision shape type for pathfinding 3 years ago
navmeshtileview.cpp Fix unity build 3 years ago
navmeshtileview.hpp Fix unity build 3 years ago
objectid.hpp Add a binary to generate navmesh from content files 3 years ago
objecttransform.hpp Store mesh source data in recast mesh 3 years ago
offmeshconnection.hpp Do not use off mesh connections as a part of navmesh cache key 4 years ago
offmeshconnectionsmanager.cpp Add a binary to generate navmesh from content files 3 years ago
offmeshconnectionsmanager.hpp Add a binary to generate navmesh from content files 3 years ago
oscillatingrecastmeshobject.cpp Limit oscillating recast mesh object AABB by tile bounds 4 years ago
oscillatingrecastmeshobject.hpp Limit oscillating recast mesh object AABB by tile bounds 4 years ago
preparednavmeshdata.cpp Write generated navmesh to navmeshdb 3 years ago
preparednavmeshdata.hpp Cleanup detournavigator includes 2 years ago
preparednavmeshdatatuple.hpp Fix unity build 3 years ago
raycast.cpp Split navigator settings into subtypes 3 years ago
raycast.hpp Split navigator settings into subtypes 3 years ago
recast.cpp Write generated navmesh to navmeshdb 3 years ago
recast.hpp Write generated navmesh to navmeshdb 3 years ago
recastallocutils.hpp use c++11 std::align from <memory> (#2026) 6 years ago
recastglobalallocator.hpp Add missing include and use std malloc and free 4 years ago
recastmesh.cpp Store mesh source data in recast mesh 3 years ago
recastmesh.hpp Cleanup detournavigator includes 2 years ago
recastmeshbuilder.cpp Cleanup detournavigator includes 2 years ago
recastmeshbuilder.hpp Store mesh source data in recast mesh 3 years ago
recastmeshmanager.cpp Remove redundant lock 2 years ago
recastmeshmanager.hpp Add raw heightfield data to navigator 3 years ago
recastmeshobject.cpp Store mesh source data in recast mesh 3 years ago
recastmeshobject.hpp Store mesh source data in recast mesh 3 years ago
recastmeshprovider.hpp Cleanup detournavigator includes 2 years ago
recastmeshtiles.hpp Replace include by RecastMesh forward declaration 4 years ago
recastparams.hpp Support cylinder and rotating box collision shape types for actors 2 years ago
recasttempallocator.hpp use c++11 std::align from <memory> (#2026) 6 years ago
ref.hpp Add missing include 4 years ago
serialization.cpp Cleanup detournavigator includes 2 years ago
serialization.hpp Support different agent collision shape type for pathfinding 3 years ago
settings.cpp Support different agent collision shape type for pathfinding 3 years ago
settings.hpp Fix C4459 msvc warning 3 years ago
settingsutils.hpp Cull navmesh objects by scene bounds 3 years ago
sharednavmesh.hpp Cache navmesh tiles 6 years ago
sharednavmeshcacheitem.hpp Cleanup detournavigator includes 2 years ago
status.hpp Do not check getPolyHeight status 2 years ago
tilebounds.hpp Cull navmesh objects by scene bounds 3 years ago
tilecachedrecastmeshmanager.cpp Increase mutex scope in TileCachedRecastMeshManager functions 2 years ago
tilecachedrecastmeshmanager.hpp Increase mutex scope in TileCachedRecastMeshManager functions 2 years ago
tileposition.hpp Use recastnavigation to find path 6 years ago
tilespositionsrange.hpp Add navmeshtool flag to remove unused tiles from navmesh disk cache 3 years ago
version.hpp Replace generation and revision by version 3 years ago
waitconditiontype.hpp Apply min distance only for not present tiles 4 years ago