aboutsummaryrefslogtreecommitdiff
path: root/src/database-sqlite3.cpp
AgeCommit message (Collapse)Author
2014-09-21Split settings into seperate source and header filesShadowNinja
This also cleans up settings a bit
2014-08-16Add sqlite3 backend hack for androidsapier
2014-07-12Move MapBlock (de)serializing code out of Database classsfan5
2014-07-07Don't unload blocks if save failedkwolekr
Improve error handling in saveBlock()
2014-07-06Switch android to leveldb as sqlite3 is broken and fails to save any ↵sapier
mapblock there
2014-06-23Remove confusing code block from SQLite3 databaseShadowNinja
2014-06-22Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier
Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db
2013-11-24Don't continue trying to deserialize blank block datakwolekr
2013-11-17Do the same for LevelDB interfacekwolekr
2013-11-17Handle blank blocks in databasekwolekr
Fix screwed-up indentation
2013-09-17Add configurable PRAGMA synchronous =proller
2013-09-10Add license headers and remove useless includesKahrl
2013-09-09Use STL containers instead of irr::core::listSfan5
2013-09-09Make it compileSfan5
2013-09-09Add dummy and LevelDB database backendsIlya Zhuravlev