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/sqlite3
elsid 5b9dd10cbe
Limit max navmeshdb file size
Use "pragma max_page_count" to define max allowed file size in combination with
"pragma page_size" based on a new setting "max navmeshdb file size".

* Stop navmeshtool on the first db error.
* Disable writes to db in the engine on first "database or disk is full"
  SQLite3 error. There is no special error code for this error.
* Change default "write to navmeshdb" to true.
* Use time intervals for transaction duration instead of number of changes.
2 years ago
..
db.cpp Limit max navmeshdb file size 2 years ago
db.hpp Add sqlite3 helpers 3 years ago
request.hpp Add a binary to generate navmesh from content files 2 years ago
statement.cpp Add sqlite3 helpers 3 years ago
statement.hpp Add sqlite3 helpers 3 years ago
transaction.cpp Limit max navmeshdb file size 2 years ago
transaction.hpp Limit max navmeshdb file size 2 years ago
types.hpp Add a binary to generate navmesh from content files 2 years ago