summaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)Author
2015-08-02Add map limit config optionrubenwardy
2015-05-17Record MapBlock modification reasons as flags instead of stringskwolekr
2015-05-08Ensure that Map::findNodesWithMetadata() reports nodes strictly within the no...kwolekr
2015-05-05Add core.find_nodes_with_meta() script APIkwolekr
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-07Respect game mapgen flags and save world noise paramsngosang
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-06Don't start a server for map migrationShadowNinja
2015-03-06Clean up database API and save the local map on an intervalShadowNinja
2015-03-04ABMHandler and player_collisions use sequential read/write. Switch from std::...Loic Blot
2015-02-18Fix unused (and so, broken) enable_rollback_recording. This option must be re...Loic Blot
2015-02-17Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUp...Loic Blot
2015-02-17Replace std::list by std::vector into timerUpdate callsLoic Blot
2015-02-17Replace std::list by std::vector into ServerMap::listAllLoadableBlocks Server...Loic Blot
2015-01-27Fix missing map_meta.txt error when creating new worldskwolekr
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2015-01-18Water fixesgregorycu
2015-01-18Create empty default constructor for MapNodeCraig Robbins
2015-01-15Add ability to delete MapBlocks from mapkwolekr
2015-01-15Change UniqueQueue to use a queue and a set.unknown
2015-01-14Fix use of uninitialized dataCraig Robbins
2015-01-12Attempt to fix occasional issue of uninitialized MapBlock datakwolekr
2015-01-05Shorten ManualMapVoxelManipulator to MMVManipkwolekr
2014-12-29Fix -Wtype-limits warnings and remove disabling of -Wtype-limitsCraig Robbins
2014-12-29LuaVoxelManip: Remove blank allocatorkwolekr
2014-12-27LuaVoxelManip: Add option to allocate blank datakwolekr
2014-12-23Make limiting of the reflow liquids queue size optionalCraig Robbins
2014-12-18Do not allow the m_transforming_liquid queue to increase until all RAM is con...Craig Robbins
2014-12-12Use std::string::empty() instead of size() where applicableAnton
2014-11-14Remove most exceptions from getNode() (and variants)Craig Robbins
2014-11-01Split up mapgen.cppkwolekr
2014-09-21Split settings into seperate source and header filesShadowNinja
2014-09-01Update Mapgen VoxelManipulator on buffer invalidationkwolekr
2014-09-01Save previously generated blocks on Mapgen blitbackkwolekr
2014-07-12Move MapBlock (de)serializing code out of Database classsfan5
2014-07-07Don't copy back already generated blocks on map generationkwolekr
2014-07-07Don't unload blocks if save failedkwolekr
2014-06-23Remove MapVoxelManipulator not really used by anyonesapier
2014-06-23Remove emerge and speedup addArea by using memcopy instead of one by one assi...sapier
2014-06-15Minor stability improvements in block emerge handlingsapier
2014-04-19Fix warningsproller
2014-04-18Remove liquid_finite and weatherproller
2014-04-16Add redis database backendSfan5
2014-04-15Fix all warnings reported by clangSfan5
2014-02-09ServerEnvironment: Remove direct dependency on EmergeManagerkwolekr
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
2014-01-06Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ...ShadowNinja
2013-12-05Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settingssweetbomber
2013-12-01Cleanup jthread and fix win32 buildsapier
2013-11-30Add minetest.swap_nodeNovatux