aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Expand)Author
2022-06-02Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-05-23Use unordered_map instead of map for MapSectorsRichard Try
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-05-09Add more Prometheus metrics (#12274)sfan5
2022-05-02Async environment for mods to do concurrent tasks (#11131)sfan5
2022-04-07Disentangle map implementations (#12148)Jude Melton-Houghton
2022-03-29Optimize swapping nodes with equivalent lightingJude Melton-Houghton
2022-01-30Raise max mapgen limit constant to align with mapblock sizesfan5
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2021-09-19Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-07-09Add API for mods to hook liquid transformation events (#11405)Warr1024
2021-05-30Add core.compare_block_status function (#11247)SmallJoker
2021-02-10Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-01-29Settings: Proper priority hierarchySmallJoker
2021-01-22Remove dead code (#10845)rubenwardy
2021-01-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2020-12-15Allow configuring block disk and net compression. Change default disk level.Lars
2020-11-28Merged MinetestElias Fleckenstein
2020-11-26Avoid generating the same chunk more than once with multiple emerge threads.Lars
2020-11-04Revert "Make Lint Happy"Elias Fleckenstein
2020-11-04Make Lint HappyElias Fleckenstein
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2020-07-07Revert "Verify database connection on interval (#9665)"rubenwardy
2020-05-26Fix liquids refusing to flow in X+ or Z+ in some cases (#9874)sfan5
2020-05-20Cache liquid alternative IDs (#8053)Vitaliy
2020-04-29Add MetricsBackend with prometheus counter supportLoic Blot
2020-04-15Verify database connection on interval (#9665)Loïc Blot
2020-04-08Overall improvements to log messages (#9598)sfan5
2020-03-10Remove unnecessary checks before delete (#9500)Nicolas Abril
2020-02-13Fix param2 set to 240 if liquid source was renewedWuzzy
2019-10-24Change some rough/inappropriate language in comments (#9061)random-geek
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 3 more methods (#8791)Jozef Behran
2019-08-13Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran
2019-08-13Fix unnecessary exception use in Map::isNodeUndergroundJozef Behran
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2018-07-25Allow an optional readonly base database (#7544)lhofhansl
2018-07-22Add a MSVC / Windows compatible snprintf function (#7353)nOOb3167
2018-03-09Variable name fix + structure creation unrolling in lighting codeLoic Blot
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
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-09-23Fix blocks written by vmanip not being marked as modifiedsfan5
2017-08-30Remove DSTACK support (#6346)Loïc Blot