aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/statbars.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Respect object property hp_max field for players (#6287)SmallJoker2017-08-231-19/+30
| | | | | | | | | | | * Respect object property hp_max field for players This allows modders to configure the maximal HP per player * Statbars: Downscale bar to full 20 HP when exceeding this value Add default max HP for players and breath constants to builtin Document the constants * Rename PLAYER_MAX_HP -> PLAYER_MAX_HP_DEFAULT
* Use a settings object for the main settingsShadowNinja2017-05-061-1/+1
| | | | | | | This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
* Statbars.lua: Cache enable_damage settingtenplus12017-02-181-5/+5
|
* Hud: Modify Y-positioning of health/breath starbars to prevent overlapping ↵kwolekr2015-02-081-2/+2
| | | | with Hotbar
* Fix old client showing duplicated health bar on new serversapier2014-05-111-0/+3
| | | | | Fix client not showing hearts and bubbles on connecting to old server Fix server not remembering hud flags correctly
* Fix healthbar not beeing hidden on disabled damagesapier2014-05-101-2/+4
|
* Use "core" namespace internallyShadowNinja2014-05-081-6/+6
|
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+160