aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Collapse)Author
2014-02-09ServerEnvironment: Remove direct dependency on EmergeManagerkwolekr
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems.
2014-01-06Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ↵ShadowNinja
settings" The commit didn't work because the blocks weren't loaded yet. This reverts commit 22dbbf0a6fc9547f0dbdb7f6076337b8c6acd48b. Conflicts: minetest.conf.example
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
The real problem was that MapBlocks were not activated before getting sent to the client
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
* Prevent graphical glitches on old servers * Fix flowing of liquids with viscosity != 1 and range != 8 * Fix range = 0, no flowing nodes will appear
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 ↵kwolekr
lighting bug
2013-06-20Add a setting for max loop count per step in liquid updatePilzAdam
2013-06-03Add and implement setting max_clearobjects_extra_loaded_blocks.Kahrl
Now Environment::clearAllObjects() unloads unused blocks in an interval defined by max_clearobjects_extra_loaded_blocks (default 4096).
2013-05-31Liquid adjusting: continue to dropproller
2013-05-19Fix nearly all warningskwolekr
2013-04-25Tune finite liquids, indev huge cavesproller
2013-04-09fix emergemanager memory leakssapier
2013-04-07Adjusting water removing above unloaded blocksproller
2013-04-06Don't re-write entire map_meta.txt if a setting is missingkwolekr
2013-04-06Don't flow finite liquid into an unloaded chunkproller
2013-03-18Fix Map::initBlockMake to actually use chunksize settingkwolekr
2013-03-17Don't erase modified_blocksIlya Zhuravlev
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-14Liquid fine tuningproller
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-26Fix most warnings, re-fix MSVC compile errorkwolekr
2013-02-25Merge pull request #482 from proller/liquidkwolekr
finite liquid
2013-02-25Fix most walled-off caveskwolekr
2013-02-25Misc. cleanup and minor fixeskwolekr
2013-02-25Add multi-Emerge thread supportkwolekr