1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/components/detournavigator
elsid d15e1dca84
Use R-tree for objects to be used for navmesh generation
Instead of storing a set of objects per tile.
2022-09-07 22:51:56 +02:00
..
agentbounds.hpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
areatype.hpp Move std::ostream& operator<< to .cpp 2022-06-26 22:43:53 +02:00
asyncnavmeshupdater.cpp Check "wait until min distance to player" only for requiredTilesPresent wait condition 2022-09-06 21:51:48 +02:00
asyncnavmeshupdater.hpp Separate reading navigator stats and reporting 2022-08-28 14:52:34 +02:00
bounds.hpp
changetype.hpp Store changed tiles in TileCachedRecastMeshManager 2022-09-05 11:49:39 +02:00
collisionshapetype.cpp Support cylinder and rotating box collision shape types for actors 2022-07-30 14:28:21 +02:00
collisionshapetype.hpp Support cylinder and rotating box collision shape types for actors 2022-07-30 14:28:21 +02:00
commulativeaabb.cpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
commulativeaabb.hpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
dbrefgeometryobject.hpp
debug.cpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
debug.hpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
exceptions.hpp
findrandompointaroundcircle.cpp
findrandompointaroundcircle.hpp
findsmoothpath.cpp
findsmoothpath.hpp Do not check getPolyHeight status 2022-08-24 23:30:36 +02:00
flags.hpp Move std::ostream& operator<< to .cpp 2022-06-26 22:43:53 +02:00
generatenavmeshtile.cpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
generatenavmeshtile.hpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
gettilespositions.cpp
gettilespositions.hpp
guardednavmeshcacheitem.hpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
heightfieldshape.hpp
makenavmesh.cpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
makenavmesh.hpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
navigator.cpp
navigator.hpp Separate reading navigator stats and reporting 2022-08-28 14:52:34 +02:00
navigatorimpl.cpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
navigatorimpl.hpp Separate reading navigator stats and reporting 2022-08-28 14:52:34 +02:00
navigatorstub.hpp Separate reading navigator stats and reporting 2022-08-28 14:52:34 +02:00
navigatorutils.cpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
navigatorutils.hpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
navmeshcacheitem.cpp Move std::ostream& operator<< to .cpp 2022-06-26 22:43:53 +02:00
navmeshcacheitem.hpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
navmeshdata.hpp
navmeshdb.cpp Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
navmeshdb.hpp
navmeshdbutils.cpp
navmeshdbutils.hpp
navmeshmanager.cpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
navmeshmanager.hpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
navmeshtilescache.cpp Separate reading navigator stats and reporting 2022-08-28 14:52:34 +02:00
navmeshtilescache.hpp Separate reading navigator stats and reporting 2022-08-28 14:52:34 +02:00
navmeshtileview.cpp
navmeshtileview.hpp
objectid.hpp
objecttransform.hpp
offmeshconnection.hpp
offmeshconnectionsmanager.cpp
offmeshconnectionsmanager.hpp
preparednavmeshdata.cpp
preparednavmeshdata.hpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
preparednavmeshdatatuple.hpp
raycast.cpp
raycast.hpp
recast.cpp
recast.hpp
recastallocutils.hpp
recastglobalallocator.hpp
recastmesh.cpp Use version instead of generation and revision for recast mesh 2022-09-06 21:51:48 +02:00
recastmesh.hpp Use version instead of generation and revision for recast mesh 2022-09-06 21:51:48 +02:00
recastmeshbuilder.cpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
recastmeshbuilder.hpp Use version instead of generation and revision for recast mesh 2022-09-06 21:51:48 +02:00
recastmeshobject.cpp
recastmeshobject.hpp
recastmeshprovider.hpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
recastmeshtiles.hpp
recastparams.hpp Support cylinder and rotating box collision shape types for actors 2022-07-30 14:28:21 +02:00
recasttempallocator.hpp
ref.hpp
serialization.cpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
serialization.hpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
settings.cpp Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
settings.hpp Fix C4459 msvc warning 2022-07-01 18:47:40 +02:00
settingsutils.hpp
sharednavmesh.hpp
sharednavmeshcacheitem.hpp Cleanup detournavigator includes 2022-08-15 19:46:10 +02:00
stats.cpp Separate reading navigator stats and reporting 2022-08-28 14:52:34 +02:00
stats.hpp Separate reading navigator stats and reporting 2022-08-28 14:52:34 +02:00
status.hpp Do not check getPolyHeight status 2022-08-24 23:30:36 +02:00
tilebounds.hpp
tilecachedrecastmeshmanager.cpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
tilecachedrecastmeshmanager.hpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
tileposition.hpp
tilespositionsrange.hpp Use R-tree for objects to be used for navmesh generation 2022-09-07 22:51:56 +02:00
version.hpp
waitconditiontype.hpp