1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-07 02:15:33 +00:00
openmw/docs/source
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
..
_static Integrate Lua doc into sphinx doc (issue #5931) 2021-07-09 20:48:54 +02:00
manuals Fix most of reStructuredText warnings 2021-11-04 23:21:58 +01:00
reference Write generated navmesh to navmeshdb 2021-12-11 00:22:04 +01:00
conf.py Integrate Lua doc into sphinx doc (issue #5931) 2021-07-09 20:48:54 +02:00
generate_luadoc.sh Update Lua docs 2021-11-19 20:37:21 +01:00
index.rst Revert "Revert "remove breath/doxygen autodoc"" 2018-07-19 23:27:39 +02:00
tutorial-style-guide.txt Converted all settings files to semantic linefeeds. 2017-05-14 22:04:20 -07:00