summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-25Forceload default HUD bars, fixing a crash when changing enable_damage in-gameWuzzy
2015-05-21Declare version 1.2.0Wuzzy
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-20Update changelogWuzzy
2015-05-20Update API.md on iconsWuzzy
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
For those nostalgists. ;-)
2015-05-19Rename display_mode to alignment_patternWuzzy
2015-05-19Add preliminary display mode settingWuzzy
Intentionally not in README.txt yet, because the positions cannot be set in minetest.conf yet.
2015-05-19Code cleanupWuzzy
2015-05-19Add HUD bar sorting featureWuzzy
2015-03-23Update changelog and release 1.1.0Wuzzy
2015-03-23Add setting to configure breath bar auto-hidingWuzzy
2015-03-04Increment version and update changelogWuzzy
2015-03-04Adjust default HUD bars position for MT 0.4.12Wuzzy
2015-02-23Version 1.0.2Wuzzy
2015-02-23Remove pointless delays and useless codeWuzzy
2015-02-23Fix HUD elements disappearing for reconnectorsWuzzy
2015-02-21Set version to 1.0.1Wuzzy
2015-02-14Fix race condition-like bugorigin/playertestWuzzy
2015-02-12Add workaround for bad initial breath valueWuzzy
2015-02-12Declare release 1.0.0Wuzzy
2015-02-12Update changelogWuzzy
2015-02-12Copy-editing of README.txtWuzzy
2015-02-12Final fixes to API documentationWuzzy
2015-02-12Fix add_allWuzzy
2015-02-12Move start_hidden to init_hudbar, rename start_hidden in register function ↵Wuzzy
to default_start_hidden
2015-02-12Update changelogWuzzy
2015-02-12Increment minor version numberWuzzy
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
... and leave other HUD elements in peace.
2015-02-12Do not register health/breath bar if damage is offWuzzy
2015-02-12Add new function: hb.get_hudbar_stateWuzzy
2015-02-12Mention the keywords “health” and “breath”Wuzzy
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-11Fix documentation on hb.register_hudbarWuzzy
2015-02-11Update documentation about internal stuff about changing and hidingWuzzy
2015-02-11Optimize hb.change_hudbar to change hud_change less timesWuzzy
2015-02-09Update changelogWuzzy
2015-02-09Remove .gitignore and .gitignoreWuzzy
Nothing of this was project-specific; so no justification to keep them with this repository.