]> git.lizzy.rs Git - dragonfireclient.git/history - src/database-sqlite3.cpp
Replace std::list by std::vector into ServerMap::listAllLoadableBlocks ServerMap...
[dragonfireclient.git] / src / database-sqlite3.cpp
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-28 KahrlFix uninitialized variable m_database_delete in Databas...
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-08-16 sapierAdd sqlite3 backend hack for android
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-07 kwolekrDon't unload blocks if save failed
2014-07-06 sapierSwitch android to leveldb as sqlite3 is broken and...
2014-06-23 ShadowNinjaRemove confusing code block from SQLite3 database
2014-06-22 sapierFix sqlite3 map shutdown fails due to missing to finali...
2013-11-24 kwolekrDon't continue trying to deserialize blank block data
2013-11-17 kwolekrDo the same for LevelDB interface
2013-11-17 kwolekrHandle blank blocks in database
2013-09-16 prollerAdd configurable PRAGMA synchronous =
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