aboutsummaryrefslogtreecommitdiff
path: root/src/database-sqlite3.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split settings into seperate source and header filesShadowNinja2014-09-211-0/+1
| | | | This also cleans up settings a bit
* Add sqlite3 backend hack for androidsapier2014-08-161-3/+41
|
* Move MapBlock (de)serializing code out of Database classsfan52014-07-121-145/+23
|
* Don't unload blocks if save failedkwolekr2014-07-071-23/+32
| | | | Improve error handling in saveBlock()
* Switch android to leveldb as sqlite3 is broken and fails to save any ↵sapier2014-07-061-3/+3
| | | | mapblock there
* Remove confusing code block from SQLite3 databaseShadowNinja2014-06-231-42/+38
|
* Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier2014-06-221-28/+43
| | | | | 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-241-0/+1
|
* Do the same for LevelDB interfacekwolekr2013-11-171-2/+2
|
* Handle blank blocks in databasekwolekr2013-11-171-85/+96
| | | | Fix screwed-up indentation
* Add configurable PRAGMA synchronous =proller2013-09-171-1/+10
|
* Add license headers and remove useless includesKahrl2013-09-101-12/+23
|
* Use STL containers instead of irr::core::listSfan52013-09-091-1/+1
|
* Make it compileSfan52013-09-091-1/+1
|
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-091-0/+319