1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-30 12:36:42 +00:00
openmw/docs/source/reference
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
..
lua-scripting Add a data field to Lua UI layouts 2021-12-02 21:52:29 +00:00
modding Write generated navmesh to navmeshdb 2021-12-11 00:22:04 +01:00
documentationHowTo.rst Fix most of reStructuredText warnings 2021-11-04 23:21:58 +01:00
index.rst Documentation for Lua scripting 2021-07-09 20:24:56 +02:00