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/components/resource
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
..
animation.cpp Use const auto& 4 years ago
animation.hpp OSG-Collada animation support 4 years ago
bulletshape.cpp Store BulletShape source file name and content hash 3 years ago
bulletshape.hpp Use MurmurHash3_x64_128 for file hash 3 years ago
bulletshapemanager.cpp Use MurmurHash3_x64_128 for file hash 3 years ago
bulletshapemanager.hpp Mark overrided methods by override keyword 4 years ago
imagemanager.cpp Move getFileExtension to common header and use instead of repeating same code 3 years ago
imagemanager.hpp Mark overrided methods by override keyword 4 years ago
keyframemanager.cpp converts remaining osg::NodeCallback (#3147) 3 years ago
keyframemanager.hpp Sprinkle some references where it makes sense 4 years ago
multiobjectcache.cpp Replace OpenThreads by std types 5 years ago
multiobjectcache.hpp Replace OpenThreads by std types 5 years ago
niffilemanager.cpp Make reportStats const 8 years ago
niffilemanager.hpp Mark overrided methods by override keyword 4 years ago
objectcache.hpp Replace zeroes and nulls by nullptrs 4 years ago
resourcemanager.hpp Avoid the terrain sync completely in most cases (#3103) 3 years ago
resourcesystem.cpp Separate keyframes logic to provide basis for osgAnimation integration. 4 years ago
resourcesystem.hpp Implement generic caching system 6 years ago
scenemanager.cpp Use MurmurHash3_x64_128 for file hash 3 years ago
scenemanager.hpp soft particles 3 years ago
stats.cpp Write generated navmesh to navmeshdb 3 years ago
stats.hpp Collect all available stats if OPENMW_OSG_STATS_FILE is set and point to 4 years ago