summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 to...Wuzzy
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
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
2015-02-09hud.conf → hudbars.confWuzzy
2015-02-09Rename main table from “hud” to “hb”Wuzzy
2015-02-09Copy-editing in API.mdWuzzy
2015-02-09Allow hud.change_hudbar to change only one or no value of bothWuzzy
2015-02-09Update API documentation and bump minor versionWuzzy
2015-02-09Add proper function to initialize HUD barWuzzy
2015-02-09Use identifier instead of table in API functionsWuzzy
2015-02-07Bump minor version numberWuzzy
2015-02-07Update changelogWuzzy
2015-02-07Add initial API documentationWuzzy
2015-02-05Update changelog, add comment about SemVerWuzzy
2015-02-05Change color of breath barWuzzy
2015-02-05Update READMEWuzzy
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