1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-29 09:15:35 +00:00
openmw/apps
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
..
benchmarks Apply clang-format to code base 2022-09-22 21:35:26 +03:00
bsatool Apply clang-format to code base 2022-09-22 21:35:26 +03:00
bulletobjecttool Another pass with IWYU 2022-10-10 15:16:18 +02:00
esmtool Applies review advice. 2023-01-04 12:22:16 +01:00
essimporter Use default initializers for ESM::RefNum members 2023-01-10 00:44:51 +01:00
launcher Replace usage of QRegularExpression::anchoredPattern with ^ and $ 2023-01-12 22:52:00 +01:00
mwiniimporter Remove unused includes 2022-10-09 16:44:18 +02:00
navmeshtool Use ESM::RefId for worldspace in detournavigator 2022-12-29 23:49:49 +01:00
niftest Another pass with IWYU 2022-10-10 15:16:18 +02:00
opencs Merge branch 'qregexp' into 'master' 2023-01-13 15:55:19 +00:00
openmw only enable occlusion for snow 2023-01-10 14:09:02 -08:00
openmw_test_suite Limit NavMeshManager update range by player tile and max tiles 2023-01-15 04:46:29 +01:00
wizard Replace usage of QRegularExpression::anchoredPattern with ^ and $ 2023-01-12 22:52:00 +01:00
doc.hpp