aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)Author
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
2013-09-09Make it compileSfan5
2013-09-09Add dummy and LevelDB database backendsIlya Zhuravlev
2013-08-30Normalized heat and adjusted humidityproller
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam
2013-08-11Decoration: Fix schematic probability mess with new MTS file versionkwolekr
2013-08-02Weather backward compatibilityproller
2013-07-29Warnings fixproller
2013-07-28Better snow fall, finite liquid transform, leveled nodes apiproller
2013-07-27Weather supportproller
2013-07-20Add liquid_range to nodedefPilzAdam
2013-07-16Fix lighting bug caused by disappearing lavaPilzAdam
2013-07-05Improve finite liquid distribution, fix small bugproller
2013-07-02Replace C++ mainmenu by formspec powered onesapier
2013-06-27Fix issue of VManip occasionally not blitting back blocks, and pitch black li...kwolekr
2013-06-20Add a setting for max loop count per step in liquid updatePilzAdam