Rename nodeupdate and nodeupdate_single and make them part of the official API
authorest31 <MTest31@outlook.com>
Sat, 12 Nov 2016 09:55:26 +0000 (10:55 +0100)
committerest31 <MTest31@outlook.com>
Mon, 14 Nov 2016 12:08:22 +0000 (13:08 +0100)
commit649448a2a91fbf3e944b2f2e739f4e2292af1df0
tree5008360c4d239d5dfff8eee78b5ea79f69e176dc
parent6707d622bbb298e4884eedc7791c81af1da43e92
Rename nodeupdate and nodeupdate_single and make them part of the official API

Now, the renamed forms of nodeupdate and nodeupdate_single are part of the official API.

As nodeupdate has been used by Minetest Game and in mods despite of not
being part of the official API, we ease the transition by still supporting
it for the 0.4.15 release. After the release, the two functions can be removed.

The removal will not violate the stability promise, as that promise only
includes the official and documented API.

Also, make some formerly global functions local. They most likely haven't
been used by mods, therefore they won't get stubs with deprecation warnings,
hard erroring directly.
builtin/game/falling.lua
doc/lua_api.txt