Age | Commit message (Collapse) | Author |
|
Rebased by Zeno- (conflict in lua_api.txt)
|
|
ActiveObjectType. * Merge content_object.h into activeobject.h * Remove DummyLoadSAO, it's now unused. * Remove ItemSAO, it's also unused
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
brightness
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/script/lua_api/l_object.cpp
|
|
|
|
|
|
|
|
|
|
|
|
On the lua side, notably minetest.env:<function>(<args>) should now
be replaced by minetest.<function>(<args>).
The old way is and will stay supported for a long time.
Also:
Update and clean up lua_api.txt (by celeron55)
Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
|