Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-18 | Merge branch 'master' of https://github.com/ShadowNinja/areasHEADmaster | root | |
2018-07-18 | adjusted settings | root | |
2017-06-09 | Update usage of settings APIorigin/masterorigin/HEAD | AntumDeluge | |
2017-05-06 | Reference 'settings.lua' instead of 'config.lua' (#21) | Jordan Irwin | |
2016-12-19 | Add API for adding areas to HUD | Tai @ Flex | |
2016-12-04 | Add mod.conf | ShadowNinja | |
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 | |
2015-03-01 | Add area_info command | est31 | |
2015-01-07 | Use the HUD alignment field instead of manually calculating offset | ShadowNinja | |
2014-11-17 | Simplify settings definitions and namespace settings | ShadowNinja | |
2014-11-14 | Add areas_high_limit privilege for trusted players | ShadowNinja | |
2014-11-11 | Add move_area command | ShadowNinja | |
2014-10-25 | Tweak README | ShadowNinja | |
2014-10-13 | Make HUD area list multi-line | ShadowNinja | |
2014-10-04 | Make find_areas an admin-only command | ShadowNinja | |
Some regexes can be very slow. This also fixes a bug with single-item result sets. | |||
2014-07-15 | Copy positions to avaoid multiple references | ShadowNinja | |
2014-07-12 | Make legacy table copy entries | ShadowNinja | |
2014-07-12 | Make all admin checks use one table | ShadowNinja | |
2014-07-12 | Make canInteractInArea player optional and add an admin check | ShadowNinja | |
2014-07-12 | Add canInteractInArea | ShadowNinja | |
2014-06-23 | Fix add_owner validity check | ShadowNinja | |
2014-06-18 | Fix rename_area's argument validity check | ShadowNinja | |
2014-06-14 | Fix a indexing bug with change_owner | ShadowNinja | |
2014-05-30 | Centralize position getting and sorting | ShadowNinja | |
2014-05-29 | Pass messages by return value | ShadowNinja | |
2014-03-30 | Fix various readme typos | Ciaran Gultnieks | |
2014-03-30 | Tweak HUD area list display | ShadowNinja | |
2014-03-23 | Allow open areas inside closed areas to be used openly | ShadowNinja | |
2014-03-22 | Allow protection of intersecting sub-areas and make error message more ↵ | ShadowNinja | |
informative | |||
2014-02-07 | Allow areas to be optionally open to all other users | Ciaran 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-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 | Add IDs to HUD and areas:getAreasAtPos(pos) | ShadowNinja | |
2014-01-15 | The length of a table with non-sequential indexes in not defined | ShadowNinja | |
2013-12-17 | Variable localizations | ShadowNinja | |
2013-12-16 | Remove empty depends.txt | ShadowNinja | |
2013-12-16 | Allow adding areas with owner_defs | ShadowNinja | |
2013-12-15 | Remove temporary area id removal code | ShadowNinja | |
2013-12-15 | Remove legacy protection method | ShadowNinja | |
2013-11-18 | Fix /find_areas invalid regular expression crash | ShadowNinja | |
2013-11-18 | Move the HUD display up to not cover the hotbar | ShadowNinja | |
2013-11-18 | Revert "Fix possible hud vector error" | ShadowNinja | |
This was fixed upstream in builtin. This reverts commit 1a8efa991661485b32b0c337e1fd1f43506cf16b. | |||
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 | Show sub-areas in /list_areas | ShadowNinja | |
2013-11-18 | Fix crash with recursive_remove_areas | ShadowNinja | |