summaryrefslogtreecommitdiff
path: root/hud.lua
AgeCommit message (Collapse)Author
2016-12-19Add API for adding areas to HUDTai @ Flex
2015-01-07Use the HUD alignment field instead of manually calculating offsetShadowNinja
2014-10-13Make HUD area list multi-lineShadowNinja
2014-03-30Tweak HUD area list displayShadowNinja
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-01-15Add IDs to HUD and areas:getAreasAtPos(pos)ShadowNinja
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-14Fix possible hud vector errorShadowNinja
2013-09-26Show area owners on the hud (inspired by landrush)ShadowNinja