1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-23 20:23:54 +00:00
openmw/apps
CedricMocquillon f81be5b463 Replace land static container from vector to flat_set
I use a ordered container to fix the "is there any other way to speed this up?".
The flat_set allow to have the same locality when searching an element.
I use the is_transparent C++14 feature to avoid to create a dummy Land when searching
I use a unique_ptr to avoid to manualy manage the memory
2021-05-13 20:13:53 +02:00
..
benchmarks Remove redundant ChunkyTriMesh 2021-05-04 13:00:06 +02:00
bsatool Add file to BSA 2021-04-08 18:08:28 +02:00
esmtool Teensy optimisation for esmtool 2021-05-06 22:41:20 +02:00
essimporter Fix various warnings found by clang 2021-04-17 19:06:33 +02:00
launcher [Launcher] Replacing static method access through instances 2021-05-08 23:28:29 -05:00
mwiniimporter Fixing performance-faster-string-find issues 2021-05-10 22:44:07 -05:00
niftest Fixing performance-faster-string-find issues 2021-05-10 22:44:07 -05:00
opencs Fixing performance-faster-string-find issues 2021-05-10 22:44:07 -05:00
openmw Replace land static container from vector to flat_set 2021-05-13 20:13:53 +02:00
openmw_test_suite Wait until navmesh is generated within given distance around player 2021-05-05 19:44:16 +02:00
wizard Remove some useless includes from the wizzard 2021-04-21 19:08:06 +02:00
doc.hpp