]> git.lizzy.rs Git - dragonfireclient.git/history - src/database.h
Replace std::list by std::vector into ServerMap::listAllLoadableBlocks ServerMap...
[dragonfireclient.git] / src / database.h
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-07 kwolekrDon't unload blocks if save failed
2014-04-23 ShadowNinjaRevert binary database block position encoding
2014-04-15 ShadowNinjaUse binary operators rather than "Python modulo" in...
2014-03-12 ShadowNinjaReplace usage of long long with u64/s64
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