summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2015-05-25Forceload default HUD bars, fixing a crash when changing enable_damage in-gameWuzzy
2015-05-20Various settings, now only use minetest.conf instead of hudbars.confWuzzy
2015-05-20Typo fixesWuzzy
2015-05-20Bar length is now rounded towards nearest integerWuzzy
2015-05-19Fix stupid bug (setting_getbool instead of setting_get)Wuzzy
2015-05-19Fix typoWuzzy
2015-05-19Fix reverting to default setting value not workingWuzzy
2015-05-19Add alternative statbar display modesWuzzy
2015-05-19Rename display_mode to alignment_patternWuzzy
2015-05-19Add preliminary display mode settingWuzzy
2015-05-19Code cleanupWuzzy
2015-05-19Add HUD bar sorting featureWuzzy
2015-03-23Add setting to configure breath bar auto-hidingWuzzy
2015-03-04Adjust default HUD bars position for MT 0.4.12Wuzzy
2015-02-23Remove pointless delays and useless codeWuzzy
2015-02-23Fix HUD elements disappearing for reconnectorsWuzzy
2015-02-14Fix race condition-like bugorigin/playertestWuzzy
2015-02-12Add workaround for bad initial breath valueWuzzy
2015-02-12Fix add_allWuzzy
2015-02-12Move start_hidden to init_hudbar, rename start_hidden in register function to...Wuzzy
2015-02-12Minor refactoringWuzzy
2015-02-12Refactor settingsWuzzy
2015-02-12Fix bad initial breath value of 11Wuzzy
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