1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-31 23:11:31 +00:00
openmw/apps
elsid ab1a6e034e
Add navmeshtool flag to remove unused tiles from navmesh disk cache
* Remove tiles outside processing range. Useful when new content profile map
  has different bounds.
* Remove ignored tiles. For a case when content profile maps have intersection
  but there is no more data for navmesh.
* Remove older tiles at the same worldspace position. If navmesh tile data has
  changed with new content, the old ones unlikely to be used.
* Vacuum the database when there are modifications. SQLite leaves empty pages
  in the file on database modification. Vacuum cleans up unused pages reducing
  the file size.
2022-02-18 21:57:23 +01:00
..
benchmarks Move FetchContent for benchmark to extern 2022-01-30 00:44:22 +01:00
bsatool cleans up BSAFile (#3177) 2021-10-14 14:46:44 +02:00
esmtool Use ESM::NAME instead of const char* and std::string as argument type 2022-02-14 23:40:40 +01:00
essimporter New option "config" for specifying additional config directories. 2022-02-02 23:47:11 +01:00
launcher Reuse the same code to load settings in apps/openmw, apps/launcher, apps/opencs 2022-02-02 23:47:11 +01:00
mwiniimporter Avoid extra copy for Utf8Encoder::getUtf8 result 2022-02-14 23:01:32 +01:00
navmeshtool Add navmeshtool flag to remove unused tiles from navmesh disk cache 2022-02-18 21:57:23 +01:00
niftest remove unused includes: part1 2022-01-23 17:30:25 +01:00
opencs Add StatelessUtf8Encoder to support caller provided buffer for output 2022-02-14 23:19:49 +01:00
openmw Replace raw for loop by algorithm 2022-02-17 01:04:44 +01:00
openmw_test_suite Add navmeshtool flag to remove unused tiles from navmesh disk cache 2022-02-18 21:57:23 +01:00
wizard remove unused includes: part1 2022-01-23 17:30:25 +01:00
doc.hpp