index
:
areas
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal.lua
Age
Commit message (
Collapse
)
Author
2016-09-03
Use get_auth_handler().get_auth() instead of auth_table
Dorian 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-23
Fix move_area not updating AreaStore
paly2
2015-10-30
Minor isSubarea optimization
ShadowNinja
2015-10-29
Add support for the AreaStore API
est31
2014-11-17
Simplify settings definitions and namespace settings
ShadowNinja
2014-11-14
Add areas_high_limit privilege for trusted players
ShadowNinja
2014-07-12
Make all admin checks use one table
ShadowNinja
2014-07-12
Add canInteractInArea
ShadowNinja
2014-03-22
Allow protection of intersecting sub-areas and make error message more ↵
ShadowNinja
informative
2014-02-04
Don't overwrite area file if serialization fails
ShadowNinja
2014-01-15
Fix self protection max areas off-by-one error
ShadowNinja
2014-01-15
Remove redundant if
ShadowNinja
2014-01-15
The length of a table with non-sequential indexes in not defined
ShadowNinja
2013-12-17
Variable localizations
ShadowNinja
2013-11-18
Use table indices as IDs
ShadowNinja
This significantly optimizes a lot of operations and removes redundancy.
2013-11-18
Optimize area and index finding
ShadowNinja
2013-11-18
Fix crash with recursive_remove_areas
ShadowNinja
2013-09-03
Fix rename_area and buildable_to nodes on the edges of areas
ShadowNinja
2013-09-03
Shorten lines
ShadowNinja
2013-09-02
Add more spaces in area desctiption strings
ShadowNinja
2013-09-02
Initial commit
ShadowNinja