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-tes3mp/components/detournavigator
elsid 208a50340d
Specialize DetourNavigator::ObjectId ctor for pointers
To fix msvc error:
components\detournavigator\objectid.hpp(14,13): error C2440: 'reinterpret_cast': cannot convert from 'const T' to 'size_t'
          with
          [
              T=unsigned long
          ]
5 years ago
..
areatype.hpp Support water for NavMesh 6 years ago
asyncnavmeshupdater.cpp Fix exceptions logging 5 years ago
asyncnavmeshupdater.hpp Lock navmesh tile by thread while processing 6 years ago
bounds.hpp Split makeNavMeshTileData 6 years ago
cachedrecastmeshmanager.cpp Support recast mesh rendering 5 years ago
cachedrecastmeshmanager.hpp Support recast mesh rendering 5 years ago
chunkytrimesh.cpp Add enums for area type and flags 6 years ago
chunkytrimesh.hpp Use callback to iterate over chunks 6 years ago
debug.cpp Unify streams usage to support non-ASCII paths (bug #5239) 5 years ago
debug.hpp Use status codes to handle navigator errors instead of exceptions 5 years ago
dtstatus.hpp Remove macroses to check recastnavigation functions result 6 years ago
exceptions.hpp Update NavMesh one by one tile in order from nearest to player 6 years ago
findrandompointaroundcircle.cpp Use status codes to handle navigator errors instead of exceptions 5 years ago
findrandompointaroundcircle.hpp Use navmesh to find wander destination outside pathgrid for ground based actors 5 years ago
findsmoothpath.cpp Move makeOsgVec3f() to settingsutils.hpp 6 years ago
findsmoothpath.hpp Use status codes to handle navigator errors instead of exceptions 5 years ago
flags.hpp Add default return value 6 years ago
gettilespositions.hpp Move makeOsgVec3f() to settingsutils.hpp 6 years ago
makenavmesh.cpp Use a generic logging system for RecastNavigation 6 years ago
makenavmesh.hpp Make NavMeshCacheItem consistent 6 years ago
navigator.cpp Use navmesh to find wander destination outside pathgrid for ground based actors 5 years ago
navigator.hpp Support recast mesh rendering 5 years ago
navigatorimpl.cpp Support recast mesh rendering 5 years ago
navigatorimpl.hpp Support recast mesh rendering 5 years ago
navigatorstub.hpp Support recast mesh rendering 5 years ago
navmeshcacheitem.hpp Make NavMeshCacheItem consistent 6 years ago
navmeshdata.hpp Cache navmesh tiles 6 years ago
navmeshmanager.cpp Compare revisions by equality to support overflow 5 years ago
navmeshmanager.hpp Support recast mesh rendering 5 years ago
navmeshtilescache.cpp Report navigator stats 6 years ago
navmeshtilescache.hpp Fix C5204 warnings by adding default virtual destructors 5 years ago
objectid.hpp Specialize DetourNavigator::ObjectId ctor for pointers 5 years ago
offmeshconnection.hpp Cache navmesh tiles 6 years ago
offmeshconnectionsmanager.hpp Cache navmesh tiles 6 years ago
recastallocutils.hpp use c++11 std::align from <memory> (#2026) 6 years ago
recastglobalallocator.hpp Add global recast allocator to allocate temp buffers on stack 6 years ago
recastmesh.cpp Support recast mesh rendering 5 years ago
recastmesh.hpp Support recast mesh rendering 5 years ago
recastmeshbuilder.cpp Support recast mesh rendering 5 years ago
recastmeshbuilder.hpp Support recast mesh rendering 5 years ago
recastmeshmanager.cpp Support recast mesh rendering 5 years ago
recastmeshmanager.hpp Support recast mesh rendering 5 years ago
recastmeshobject.cpp Update scaled objects in navigator 6 years ago
recastmeshobject.hpp Update scaled objects in navigator 6 years ago
recastmeshtiles.hpp Support recast mesh rendering 5 years ago
recasttempallocator.hpp use c++11 std::align from <memory> (#2026) 6 years ago
settings.cpp Add option to limit max number of navmesh tiles 6 years ago
settings.hpp Add option to limit max number of navmesh tiles 6 years ago
settingsutils.hpp Use custom steps size to make smooth path depending on half extents 6 years ago
sharednavmesh.hpp Cache navmesh tiles 6 years ago
status.hpp Use status codes to handle navigator errors instead of exceptions 5 years ago
tilebounds.hpp Use recastnavigation to find path 6 years ago
tilecachedrecastmeshmanager.cpp Support recast mesh rendering 5 years ago
tilecachedrecastmeshmanager.hpp Support recast mesh rendering 5 years ago
tileposition.hpp Use recastnavigation to find path 6 years ago