1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-29 07:45:33 +00:00
openmw/components/detournavigator
elsid 01c712d5f1
Split navigator settings into subtypes
Mostly to distinguish settings that affect properties of the generated navmesh.
2021-12-10 23:55:03 +01:00
..
serialization Add helpers for binary serialization 2021-10-24 14:20:44 +02:00
areatype.hpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
asyncnavmeshupdater.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
asyncnavmeshupdater.hpp Remove navmesh tiles outside allowed range first 2021-08-20 20:16:59 +02:00
bounds.hpp Split makeNavMeshTileData 2018-10-13 22:22:15 +03:00
cachedrecastmeshmanager.cpp Add raw heightfield data to navigator 2021-12-03 01:16:15 +01:00
cachedrecastmeshmanager.hpp Add raw heightfield data to navigator 2021-12-03 01:16:15 +01:00
debug.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
debug.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
dtstatus.hpp Remove macroses to check recastnavigation functions result 2018-10-13 22:22:15 +03:00
exceptions.hpp Update NavMesh one by one tile in order from nearest to player 2018-10-13 22:16:26 +03:00
findrandompointaroundcircle.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
findrandompointaroundcircle.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
findsmoothpath.cpp Fix crash in DetourNavigator::fixupCorridor 2021-10-19 22:54:46 +02:00
findsmoothpath.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
flags.hpp Add pathgrid to navmesh as off mesh connection 2020-06-12 21:04:02 +02:00
gettilespositions.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
heightfieldshape.hpp Add raw heightfield data to navigator 2021-12-03 01:16:15 +01:00
makenavmesh.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
makenavmesh.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
navigator.cpp Move findPath-like navigator functions into a separate header 2021-11-06 00:34:06 +01:00
navigator.hpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
navigatorimpl.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
navigatorimpl.hpp Add raw heightfield data to navigator 2021-12-03 01:16:15 +01:00
navigatorstub.hpp Add raw heightfield data to navigator 2021-12-03 01:16:15 +01:00
navigatorutils.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
navigatorutils.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
navmeshcacheitem.cpp Render each navmesh tile independently 2021-11-21 17:42:27 +01:00
navmeshcacheitem.hpp Render each navmesh tile independently 2021-11-21 17:42:27 +01:00
navmeshdata.hpp Add missing initialization 2021-08-09 17:54:19 +02:00
navmeshmanager.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
navmeshmanager.hpp Add raw heightfield data to navigator 2021-12-03 01:16:15 +01:00
navmeshtilescache.cpp Avoid division by zero 2021-08-09 17:58:33 +02:00
navmeshtilescache.hpp Add raw water data to navigator 2021-12-03 01:16:15 +01:00
navmeshtileview.cpp Fix unity build 2021-11-21 14:24:18 +01:00
navmeshtileview.hpp Fix unity build 2021-11-21 14:24:18 +01:00
objectid.hpp Get rid of warning: dynamic exception specifications are deprecated 2020-10-10 12:12:55 +02:00
objecttransform.hpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
offmeshconnection.hpp Do not use off mesh connections as a part of navmesh cache key 2021-07-14 12:19:17 +02:00
offmeshconnectionsmanager.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
offmeshconnectionsmanager.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
oscillatingrecastmeshobject.cpp Limit oscillating recast mesh object AABB by tile bounds 2021-05-27 12:40:29 +02:00
oscillatingrecastmeshobject.hpp Limit oscillating recast mesh object AABB by tile bounds 2021-05-27 12:40:29 +02:00
preparednavmeshdata.cpp Fix unity build 2021-11-21 14:24:18 +01:00
preparednavmeshdata.hpp Add functions to get length of recast type arrays 2021-08-12 22:43:01 +02:00
preparednavmeshdatatuple.hpp Fix unity build 2021-11-21 14:24:18 +01:00
raycast.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
raycast.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
recast.hpp Fix flags length for rcPolyMesh 2021-08-12 22:43:06 +02:00
recastallocutils.hpp use c++11 std::align from <memory> (#2026) 2018-11-08 17:38:09 +01:00
recastglobalallocator.hpp Add missing include and use std malloc and free 2021-02-15 00:20:15 +01:00
recastmesh.cpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
recastmesh.hpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
recastmeshbuilder.cpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
recastmeshbuilder.hpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
recastmeshmanager.cpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
recastmeshmanager.hpp Add raw heightfield data to navigator 2021-12-03 01:16:15 +01:00
recastmeshobject.cpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
recastmeshobject.hpp Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
recastmeshtiles.hpp Replace include by RecastMesh forward declaration 2021-05-04 13:00:06 +02:00
recasttempallocator.hpp use c++11 std::align from <memory> (#2026) 2018-11-08 17:38:09 +01:00
ref.hpp Add missing include 2021-07-21 11:37:50 +02:00
settings.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
settings.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
settingsutils.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
sharednavmesh.hpp Cache navmesh tiles 2018-10-13 22:22:12 +03:00
status.hpp Make AiPursue path destination to be as close as possible to target 2021-08-18 23:44:36 +02:00
tilebounds.hpp Add raw heightfield data to navigator 2021-12-03 01:16:15 +01:00
tilecachedrecastmeshmanager.cpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
tilecachedrecastmeshmanager.hpp Split navigator settings into subtypes 2021-12-10 23:55:03 +01:00
tileposition.hpp Use recastnavigation to find path 2018-10-13 22:16:25 +03:00
version.hpp Replace generation and revision by version 2021-11-21 17:40:54 +01:00
waitconditiontype.hpp Apply min distance only for not present tiles 2021-05-14 22:41:11 +02:00