1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-31 07:36:41 +00:00
openmw/components
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
..
bsa Merge branch 'starfieldbsa' into 'master' 2023-09-01 08:06:25 +00:00
bullethelpers Remove unused includes 2022-10-09 16:44:18 +02:00
compiler Prevent input type assertion 2024-01-01 12:48:12 +01:00
config Cleanup includes 2023-07-08 11:28:56 +02:00
contentselector Contect selector: fix ESM date and version data encoding/decoding (#7764) 2024-01-07 07:16:42 +03:00
crashcatcher Add missing headers to components/CMakeLists.txt 2023-10-15 15:44:24 +01:00
debug Add missing headers to components/CMakeLists.txt 2023-10-15 15:44:24 +01:00
detournavigator Fix navmesh update on player changing tile 2024-01-09 01:18:45 +01:00
esm Improve format version in content selector 2024-01-01 18:16:58 +04:00
esm3 Drop support for save game format 4 2024-01-06 14:59:22 +01:00
esm4 Bring ESM4 head part reading up-to-date with FO76 2024-01-07 04:55:39 +03:00
esmloader Gets rid of most ESM::CellId 2023-04-03 14:16:05 +02:00
esmterrain Use std::vector for LandCache implementation 2023-08-27 01:32:36 +02:00
fallback Make rain and snow ripple settings global rather than per-weather (#7748) 2023-12-30 04:24:18 +03:00
files Add missing array include 2023-07-29 00:29:03 +02:00
fontloader Merge Assumeru/mystringvui 2023-10-17 23:53:04 +02:00
fx support postprocess distortion 2023-12-21 10:56:38 -08:00
interpreter Use string_view in more places and reduce the number of empty string literals 2023-05-21 16:39:32 +02:00
l10n Add setting "gmst overrides l10n" 2023-06-13 10:06:59 +02:00
loadinglistener Fix crash related to async content loading (#7508) 2023-07-29 21:13:57 +02:00
lua Coverity defects 2024-01-02 13:54:02 +01:00
lua_ui Use std::erase instead of using std::remove without erasing 2023-11-29 16:59:01 +01:00
misc Merge branch 'lua_actions_electric_boogaloo' into 'master' 2023-12-29 18:56:59 +00:00
myguiplatform Merge Assumeru/mystringvui 2023-10-17 23:53:04 +02:00
navmeshtool Stop updating navmeshtool progress on first bad message 2023-01-27 19:10:53 +01:00
nif Merge branch 'russianroulette' into 'master' 2023-12-26 10:33:20 +00:00
nifbullet Merge branch 'russianroulette' into 'master' 2023-12-26 10:33:20 +00:00
nifosg Merge branch 'shininess' into 'master' 2024-01-06 11:26:40 +00:00
platform Add missing headers to components/CMakeLists.txt 2023-10-15 15:44:24 +01:00
process Do not include formatting spaces to localizable strings 2023-11-30 13:06:50 +04:00
resource Merge branch 'generic_object_cache' into 'master' 2023-12-29 21:22:30 +00:00
sceneutil support postprocess distortion 2023-12-21 10:56:38 -08:00
sdlutil Use settings values for Video settings 2023-10-27 14:31:23 +02:00
serialization Add missing array include 2023-07-29 00:29:03 +02:00
settings Ignore absent default setting value 2023-12-03 17:18:26 +01:00
shader Untangle normals and parallax handling 2023-12-12 22:42:53 +03:00
sqlite3 Minor header cleanup 2023-04-30 16:26:03 +02:00
std140 Add missing array include 2023-07-29 00:29:03 +02:00
stereo Do not copy due to auto misuse 2024-01-07 18:52:10 +04:00
terrain Remove unnecessary code 2023-12-27 22:30:04 -06:00
to_utf8 Applies review advice. 2023-01-04 12:22:16 +01:00
translation Use string_view in more UI code 2023-05-21 18:14:12 +02:00
version [Postprocessing] Add an API version, mirroring Lua 2023-11-16 15:24:16 +00:00
vfs Use string_view for VFS lookups 2023-12-25 12:21:01 +01:00
widgets Add comment 2023-11-02 13:35:54 +04:00
CMakeLists.txt Merge branch 'what-a-selection-you-have' into 'master' 2023-12-30 09:40:29 +00:00
doc.hpp