Commit History

Author SHA1 Message Date
  Maksim Gamarnik 8cc092b177 Updated to Minetest ver. 0.4.15 7 years ago
  Loic Blot 143401451c DB::loadBlock copy removal & DB backend cleanup 8 years ago
  Maksim Gamarnik 18c6b747b6 Merge branch 'master' of https://github.com/minetest/minetest 8 years ago
  est31 8a46c5df1c Database backends: fix bug, and small speedup 8 years ago
  Maksim Gamarnik d77ea9be46 LGPL 2.1 to 3.0 on all files 8 years ago
  ShadowNinja 969413b9fa Make the dummy backend only look up blocks once 9 years ago
  ShadowNinja 708337dfc2 Clean up database API and save the local map on an interval 9 years ago
  Loic Blot 718bcafd51 Replace std::list by std::vector into ServerMap::listAllLoadableBlocks ServerMap::listAllLoadedBlocks and their database backends. 9 years ago
  Loic Blot e5b636712c Fix missing return in Database_Dummy::deleteBlock 9 years ago
  kwolekr 9736548720 Add ability to delete MapBlocks from map 9 years ago
  sfan5 eec456be63 Move MapBlock (de)serializing code out of Database class 10 years ago
  kwolekr 8b3ed78e53 Don't unload blocks if save failed 10 years ago
  ShadowNinja 18577f2527 Replace usage of long long with u64/s64 10 years ago
  Kahrl 95e4a93b1b Add license headers and remove useless includes 10 years ago
  Sfan5 f1e4a671dc Use STL containers instead of irr::core::list 10 years ago
  Sfan5 7e44c2ace1 Make it compile 10 years ago
  Ilya Zhuravlev 58841ef12f Add dummy and LevelDB database backends 11 years ago