You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
12 months ago
..
detournavigator Fix navmesh update on player changing tile 12 months ago
esm Change FormId::toString to be consistent with RefId. Remove FormIdRefId. 1 year ago
esm3 Use NAM9 for stack count 1 year ago
esm4 Refactor components/esm4 1 year ago
esmloader Drop support for --fs-strict 2 years ago
esmterrain Optimize land lookup on blendmaps sampling 1 year ago
files Add missing array include 1 year ago
fx Pass cache expiry delay to GenericResourceManager constructor 1 year ago
lua Lua actions take 3 1 year ago
misc Fix unit tests 2 years ago
mwdialogue Remove dialogue related instances of getRefIdString 2 years ago
mwscript Discard additional tokens in non-expression contexts 1 year ago
mwworld Remove dropped formats from tests 1 year ago
nif BulletNifLoader: Handle NiSkinPartition 1 year ago
nifloader Restore animated collision shape rescaling 1 year ago
nifosg Depth flag handling fixes (bug #7380) 1 year ago
openmw Apply clang-format to code base 2 years ago
resource Support heterogeneous lookup in GenericObjectCache 1 year ago
serialization Apply clang-format to code base 2 years ago
settings Ignore absent default setting value 1 year ago
shader shade refactor 2 years ago
sqlite3 Apply clang-format to code base 2 years ago
toutf8 Use PROJECT_SOURCE_DIR in tests 2 years ago
CMakeLists.txt Merge branch 'generic_object_cache' into 'master' 1 year ago
openmw_test_suite.cpp Use settings values for Fog settings 2 years ago
testing_util.hpp Use string_view for VFS lookups 1 year ago