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
/
mapblock.h
Age
Commit message (
Expand
)
Author
2023-01-06
Occlusion culling algorithm based on recursive descend (#13104)
x2048
2022-11-03
Reduce exposure of various internals (#12885)
Loïc Blot
2022-10-09
Embed data directly in mapblocks
Jude Melton-Houghton
2022-10-09
Remove unused MapBlock functionality
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-08-31
Switch MapBlock compression to zstd (#10788)
lhofhansl
2021-05-30
Add core.compare_block_status function (#11247)
SmallJoker
2021-01-22
Remove dead code (#10845)
rubenwardy
2020-12-15
Allow configuring block disk and net compression. Change default disk level.
Lars
2018-07-21
Optimize ABM checks.
Lars Hofhansl
2018-02-04
Remove unused light updating code
Dániel Juhász
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
2017-09-23
Fix blocks written by vmanip not being marked as modified
sfan5
2017-08-19
Code modernization: src/m* (part 2)
Loic Blot
2017-08-18
Optimize headers (part 2) (#6272)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-04-17
MeshUpdateQueue: Add a MapBlock cache that minimizes the amount of MapBlock c...
Perttu Ahola
2017-04-13
Add documentation for map block format 27 (#5576)
Dániel Juhász
2017-03-27
Map generation limit: Make per-world
paramat
2017-03-20
Map generation limit: Rewrite
paramat
2017-03-19
Update server min protocol version to v24 (#5411)
Loïc Blot
2017-02-16
Objectpos over limit: Avoid crash caused by sector over limit
paramat
2017-02-13
Lighting: Update lighting at block loading
Dániel Juhász
2017-01-08
Map generation limit: Cache as 'const' not 'const static'
paramat
2017-01-08
Map generation limit: Fix checks for block/sector over-limit
paramat
2017-01-04
Fixes for using std:vector in ABMHander and further perf improvements
Lars Hofhansl
2016-06-11
Make node timers more efficient
Ekdohibs
2015-09-16
Fix object position border checking
est31
2015-09-15
Disallow placing entities outside safe boundaries
est31
2015-09-14
Serialisation: documentation fixes, clarifying renames and whitespace fixes
est31
2015-08-02
Add map limit config option
rubenwardy
2015-07-29
Precalculate mapblock relative size. This permit to remove many s16 calculs o...
nerzhul
2015-05-31
Mapblock: nodecount refactor
est31
2015-05-17
Record MapBlock modification reasons as flags instead of strings
kwolekr
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-02-17
Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUp...
Loic Blot
2015-01-27
Fix a crash (assert) when client set serial version < 24 in INIT
Loic Blot
2015-01-18
Water fixes
gregorycu
2014-12-12
Fix typo in mapblock.h
Craig Robbins
2014-11-14
Remove most exceptions from getNode() (and variants)
Craig Robbins
2014-04-18
Remove liquid_finite and weather
proller
2013-11-17
Actually fix weather
kwolekr
2013-09-16
Weather: Clean up getHeat/getHumidity somewhat
kwolekr
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-08-02
Weather backward compatibility
proller
2013-07-27
Weather support
proller
2013-03-11
Migrate to STL containers/algorithms.
Ilya Zhuravlev
2013-02-24
Update Copyright Years
Sfan5
[next]