1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 10:10:23 +00:00
OpenMW/components
elsid e1bed86d7e
Do single navigator update per frame
Primarily for crossing cell border case. Each Navigator::update call has a cost.
Doing it multiple times per frame increased frame duration on cell loading.

Call Navigator::wait only when cell has changed but do not use
Scene::hasCellChanged because it doesn't always indicates it.
2022-08-20 19:15:55 +02:00
..
bsa Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
bullethelpers Cleanup components includes 2022-08-16 19:14:04 +02:00
compiler Cleanup components includes 2022-08-16 19:14:04 +02:00
config Do not copy data when it is not needed 2022-08-15 11:52:09 +04:00
contentselector
crashcatcher
debug
detournavigator Do single navigator update per frame 2022-08-20 19:15:55 +02:00
esm Do compile time checks in compile time instead of tests 2022-08-03 21:47:00 +02:00
esm3 Cleanup components includes 2022-08-16 19:14:04 +02:00
esm3terrain Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
esm4 Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
esmloader Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
fallback
files Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
fontloader Allow to change font settings in the launcher 2022-08-18 13:29:12 +04:00
fx Cleanup components includes 2022-08-16 19:14:04 +02:00
interpreter Use string_view in Interpreter::Context 2022-08-12 19:42:35 +02:00
l10n
loadinglistener Use std::unique_ptr to implement ScopedLoad 2022-08-19 22:39:39 +02:00
lua Do not copy data when it is not needed 2022-08-15 11:52:09 +04:00
lua_ui Cleanup components includes 2022-08-16 19:14:04 +02:00
misc Merge branch 'name_view' into 'master' 2022-08-17 20:14:27 +00:00
myguiplatform
navmeshtool
nif Merge branch 'nipixeldata' into 'master' 2022-08-17 12:20:00 +00:00
nifbullet Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
nifosg Merge branch 'nipixeldata' into 'master' 2022-08-17 12:20:00 +00:00
platform
process
resource Cleanup components includes 2022-08-16 19:14:04 +02:00
sceneutil Cleanup components includes 2022-08-16 19:14:04 +02:00
sdlutil Do not copy data when it is not needed 2022-08-15 11:52:09 +04:00
serialization
settings Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
shader Do not copy data when it is not needed 2022-08-15 11:52:09 +04:00
sqlite3
std140
stereo Cleanup components includes 2022-08-16 19:14:04 +02:00
terrain Cleanup components includes 2022-08-16 19:14:04 +02:00
to_utf8
translation
version
vfs Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
widgets Cleanup components includes 2022-08-16 19:14:04 +02:00
CMakeLists.txt Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
doc.hpp
windows.hpp