Fix heart + bubble bar size on different texture packs
authorsapier <Sapier at GMX dot net>
Mon, 28 Apr 2014 21:41:27 +0000 (23:41 +0200)
committersapier <Sapier at GMX dot net>
Wed, 7 May 2014 19:46:27 +0000 (21:46 +0200)
commitd3ee617f37984b380ebe32cd37ef1cda66d96c48
treeff40e272e0b5ab7525d66ddd3b98fa3eed71a496
parentc80d67f48e2011c88bbb9e755ee4f5e7f5391f63
Fix heart + bubble bar size on different texture packs
Add DPI support for statbar
Move heart+bubble bar to Lua HUD
Add statbar size (based upon an idea by blue42u)
Add support for customizing breath and statbar
15 files changed:
builtin/builtin.lua
builtin/misc_register.lua
builtin/statbars.lua [new file with mode: 0644]
doc/lua_api.txt
src/client.cpp
src/client.h
src/clientserver.h
src/game.cpp
src/hud.cpp
src/hud.h
src/script/cpp_api/s_env.cpp
src/script/cpp_api/s_env.h
src/script/lua_api/l_object.cpp
src/script/lua_api/l_object.h
src/server.cpp