aboutsummaryrefslogtreecommitdiff
path: root/src/map.h
AgeCommit message (Expand)Author
2022-12-24Store `MapEditEvent` blocks in a vector (#13071)Jude Melton-Houghton
2022-12-24Make MapEditEvent more completeJude Melton-Houghton
2022-10-13Speed up find_nodes_in_area (#12845)Jude Melton-Houghton
2022-09-26Add lighting test and benchmark (#12802)Jude Melton-Houghton
2022-07-09Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker
2022-05-23Use unordered_map instead of map for MapSectorsRichard Try
2022-05-09Add more Prometheus metrics (#12274)sfan5
2022-05-02Async environment for mods to do concurrent tasks (#11131)sfan5
2022-04-30Deal with compiler warningssfan5
2022-04-07Disentangle map implementations (#12148)Jude Melton-Houghton
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2021-05-30Add core.compare_block_status function (#11247)SmallJoker
2021-01-22Remove dead code (#10845)rubenwardy
2020-12-15Allow configuring block disk and net compression. Change default disk level.Lars
2020-11-26Avoid generating the same chunk more than once with multiple emerge threads.Lars
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2020-07-07Revert "Verify database connection on interval (#9665)"rubenwardy
2020-04-29Add MetricsBackend with prometheus counter supportLoic Blot
2020-04-15Verify database connection on interval (#9665)Loïc Blot
2019-10-23Remove legacy flat-file map coderandom-geek
2019-09-24Fix some reference counters (memleak) (#8981)SmallJoker
2019-08-24Improve occlusion culling in corridors with additional checksfan5
2019-08-24Restore approximate occlusion checksfan5
2019-08-23Occlusion: Check for light_propagates and do mapblock bounds checksSmallJoker
2019-08-23Occlusion: Begin cleanupSmallJoker
2019-08-13Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2018-12-04Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker
2018-08-16Check node updates whether the blocks are known (#7568)SmallJoker
2018-07-25Allow an optional readonly base database (#7544)lhofhansl
2018-02-26SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat
2018-02-11map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanupLoic Blot
2018-02-10Node definition manager refactor (#7016)Dániel Juhász
2017-08-19ServerMap saving: cleanups (#6274)Loïc Blot
2017-08-19Code modernization: src/m* (part 2)Loic Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-08-18Modernize various files (src/m*) (#6267)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-07-26Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-10C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-06-03Properly remove SAO when worldedges are overtaken (#5889)Loïc Blot
2017-05-26Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker
2017-04-23Player data to Database (#5475)Loïc Blot
2017-04-22Add on_flood() callback.Auke Kok
2017-04-20Light update for map blocksDániel Juhász
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-04-19Fix various variables passed by copy instead of const ref (#5610)Loïc Blot