minetest/builtin/game
est31 649448a2a9 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.
2016-11-14 13:08:22 +01:00
..
auth.lua Builtin: Disallow registering users with the same name 2016-08-29 00:58:39 +01:00
chatcommands.lua Chat commands: Trim whitespaces from input of `/privs` command 2016-10-20 03:39:03 +01:00
constants.lua Register.lua: Throw error if node 'light_source' > core.LIGHT_MAX 2016-09-17 09:33:25 +01:00
deprecated.lua Refactor logging 2015-10-14 01:03:54 -04:00
detached_inventory.lua SAPI: Track last executed mod and include in error messages 2015-08-12 23:56:12 -04:00
falling.lua Rename nodeupdate and nodeupdate_single and make them part of the official API 2016-11-14 13:08:22 +01:00
features.lua Add AreaStore custom ID API 2016-03-07 16:33:20 -05:00
forceloading.lua Forceloading: Transient forceloads 2016-10-03 01:54:36 +01:00
init.lua Builtin/profiler: Replace game profiler (#4245) 2016-07-12 21:51:10 +02:00
item.lua Builtin/game/item: Add `place_param2` nodedef field 2016-06-17 04:41:20 +01:00
item_entity.lua Item entities: Don't show description as infotext 2016-05-22 08:21:44 +01:00
misc.lua Fix typo in core.after (#4560) 2016-10-01 16:16:50 +02:00
privileges.lua Privileges: Only give singleplayer 4 basic privs 2016-11-07 21:55:17 +00:00
register.lua Builtin: Change error to warning for light_source > 14 2016-09-21 08:04:11 +02:00
statbars.lua Hud: Modify Y-positioning of health/breath starbars to prevent overlapping with Hotbar 2015-02-08 12:47:45 -05:00
static_spawn.lua Log static_spawn error only once 2015-11-21 00:13:28 +01:00
voxelarea.lua VoxelArea: faster iter function (#4490) 2016-10-08 22:42:17 +10:00