index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map.cpp
Age
Commit message (
Expand
)
Author
2023-01-31
8x block meshes (#13133)
x2048
2022-12-24
Store `MapEditEvent` blocks in a vector (#13071)
Jude Melton-Houghton
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2022-11-03
Reduce exposure of various internals (#12885)
Loïc Blot
2022-10-18
Check for falling `float` nodes in liquid transform (#12862)
Jude Melton-Houghton
2022-10-09
Remove unused MapBlock functionality
Jude Melton-Houghton
2022-10-09
Optimize lighting calculation (#12797)
Jude Melton-Houghton
2022-09-26
Add lighting test and benchmark (#12802)
Jude Melton-Houghton
2022-09-06
Code optimizations / refactor (#12704)
Herman Semenov
2022-07-09
Enforce limits of settings that could cause buggy behaviour (#12450)
SmallJoker
2022-05-23
Use unordered_map instead of map for MapSectors
Richard Try
2022-05-09
Add more Prometheus metrics (#12274)
sfan5
2022-05-02
Async environment for mods to do concurrent tasks (#11131)
sfan5
2022-04-07
Disentangle map implementations (#12148)
Jude Melton-Houghton
2022-03-29
Optimize swapping nodes with equivalent lighting
Jude Melton-Houghton
2022-01-30
Raise max mapgen limit constant to align with mapblock size
sfan5
2021-10-12
Remove a few unused functions reported by callcatcher (#11658)
SmallJoker
2021-07-09
Add API for mods to hook liquid transformation events (#11405)
Warr1024
2021-05-30
Add core.compare_block_status function (#11247)
SmallJoker
2021-01-29
Settings: Proper priority hierarchy
SmallJoker
2021-01-22
Remove dead code (#10845)
rubenwardy
2020-12-15
Allow configuring block disk and net compression. Change default disk level.
Lars
2020-11-26
Avoid generating the same chunk more than once with multiple emerge threads.
Lars
2020-10-05
Remove unused functions reported by cppcheck (#10463)
SmallJoker
2020-07-07
Revert "Verify database connection on interval (#9665)"
rubenwardy
2020-05-26
Fix liquids refusing to flow in X+ or Z+ in some cases (#9874)
sfan5
2020-05-20
Cache liquid alternative IDs (#8053)
Vitaliy
2020-04-29
Add MetricsBackend with prometheus counter support
Loic Blot
2020-04-15
Verify database connection on interval (#9665)
Loïc Blot
2020-04-08
Overall improvements to log messages (#9598)
sfan5
2020-03-10
Remove unnecessary checks before delete (#9500)
Nicolas Abril
2020-02-13
Fix param2 set to 240 if liquid source was renewed
Wuzzy
2019-10-24
Change some rough/inappropriate language in comments (#9061)
random-geek
2019-10-23
Remove legacy flat-file map code
random-geek
2019-09-24
Fix some reference counters (memleak) (#8981)
SmallJoker
2019-08-24
Improve occlusion culling in corridors with additional check
sfan5
2019-08-24
Restore approximate occlusion check
sfan5
2019-08-23
Occlusion: Check for light_propagates and do mapblock bounds checks
SmallJoker
2019-08-23
Occlusion: Begin cleanup
SmallJoker
2019-08-13
Fix unnecessary exception use in 3 more methods (#8791)
Jozef Behran
2019-08-13
Fix unnecessary exception use in Map::getSectorXXX (#8792)
Jozef Behran
2019-08-13
Fix unnecessary exception use in Map::isNodeUnderground
Jozef Behran
2019-08-10
Merge pull request #8776 from osjc/FixGetNode
Jozef Behran
2019-05-18
Optimize string (mis)handling (#8128)
Jozef Behran
2018-07-25
Allow an optional readonly base database (#7544)
lhofhansl
2018-07-22
Add a MSVC / Windows compatible snprintf function (#7353)
nOOb3167
2018-03-09
Variable name fix + structure creation unrolling in lighting code
Loic Blot
2018-02-26
SAO limits: Allow SAOs to exist outside the set 'mapgen limit'
paramat
2018-02-11
map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanup
Loic Blot
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
[next]