Age | Commit message (Expand) | Author |
2015-05-19 | Add preliminary display mode setting | Wuzzy |
2015-05-19 | Code cleanup | Wuzzy |
2015-05-19 | Add HUD bar sorting feature | Wuzzy |
2015-03-23 | Add setting to configure breath bar auto-hiding | Wuzzy |
2015-03-04 | Adjust default HUD bars position for MT 0.4.12 | Wuzzy |
2015-02-23 | Remove pointless delays and useless code | Wuzzy |
2015-02-23 | Fix HUD elements disappearing for reconnectors | Wuzzy |
2015-02-14 | Fix race condition-like bugorigin/playertest | Wuzzy |
2015-02-12 | Add workaround for bad initial breath value | Wuzzy |
2015-02-12 | Fix add_all | Wuzzy |
2015-02-12 | Move start_hidden to init_hudbar, rename start_hidden in register function to... | Wuzzy |
2015-02-12 | Minor refactoring | Wuzzy |
2015-02-12 | Refactor settings | Wuzzy |
2015-02-12 | Fix bad initial breath value of 11 | Wuzzy |
2015-02-12 | Add basic error reporting for bad value/max combinations | Wuzzy |
2015-02-12 | Only affect health- and breathbar in hide_buildin | Wuzzy |
2015-02-12 | Do not register health/breath bar if damage is off | Wuzzy |
2015-02-12 | Add new function: hb.get_hudbar_state | Wuzzy |
2015-02-12 | Harden code against missing icon | Wuzzy |
2015-02-12 | Fix start_hidden parameter | Wuzzy |
2015-02-12 | Make breath and health use API instead | Wuzzy |
2015-02-11 | Rename “start_hide” to “start_hidden” | Wuzzy |
2015-02-11 | Optimize hb.change_hudbar to change hud_change less times | Wuzzy |
2015-02-09 | hud.conf → hudbars.conf | Wuzzy |
2015-02-09 | Rename main table from “hud” to “hb” | Wuzzy |
2015-02-09 | Allow hud.change_hudbar to change only one or no value of both | Wuzzy |
2015-02-09 | Add proper function to initialize HUD bar | Wuzzy |
2015-02-09 | Use identifier instead of table in API functions | Wuzzy |
2015-02-05 | Change color of breath bar | Wuzzy |
2015-02-04 | Fix division by zero in hud.value_to_barlength | Wuzzy |
2015-02-04 | Add forgotten 0/0 corner cases | Wuzzy |
2015-02-04 | Hide bar background when max == 0 | Wuzzy |
2015-02-04 | Allow freely chosen texture names for custom bars | Wuzzy |
2015-02-04 | Fix bug preventing change of custom HUD bars | Wuzzy |
2015-02-04 | Set hudstate and hudids directly in add_all | Wuzzy |
2015-02-04 | Move custom hudbars down by 1 iff damage disabled | Wuzzy |
2015-02-04 | Align custom hudbars properly | Wuzzy |
2015-02-04 | Add hide and unhide functions for bars | Wuzzy |
2015-02-04 | Add API functions to add and modify custom bars | Wuzzy |
2015-02-04 | Hide breath bar when breath == 11 | Wuzzy |
2015-02-04 | Align health and breath bars | Wuzzy |
2015-02-04 | Add icons to bars | Wuzzy |
2015-02-04 | Add text to bars | Wuzzy |
2015-02-04 | Add simple background image for the bars | Wuzzy |
2015-02-04 | Remove hotbar support | Wuzzy |
2015-02-04 | Use max. 160 pixel wide bars to represent stats | Wuzzy |
2015-02-04 | Don't set breath for respawners | Wuzzy |
2015-02-04 | Remove armor and hunger | Wuzzy |
2015-02-04 | Change mod name to “hudbars” in source code ... at least partially | Wuzzy |
2014-10-03 | Add experimental exhaustion to control hunger (based on player actions) | BlockMen |