1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/openmw_test_suite/detournavigator
elsid 44429f0393
Limit NavMeshManager update range by player tile and max tiles
Object AABB may be much larger than area currently covered by navmesh. In this
case all tiles beyond covered range should be ignored. Attempt to iterate over
them will not result in any new tile updates but can take quite a while. At
maximum this can be pow(INT_MAX - INT_MIN, 2) iterations.

Use arbitrary time limit to check for update call to finish in the test.
2023-01-15 04:46:29 +01:00
..
asyncnavmeshupdater.cpp Use ESM::RefId for worldspace in detournavigator 2022-12-29 23:49:49 +01:00
generate.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
gettilespositions.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
navigator.cpp Limit NavMeshManager update range by player tile and max tiles 2023-01-15 04:46:29 +01:00
navmeshdb.cpp Use ESM::RefId for worldspace in detournavigator 2022-12-29 23:49:49 +01:00
navmeshtilescache.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
operators.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
recastmeshbuilder.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
recastmeshobject.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
settings.hpp
settingsutils.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
tilecachedrecastmeshmanager.cpp Limit NavMeshManager update range by player tile and max tiles 2023-01-15 04:46:29 +01:00