summaryrefslogtreecommitdiff
path: root/internal.lua
AgeCommit message (Collapse)Author
2016-09-03Use get_auth_handler().get_auth() instead of auth_tableDorian Wouters
minetest.auth_table is an implementation detail of the default auth handler. No guarantee is made that it even exists and using this table directly is incompatible with custom auth handlers. Instead, use the proper auth handler API.
2016-06-23Fix move_area not updating AreaStorepaly2
2015-10-30Minor isSubarea optimizationShadowNinja
2015-10-29Add support for the AreaStore APIest31
2014-11-17Simplify settings definitions and namespace settingsShadowNinja
2014-11-14Add areas_high_limit privilege for trusted playersShadowNinja
2014-07-12Make all admin checks use one tableShadowNinja
2014-07-12Add canInteractInAreaShadowNinja
2014-03-22Allow protection of intersecting sub-areas and make error message more ↵ShadowNinja
informative
2014-02-04Don't overwrite area file if serialization failsShadowNinja
2014-01-15Fix self protection max areas off-by-one errorShadowNinja
2014-01-15Remove redundant ifShadowNinja
2014-01-15The length of a table with non-sequential indexes in not definedShadowNinja
2013-12-17Variable localizationsShadowNinja
2013-11-18Use table indices as IDsShadowNinja
This significantly optimizes a lot of operations and removes redundancy.
2013-11-18Optimize area and index findingShadowNinja
2013-11-18Fix crash with recursive_remove_areasShadowNinja
2013-09-03Fix rename_area and buildable_to nodes on the edges of areasShadowNinja
2013-09-03Shorten linesShadowNinja
2013-09-02Add more spaces in area desctiption stringsShadowNinja
2013-09-02Initial commitShadowNinja