1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 03:45:34 +00:00
openmw/apps
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
..
benchmarks Store mesh source data in recast mesh 2021-12-10 23:55:02 +01:00
bsatool cleans up BSAFile (#3177) 2021-10-14 14:46:44 +02:00
esmtool Save repeat and duration 2021-11-20 11:03:07 +01:00
essimporter Do not use union to access FIXED_STRING<4> as int 2021-10-17 17:16:21 +02:00
launcher Support navmesh generation from launcher 2021-12-11 00:22:04 +01:00
mwiniimporter Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
navmeshtool Read navmesh tile data from database 2021-12-11 00:22:04 +01:00
niftest Do a bounds check before calling functions defined in cctype 2021-11-14 11:26:15 +01:00
opencs Merge remote-tracking branch 'upstream/master' into detain-hash-selectively-reluctant 2021-12-09 17:09:52 +00:00
openmw Read navmesh tile data from database 2021-12-11 00:22:04 +01:00
openmw_test_suite Write generated navmesh to navmeshdb 2021-12-11 00:22:04 +01:00
wizard Remove 'no relevant classes' moc warning 2021-09-14 11:20:18 +02:00
doc.hpp