index
:
minetest_hudbars
master
origin/HEAD
origin/hud_replace
origin/master
origin/playertest
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2015-02-14
Fix race condition-like bug
origin/playertest
Wuzzy
2015-02-12
Add workaround for bad initial breath value
Wuzzy
2015-02-12
Declare release 1.0.0
Wuzzy
2015-02-12
Update changelog
Wuzzy
2015-02-12
Copy-editing of README.txt
Wuzzy
2015-02-12
Final fixes to API documentation
Wuzzy
2015-02-12
Fix add_all
Wuzzy
2015-02-12
Move start_hidden to init_hudbar, rename start_hidden in register function ↵
Wuzzy
to default_start_hidden
2015-02-12
Update changelog
Wuzzy
2015-02-12
Increment minor version number
Wuzzy
2015-02-12
Minor refactoring
Wuzzy
2015-02-12
Refactor settings
Wuzzy
2015-02-12
Fix bad initial breath value of 11
Wuzzy
2015-02-12
Add basic error reporting for bad value/max combinations
Wuzzy
2015-02-12
Only affect health- and breathbar in hide_buildin
Wuzzy
... and leave other HUD elements in peace.
2015-02-12
Do not register health/breath bar if damage is off
Wuzzy
2015-02-12
Add new function: hb.get_hudbar_state
Wuzzy
2015-02-12
Mention the keywords “health” and “breath”
Wuzzy
2015-02-12
Harden code against missing icon
Wuzzy
2015-02-12
Fix start_hidden parameter
Wuzzy
2015-02-12
Make breath and health use API instead
Wuzzy
2015-02-11
Rename “start_hide” to “start_hidden”
Wuzzy
2015-02-11
Fix documentation on hb.register_hudbar
Wuzzy
2015-02-11
Update documentation about internal stuff about changing and hiding
Wuzzy
2015-02-11
Optimize hb.change_hudbar to change hud_change less times
Wuzzy
2015-02-09
Update changelog
Wuzzy
2015-02-09
Remove .gitignore and .gitignore
Wuzzy
Nothing of this was project-specific; so no justification to keep them with this repository.
2015-02-09
hud.conf → hudbars.conf
Wuzzy
2015-02-09
Rename main table from “hud” to “hb”
Wuzzy
2015-02-09
Copy-editing in API.md
Wuzzy
2015-02-09
Allow hud.change_hudbar to change only one or no value of both
Wuzzy
2015-02-09
Update API documentation and bump minor version
Wuzzy
2015-02-09
Add proper function to initialize HUD bar
Wuzzy
2015-02-09
Use identifier instead of table in API functions
Wuzzy
2015-02-07
Bump minor version number
Wuzzy
2015-02-07
Update changelog
Wuzzy
2015-02-07
Add initial API documentation
Wuzzy
2015-02-05
Update changelog, add comment about SemVer
Wuzzy
2015-02-05
Change color of breath bar
Wuzzy
2015-02-05
Update README
Wuzzy
2015-02-04
Fix division by zero in hud.value_to_barlength
Wuzzy
2015-02-04
Add forgotten 0/0 corner cases
Wuzzy
2015-02-04
Hide bar background when max == 0
Wuzzy
The bars are intended to show the ratio between value and max. For a max of 0 (which implies a value of 0), this implies a value/max ratio of 0/0, which is undefined. Therefore, for this very special case, we just hide the bar altogether.
2015-02-04
Allow freely chosen texture names for custom bars
Wuzzy
2015-02-04
Fix bug preventing change of custom HUD bars
Wuzzy
2015-02-04
Set hudstate and hudids directly in add_all
Wuzzy
2015-02-04
Move custom hudbars down by 1 iff damage disabled
Wuzzy
2015-02-04
Align custom hudbars properly
Wuzzy
2015-02-04
Add hide and unhide functions for bars
Wuzzy
2015-02-04
Add API functions to add and modify custom bars
Wuzzy
[next]