aboutsummaryrefslogtreecommitdiff
path: root/src/map.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hax's version of Minetest Server 5.6.0Test_User2024-06-281-2/+20
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-1/+1
* Use unordered_map instead of map for MapSectorsRichard Try2022-05-231-1/+1
* Add more Prometheus metrics (#12274)sfan52022-05-091-0/+10
* Async environment for mods to do concurrent tasks (#11131)sfan52022-05-021-1/+16
* Deal with compiler warningssfan52022-04-301-7/+7
* Disentangle map implementations (#12148)Jude Melton-Houghton2022-04-071-33/+26
* Remove a few unused functions reported by callcatcher (#11658)SmallJoker2021-10-121-3/+0
* Add core.compare_block_status function (#11247)SmallJoker2021-05-301-0/+2
* Remove dead code (#10845)rubenwardy2021-01-221-7/+1
* Allow configuring block disk and net compression. Change default disk level.Lars2020-12-151-1/+2
* Avoid generating the same chunk more than once with multiple emerge threads.Lars2020-11-261-0/+1
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-20/+1
* Revert "Verify database connection on interval (#9665)"rubenwardy2020-07-071-1/+0
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-291-1/+5
* Verify database connection on interval (#9665)Loïc Blot2020-04-151-0/+1
* Remove legacy flat-file map coderandom-geek2019-10-231-12/+0
* Fix some reference counters (memleak) (#8981)SmallJoker2019-09-241-14/+3
* Improve occlusion culling in corridors with additional checksfan52019-08-241-0/+2
* Restore approximate occlusion checksfan52019-08-241-2/+2
* Occlusion: Check for light_propagates and do mapblock bounds checksSmallJoker2019-08-231-2/+3
* Occlusion: Begin cleanupSmallJoker2019-08-231-2/+2
* Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran2019-08-131-3/+1
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-1/+1
* Optimize string (mis)handling (#8128)Jozef Behran2019-05-181-1/+1
* Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker2018-12-041-2/+3
* Check node updates whether the blocks are known (#7568)SmallJoker2018-08-161-1/+0
* Allow an optional readonly base database (#7544)lhofhansl2018-07-251-0/+1
* SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat2018-02-261-2/+0
* map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanupLoic Blot2018-02-111-1/+0
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-2/+2
* ServerMap saving: cleanups (#6274)Loïc Blot2017-08-191-13/+1
* Code modernization: src/m* (part 2)Loic Blot2017-08-191-3/+1
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-0/+1
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-181-8/+4
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot2017-07-261-9/+0
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-20/+12
* C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot2017-06-101-7/+1
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-1/+0
* Properly remove SAO when worldedges are overtaken (#5889)Loïc Blot2017-06-031-3/+2
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-261-1/+1
* Player data to Database (#5475)Loïc Blot2017-04-231-4/+4
* Add on_flood() callback.Auke Kok2017-04-221-1/+2
* Light update for map blocksDániel Juhász2017-04-201-0/+10
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-8/+2
* Fix various variables passed by copy instead of const ref (#5610)Loïc Blot2017-04-191-5/+3
* Map generation limit: Make per-worldparamat2017-03-271-0/+1
* Allow server side occlusion culling.Lars Hofhansl2017-03-111-0/+4
* Light calculation: New bulk node lighting codeDániel Juhász2017-03-111-16/+0