aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)Author
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
2013-11-29Fixed potential NULL pointer and leak when setting node metadataMetaDucky
2013-11-17Actually fix weatherkwolekr
2013-11-09Weather: Fix uninitialized weather_update_time (sorry proller)kwolekr
2013-11-04Accept hexadecimal and string values for seedskwolekr
2013-11-02Fix liquid_rangePilzAdam
2013-09-18Fix null dereference in weather update functionsproller
2013-09-16Fix some warnings and other minor detailskwolekr
2013-09-16Weather: Clean up getHeat/getHumidity somewhatkwolekr
2013-09-10Fix loading leveldb worldsKahrl
2013-09-09Use STL containers instead of irr::core::listSfan5