Performance fix + SAO factorization
[oweals/minetest.git] / src / database-leveldb.cpp
2016-05-17 nerzhulImplement DatabaseException for databases 4136/head
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup 4125/head
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-07 kwolekrDon't unload blocks if save failed
2014-07-06 sapierFix regression in leveldb backend 0.4.10
2014-07-06 sfan5Improve error reporting in leveldb backend
2013-12-03 Sfan5Fix LevelDB maps
2013-11-24 kwolekrDon't continue trying to deserialize blank block data
2013-11-17 kwolekrDo the same for LevelDB interface
2013-09-10 KahrlAdd license headers and remove useless includes
2013-09-09 Sfan5Use STL containers instead of irr::core::list
2013-09-09 Sfan5Make it compile
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends