1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps
elsid 96eb8d7be9
Write generated navmesh to navmeshdb
Perform all request to db in a single thread to avoid blocking navmesh
generator threads due to slow write operations.

Write to db navmesh for all changes except update as it done for memory cache.

Batch multiple db operations into a single transaction to speed up writing by
not executing fsync after each insert/update query. All reads are performed in
the same transaction so they see uncommited data.
2021-12-11 00:22:04 +01:00
..
benchmarks Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
bsatool
esmtool
essimporter
launcher Support navmesh generation from launcher 2021-12-11 00:22:04 +01:00
mwiniimporter
navmeshtool Read navmesh tile data from database 2021-12-11 00:22:04 +01:00
niftest
opencs Merge remote-tracking branch 'upstream/master' into detain-hash-selectively-reluctant 2021-12-09 17:09:52 +00:00
openmw Read navmesh tile data from database 2021-12-11 00:22:04 +01:00
openmw_test_suite Write generated navmesh to navmeshdb 2021-12-11 00:22:04 +01:00
wizard
doc.hpp