You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/docs
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.
3 years ago
..
source Write generated navmesh to navmeshdb 3 years ago
Doxyfile.cmake http to https for supported urls (#1625) 7 years ago
DoxyfilePages.cmake http to https for supported urls (#1625) 7 years ago
mainpage.hpp.cmake Task #940: Move licenses to appropriate place in docs. Additional cleanup. 11 years ago
openmw-stage1.md stage1: priorities for event music and other minor improvements to the music system 7 years ago
requirements.txt Fix readthedocs config, second attempt. 3 years ago