1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 07:53:52 +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 Mention and link settings for dehardcoded models in index page of custom models section. 2021-04-19 21:21:53 +02:00
settings Write generated navmesh to navmeshdb 2021-12-11 00:22:04 +01:00
texture-modding Fix most of reStructuredText warnings 2021-11-04 23:21:58 +01:00
differences.rst Worked with formatting the documentation source to conform to standards desired. Also corrected numerous spelling errors and inconsistencies. 2018-10-26 21:52:56 -07:00
extended.rst Update OpenMW Lua docs 2021-10-26 21:52:42 +02:00
font.rst Update info about font-related settings 2020-12-22 14:34:09 +04:00
foreword.rst Worked with formatting the documentation source to conform to standards desired. Also corrected numerous spelling errors and inconsistencies. 2018-10-26 21:52:56 -07:00
index.rst Initial page to document the Template. Mainly deals with how to install it.... 2021-06-19 12:08:57 +00:00
mod-install.rst Clarify the requirements of a data folder 2021-03-21 15:37:48 -05:00
openmw-game-template.rst Initial page to document the Template. Mainly deals with how to install it.... 2021-06-19 12:08:57 +00:00
paths.rst Unbreak the formatting broken by !1208 2021-09-29 11:13:54 -05:00
sky-system.rst Documentation on what the sky system in Morrowind / OpenMW is composed of 2021-04-30 23:01:11 +00:00