aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/forceloading.lua
AgeCommit message (Collapse)Author
2017-05-06Use a settings object for the main settingsShadowNinja
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
2016-10-03Forceloading: Transient forceloadsraymoo
Adds a flag to forceload_block which lets you turn off persistence for that forceload.
2016-07-26Builtin: Add core.MAP_BLOCKSIZE constantTim
2014-07-13Fix crash reported here: https://forum.minetest.net/viewtopic.php?f=6&t=9726Novatux
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja