summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-09Update usage of settings APIorigin/masterorigin/HEADAntumDeluge
2017-05-06Reference 'settings.lua' instead of 'config.lua' (#21)Jordan Irwin
2016-12-19Add API for adding areas to HUDTai @ Flex
2016-12-04Add mod.confShadowNinja
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
2015-03-01Add area_info commandest31
2015-01-07Use the HUD alignment field instead of manually calculating offsetShadowNinja
2014-11-17Simplify settings definitions and namespace settingsShadowNinja
2014-11-14Add areas_high_limit privilege for trusted playersShadowNinja
2014-11-11Add move_area commandShadowNinja
2014-10-25Tweak READMEShadowNinja
2014-10-13Make HUD area list multi-lineShadowNinja
2014-10-04Make find_areas an admin-only commandShadowNinja
Some regexes can be very slow. This also fixes a bug with single-item result sets.
2014-07-15Copy positions to avaoid multiple referencesShadowNinja
2014-07-12Make legacy table copy entriesShadowNinja
2014-07-12Make all admin checks use one tableShadowNinja
2014-07-12Make canInteractInArea player optional and add an admin checkShadowNinja
2014-07-12Add canInteractInAreaShadowNinja
2014-06-23Fix add_owner validity checkShadowNinja
2014-06-18Fix rename_area's argument validity checkShadowNinja
2014-06-14Fix a indexing bug with change_ownerShadowNinja
2014-05-30Centralize position getting and sortingShadowNinja
2014-05-29Pass messages by return valueShadowNinja
2014-03-30Fix various readme typosCiaran Gultnieks
2014-03-30Tweak HUD area list displayShadowNinja
2014-03-23Allow open areas inside closed areas to be used openlyShadowNinja
2014-03-22Allow protection of intersecting sub-areas and make error message more ↵ShadowNinja
informative
2014-02-07Allow areas to be optionally open to all other usersCiaran Gultnieks
In other words, you can retain ownership of an area but disable and re-enable the protection aspect at will, via the area_open chat command. By default, nothing is any different following this commit - all existing areas are protected, as are new ones. But you can do (for example) "area_open 1" and if you're the owner of that area, it's now possible for other users to interact there. "area_open 1" again to toggle the protection back on. Where there are sub-areas, the main owner and ALL sub-area owners at a particulare location must have set the areas to open to disable protection.
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-15Add IDs to HUD and areas:getAreasAtPos(pos)ShadowNinja
2014-01-15The length of a table with non-sequential indexes in not definedShadowNinja
2013-12-17Variable localizationsShadowNinja
2013-12-16Remove empty depends.txtShadowNinja
2013-12-16Allow adding areas with owner_defsShadowNinja
2013-12-15Remove temporary area id removal codeShadowNinja
2013-12-15Remove legacy protection methodShadowNinja
2013-11-18Fix /find_areas invalid regular expression crashShadowNinja
2013-11-18Move the HUD display up to not cover the hotbarShadowNinja
2013-11-18Revert "Fix possible hud vector error"ShadowNinja
This was fixed upstream in builtin. This reverts commit 1a8efa991661485b32b0c337e1fd1f43506cf16b.
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-18Show sub-areas in /list_areasShadowNinja
2013-11-18Fix crash with recursive_remove_areasShadowNinja
2013-11-17Fix help text (set_owner -> add_owner)ShadowNinja
2013-11-14Chat command regex tweaksShadowNinja