diff options
author | Wuzzy <almikes@aol.com> | 2015-02-12 05:59:27 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-12 05:59:27 +0100 |
commit | 98bc7a0bb514e21b6214088c8a64a878b75e407d (patch) | |
tree | 2a556e02c1730ca60eefcb0bfb0c1b1f0eabdcb7 /changelog.txt | |
parent | 1912c5fb57f16f8508d821ef821f6c160171525c (diff) |
Update changelog
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt index 8698550..ca1322c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,8 +12,19 @@ as of version 2.0.0 of the standard <http://semver.org/>. 0.3.0 ----- - Rename main table from “hud” to “hb” (affects function names!) -- Arguments 3-4 hb.change_hudbar can be nil for values which should not change +- Arguments 3-4 of hb.change_hudbar can be nil for values which should not change - Add proper function hb.init_hudbar, replaces odd call to hud.hudtables[identifier].add_all - Update API documentation and fix mistakes - Use “hudbars.conf” instead of “hud.conf” +0.4.0 +----- +- New function: hb.get_hudbar_state to get information about the state of an active HUD bar, such as values, whether it is hidden, etc. +- hb.change_hudbar has been optimized to call hud_change fewer times, which is hopefully good for networking +- Rename hb.register_hudbar parameter “start_hide” to “start_hidden” +- start_hidden parameter now finally works +- Do not affect other HUD flags (crosshair, wielditem, etc.) when starting mod +- Show error message when trying to call hb.init_hudbar or hb.change_hudbar with bad values +- Update documentation +- Lots of refactoring +- Health and breath bar now use API |