1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-28 19:15:32 +00:00
openmw-tes3mp/apps/openmw_test_suite/detournavigator
elsid 73734fc04d
Fix update navmesh for not changed objects
When update method is called for not changed object befor this change
all object tiles were considered as not object tiles and were removed.
Also this marked those tiles as changed. This lead to alternation
between remove and add each tile update method was called. Problem was
detected by using Animated Containers mod.
2019-02-22 11:48:31 +03:00
..
gettilespositions.cpp Do not use NavMesh to find changed tiles 2018-10-13 22:16:28 +03:00
navigator.cpp Return empty path when navmesh is not found for agent 2019-02-16 15:37:06 +03:00
navmeshtilescache.cpp Double key size for item cache size 2018-11-05 02:21:19 +03:00
operators.hpp Remove outdated include 2018-10-31 19:32:52 +00:00
recastmeshbuilder.cpp Fix calculation for shape local AABB 2018-10-28 16:58:22 +03:00
recastmeshobject.cpp Add enums for area type and flags 2018-10-13 22:16:32 +03:00
settingsutils.cpp Use recastnavigation to find path 2018-10-13 22:16:25 +03:00
tilecachedrecastmeshmanager.cpp Fix update navmesh for not changed objects 2019-02-22 11:48:31 +03:00