summaryrefslogtreecommitdiff
path: root/src/database-sqlite3.cpp
Commit message (Collapse)AuthorAge
* Split settings into seperate source and header filesShadowNinja2014-09-21
| | | | This also cleans up settings a bit
* Add sqlite3 backend hack for androidsapier2014-08-16
|
* Move MapBlock (de)serializing code out of Database classsfan52014-07-12
|
* Don't unload blocks if save failedkwolekr2014-07-07
| | | | Improve error handling in saveBlock()
* Switch android to leveldb as sqlite3 is broken and fails to save any ↵sapier2014-07-06
| | | | mapblock there
* Remove confusing code block from SQLite3 databaseShadowNinja2014-06-23
|
* Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier2014-06-22
| | | | | Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db
* Don't continue trying to deserialize blank block datakwolekr2013-11-24
|
* Do the same for LevelDB interfacekwolekr2013-11-17
|
* Handle blank blocks in databasekwolekr2013-11-17
| | | | Fix screwed-up indentation
* Add configurable PRAGMA synchronous =proller2013-09-17
|
* Add license headers and remove useless includesKahrl2013-09-10
|
* Use STL containers instead of irr::core::listSfan52013-09-09
|
* Make it compileSfan52013-09-09
|
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-09