aboutsummaryrefslogtreecommitdiff
path: root/src/map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-3/+3
* Use unordered_map instead of map for MapSectorsRichard Try2022-05-231-1/+1
* Add more Prometheus metrics (#12274)sfan52022-05-091-4/+24
* Async environment for mods to do concurrent tasks (#11131)sfan52022-05-021-0/+33
* Disentangle map implementations (#12148)Jude Melton-Houghton2022-04-071-19/+26
* Optimize swapping nodes with equivalent lightingJude Melton-Houghton2022-03-291-20/+45
* Raise max mapgen limit constant to align with mapblock sizesfan52022-01-301-8/+1
* Remove a few unused functions reported by callcatcher (#11658)SmallJoker2021-10-121-7/+0
* Add API for mods to hook liquid transformation events (#11405)Warr10242021-07-091-1/+1
* Add core.compare_block_status function (#11247)SmallJoker2021-05-301-0/+5
* Settings: Proper priority hierarchySmallJoker2021-01-291-1/+1
* Remove dead code (#10845)rubenwardy2021-01-221-160/+0
* Allow configuring block disk and net compression. Change default disk level.Lars2020-12-151-3/+5
* Avoid generating the same chunk more than once with multiple emerge threads.Lars2020-11-261-1/+4
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-61/+2
* Revert "Verify database connection on interval (#9665)"rubenwardy2020-07-071-5/+0
* Fix liquids refusing to flow in X+ or Z+ in some cases (#9874)sfan52020-05-261-8/+21
* Cache liquid alternative IDs (#8053)Vitaliy2020-05-201-6/+6
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-291-2/+9
* Verify database connection on interval (#9665)Loïc Blot2020-04-151-0/+5
* Overall improvements to log messages (#9598)sfan52020-04-081-4/+4
* Remove unnecessary checks before delete (#9500)Nicolas Abril2020-03-101-2/+1
* Fix param2 set to 240 if liquid source was renewedWuzzy2020-02-131-2/+2
* Change some rough/inappropriate language in comments (#9061)random-geek2019-10-241-1/+1
* Remove legacy flat-file map coderandom-geek2019-10-231-195/+1
* Fix some reference counters (memleak) (#8981)SmallJoker2019-09-241-4/+4
* Improve occlusion culling in corridors with additional checksfan52019-08-241-0/+73
* Restore approximate occlusion checksfan52019-08-241-25/+12
* Occlusion: Check for light_propagates and do mapblock bounds checksSmallJoker2019-08-231-32/+52
* Occlusion: Begin cleanupSmallJoker2019-08-231-43/+49
* Fix unnecessary exception use in 3 more methods (#8791)Jozef Behran2019-08-131-7/+2
* Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran2019-08-131-15/+6
* Fix unnecessary exception use in Map::isNodeUndergroundJozef Behran2019-08-131-8/+2
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-26/+7
* Optimize string (mis)handling (#8128)Jozef Behran2019-05-181-1/+1
* Allow an optional readonly base database (#7544)lhofhansl2018-07-251-1/+13
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-221-3/+3
* Variable name fix + structure creation unrolling in lighting codeLoic Blot2018-03-091-1/+1
* SAO limits: Allow SAOs to exist outside the set 'mapgen limit'paramat2018-02-261-5/+0
* map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanupLoic Blot2018-02-111-8/+6
* Move files to subdirectories (#6599)Vitaliy2017-11-081-8/+8
* Fix blocks written by vmanip not being marked as modifiedsfan52017-09-231-0/+1
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-28/+0
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-10/+9
* ServerMap saving: cleanups (#6274)Loïc Blot2017-08-191-294/+18
* Code modernization: src/m* (part 3)Loic Blot2017-08-191-3/+2
* Code modernization: src/m* (part 2)Loic Blot2017-08-191-99/+49
* Modernize various files (src/m*) (#6267)Loïc Blot2017-08-181-13/+10
* Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cppLoic Blot2017-07-261-57/+0
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-10/+2