1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-07 05:51:41 +00:00
openmw/docs/source/reference/modding
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
..
custom-models
settings Write generated navmesh to navmeshdb 2021-12-11 00:22:04 +01:00
texture-modding
differences.rst
extended.rst
font.rst
foreword.rst
index.rst
mod-install.rst
openmw-game-template.rst
paths.rst
sky-system.rst