Aaron Suen b4c72c9b2c Default almost all node meta fields to private.
Trying to isolate server performance issues, it was pointed out
that clients are spending a LOT of time receiving and rebuilding
mapblock meshes, and that updating node meta triggers this, even
when that meta is not relevant to the rendering of nodes.

Rubenwardy added a suggestion to change this in the engine:
	https://github.com/minetest/minetest/issues/10127
This patch implements this suggestion at the game level, since
in NodeCore's case we already were making the assumption that
nearly all metadata fields were private.
2020-06-30 18:19:49 -04:00
..
2020-01-05 15:25:08 -05:00
2020-06-26 06:11:19 -04:00
2020-06-27 12:20:35 -04:00
2020-06-27 12:20:35 -04:00
2020-06-27 12:20:35 -04:00
2020-06-28 14:28:16 -04:00
2020-06-28 20:24:15 -04:00
2020-06-27 12:20:35 -04:00
2020-06-27 12:20:35 -04:00
2020-06-28 16:09:33 -04:00
2020-06-30 07:10:48 -04:00
2020-06-27 12:20:35 -04:00
2020-06-28 20:24:15 -04:00
2020-06-27 12:20:35 -04:00
2020-06-27 12:20:35 -04:00
2020-06-27 12:20:35 -04:00
2020-06-27 12:20:35 -04:00
2020-06-28 16:08:44 -04:00