minetest/src/script
SmallJoker f7d50a8078 Respect object property hp_max field for players (#6287)
* 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
2017-08-23 22:32:10 +02:00
..
common Respect object property hp_max field for players (#6287) 2017-08-23 22:32:10 +02:00
cpp_api Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
lua_api Respect object property hp_max field for players (#6287) 2017-08-23 22:32:10 +02:00
CMakeLists.txt Rename Scripting API files for consistency 2017-04-25 13:41:36 -04:00
scripting_client.cpp Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
scripting_client.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
scripting_mainmenu.cpp Optimize headers (part 2) (#6272) 2017-08-18 19:25:07 +02:00
scripting_mainmenu.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
scripting_server.cpp Expose getPointedThing to Lua 2017-07-07 22:28:23 +01:00
scripting_server.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00