summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2015-02-12Add basic error reporting for bad value/max combinationsWuzzy
2015-02-12Only affect health- and breathbar in hide_buildinWuzzy
2015-02-12Do not register health/breath bar if damage is offWuzzy
2015-02-12Add new function: hb.get_hudbar_stateWuzzy
2015-02-12Harden code against missing iconWuzzy
2015-02-12Fix start_hidden parameterWuzzy
2015-02-12Make breath and health use API insteadWuzzy
2015-02-11Rename “start_hide” to “start_hidden”Wuzzy
2015-02-11Optimize hb.change_hudbar to change hud_change less timesWuzzy
2015-02-09hud.conf → hudbars.confWuzzy
2015-02-09Rename main table from “hud” to “hb”Wuzzy
2015-02-09Allow hud.change_hudbar to change only one or no value of bothWuzzy
2015-02-09Add proper function to initialize HUD barWuzzy
2015-02-09Use identifier instead of table in API functionsWuzzy
2015-02-05Change color of breath barWuzzy
2015-02-04Fix division by zero in hud.value_to_barlengthWuzzy
2015-02-04Add forgotten 0/0 corner casesWuzzy
2015-02-04Hide bar background when max == 0Wuzzy
2015-02-04Allow freely chosen texture names for custom barsWuzzy
2015-02-04Fix bug preventing change of custom HUD barsWuzzy
2015-02-04Set hudstate and hudids directly in add_allWuzzy
2015-02-04Move custom hudbars down by 1 iff damage disabledWuzzy
2015-02-04Align custom hudbars properlyWuzzy
2015-02-04Add hide and unhide functions for barsWuzzy
2015-02-04Add API functions to add and modify custom barsWuzzy
2015-02-04Hide breath bar when breath == 11Wuzzy
2015-02-04Align health and breath barsWuzzy
2015-02-04Add icons to barsWuzzy
2015-02-04Add text to barsWuzzy
2015-02-04Add simple background image for the barsWuzzy
2015-02-04Remove hotbar supportWuzzy
2015-02-04Use max. 160 pixel wide bars to represent statsWuzzy
2015-02-04Don't set breath for respawnersWuzzy
2015-02-04Remove armor and hungerWuzzy
2015-02-04Change mod name to “hudbars” in source code ... at least partiallyWuzzy
2014-10-03Add experimental exhaustion to control hunger (based on player actions)BlockMen
2014-05-13Compatibility update (scaling statbars)BlockMen
2014-04-14Fix new main timerBlockMen
2014-04-14Die by starving, push to 1.3BlockMen
2014-04-14Fix breath, lower update rateBlockMen
2014-04-14Abuse inv for hunger, no heal while drowningBlockMen
2014-04-06Don't set hotbar images with crafting modBlockMen
2014-04-06Hide armor bar if not wearing armorBlockMen
2014-04-06Send statbar values only to client when changedBlockMen
2013-09-13Add support for 3darmor mod, add poisen food and restructure codeBlockMen
2013-09-09Various fixes and mark as stableBlockMen
2013-09-03Enable damage when hunger is 0BlockMen
2013-08-25Fix crosshairBlockMen
2013-08-25Use builtin support of hotbar texturesBlockMen
2013-07-27Fix hotbar issue when damage is disabledBlockMen