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/files
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
..
builtin_scripts use OPENMW_RESOURCES_ROOT instead 3 years ago
launcher Fix libpng warning about incorrect profile 6 years ago
lua_api Merge branch 'lua_missing_key_codes' into 'master' 3 years ago
mac Adding CFBundleIdentifier to OpenMW's Info.plist file for Macs 7 years ago
mygui use OPENMW_RESOURCES_ROOT instead 3 years ago
opencs Source svg file used to generate OpenMW-CS icons. 3 years ago
shaders use OPENMW_RESOURCES_ROOT instead 3 years ago
ui Support navmesh generation from launcher 3 years ago
vfs use OPENMW_RESOURCES_ROOT instead 3 years ago
windows fix win32 app manifest copy-paste error 6 years ago
wizard Implement #3983 - Add page to the wizard with links to buy morrowind 4 years ago
CMakeLists.txt Update OpenMW Lua documentation 4 years ago
gamecontrollerdb.txt Update SDL controller mappings from upstream 6 years ago
openmw-cs.cfg changed name of openmw-cs user settings file 9 years ago
openmw.appdata.xml Return to CC0-licensed appdata metadata 4 years ago
openmw.bmp Some improvments for windows builds and installer 13 years ago
openmw.cfg Dehardcode camera 3 years ago
openmw.cfg.local Dehardcode camera 3 years ago
org.openmw.cs.desktop add launchable type; rename files to be conform to freedesktop.org and debian standards 5 years ago
org.openmw.launcher.desktop add launchable type; rename files to be conform to freedesktop.org and debian standards 5 years ago
settings-default.cfg Write generated navmesh to navmeshdb 3 years ago
version.in Move OpenMW version information to a textfile instead of compiling it in 10 years ago