Commit Graph

5 Commits (db84d9e6490ccf01d6a32106255c91611490397f)

Author SHA1 Message Date
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.
3 years ago
elsid 5913036638
Use SQLITE_OPEN_NOMUTEX 3 years ago
elsid 953a4c5550
Add a binary to generate navmesh from content files
Load content files based on the engine config files. Generate navmesh per cell
for all cells and store into SQLite database.
3 years ago
elsid b5f0057ac9
Fix tests on windows 3 years ago
elsid c88367b6a6
Add sqlite3 helpers 3 years ago