1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 02:23:53 +00:00
openmw/apps/openmw_test_suite
elsid beeb882ea8
Do not use off mesh connections as a part of navmesh cache key
To reduce cache size and make it more flexible.

Adding off mesh connections to the navmesh is the last step of navmesh
generation and it's very fast comparing to other steps (microseconds vs
milliseconds). Having less cache size makes get and set operations almost 2x
times faster that also have an order of microseconds. So in total there is
no performance impact.
2021-07-14 12:19:17 +02:00
..
detournavigator Do not use off mesh connections as a part of navmesh cache key 2021-07-14 12:19:17 +02:00
esm Use std::variant for ESM::Variant implementation 2021-04-08 19:39:31 +02:00
lua Fixes and refactoring 2021-07-09 20:48:54 +02:00
misc Add unit test for swapEndiannessInplace(). Part of Bug #5837 2021-02-09 13:09:36 -05:00
mwdialogue components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
mwworld Use correct variable types when loading config for tests 2020-12-09 00:32:01 +00:00
nifloader Merge pull request #3032 from akortunov/gtest 2020-12-18 01:46:42 +03:00
settings Add tests for settings parser 2019-10-21 22:47:24 +02:00
shader Correctly resetting line numbering during shader processing. 2020-10-03 14:22:34 +02:00
CMakeLists.txt Fixes and refactoring 2021-07-09 20:48:54 +02:00
openmw_test_suite.cpp Google Test / Google Mock / OpenMW unit tests on Windows 2019-01-23 14:21:03 +01:00