summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2016-11-22Fix possible crash after player leftWuzzy
2016-11-09Fix outdated inttlib boilerplateWuzzy
2016-08-11Fix some Luacheck warningsWuzzy
2016-08-08Add another string for translationWuzzy
2016-08-05Add breath background icon for statbar_modernWuzzy
2016-08-05Bugfix: statbar_modern was not correctly hiddenWuzzy
2016-08-05Move text 1px up so it fits better into boxWuzzy
2016-08-05Add intllib supportWuzzy
2016-07-231.4.1: Fix bug in hb.change_hudbar being a no-opWuzzy
2016-07-03Allow to change HUD bar images and label laterWuzzy
2016-07-02Remove redundant commenRemove redundant commentWuzzy
2016-07-02Fix hudbars_tick = hudbars_vmarginWuzzy
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