1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 19:45:34 +00:00
openmw/apps/openmw_test_suite
elsid 69cf507db8
Fix navmesh update on player changing tile
In cases when objects are not present on the scene (e.g. generated exterior
cells) navmesh is not updated because area that suppose to be covered with it
was not updated. It was updated only during cell change. This is a regression
from d15e1dca84.

Set TileCachedRecastMeshManager range on NavMeshManager update to make sure it
always covers correct area around player.

Return a union of objects, heightfields and water ranges from
getLimitedObjectsRange intersected with range provided above.
2024-01-09 01:18:45 +01:00
..
detournavigator Fix navmesh update on player changing tile 2024-01-09 01:18:45 +01:00
esm Change FormId::toString to be consistent with RefId. Remove FormIdRefId. 2023-08-27 09:55:06 +02:00
esm3 Use NAM9 for stack count 2023-12-31 17:12:46 +00:00
esm4 Refactor components/esm4 2023-08-05 13:12:24 +02:00
esmloader Drop support for --fs-strict 2023-06-08 21:10:09 +02:00
esmterrain Optimize land lookup on blendmaps sampling 2023-08-12 02:57:16 +02:00
files Add missing array include 2023-07-29 00:29:03 +02:00
fx Pass cache expiry delay to GenericResourceManager constructor 2023-09-09 19:35:20 +02:00
lua Lua actions take 3 2023-12-29 18:56:59 +00:00
misc Fix unit tests 2023-06-08 21:10:11 +02:00
mwdialogue Remove dialogue related instances of getRefIdString 2023-05-04 19:46:49 +02:00
mwscript Discard additional tokens in non-expression contexts 2023-12-28 21:49:25 +01:00
mwworld Remove dropped formats from tests 2023-12-09 19:00:42 +01:00
nif BulletNifLoader: Handle NiSkinPartition 2023-12-04 15:53:24 +03:00
nifloader Restore animated collision shape rescaling 2023-12-06 00:54:54 +03:00
nifosg Depth flag handling fixes (bug #7380) 2023-11-06 02:19:56 +03:00
openmw Apply clang-format to code base 2022-09-22 21:35:26 +03:00
resource Support heterogeneous lookup in GenericObjectCache 2023-12-28 21:58:41 +01:00
serialization Apply clang-format to code base 2022-09-22 21:35:26 +03:00
settings Ignore absent default setting value 2023-12-03 17:18:26 +01:00
shader shade refactor 2023-02-25 11:03:39 -08:00
sqlite3 Apply clang-format to code base 2022-09-22 21:35:26 +03:00
toutf8 Use PROJECT_SOURCE_DIR in tests 2023-04-23 15:11:17 +02:00
CMakeLists.txt Merge branch 'generic_object_cache' into 'master' 2023-12-29 21:22:30 +00:00
openmw_test_suite.cpp Use settings values for Fog settings 2023-06-15 22:01:14 +02:00
testing_util.hpp Use string_view for VFS lookups 2023-12-25 12:21:01 +01:00