| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
minetest.get_feature() and minetest.has_feature()
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
minetest.chat_send_player()
|
| |
|
| |
|
|
|
|
| |
Fix health bar overlap when a larger texture is used
|
| |
|
| |
|
| |
|
|
|
|
| |
Improvements to get_all_craft_recipes (see api doc)
|
| |
|
| |
|
|
|
|
| |
Lua API.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Spawn single particles or make use of ParticleSpawner for many randomly spawned particles.
Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner.
Increase Protocol Version to 17.
Conflicts:
src/clientserver.h
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixed also game bug drawing dragged item behind fields, buttons etc.
|
|
|
|
| |
Nodes in this group will be dropped as items if the node under them or the node in the wallmounted direction is not walkable.
|
|
|
|
|
|
|
|
|
|
| |
Scripts can call minetest.register_on_shutdown() to register a
shutdown hook.
Document that minetest.register_on_shutdown() callbacks may not be run
If the server crashes, it is unlikely that callbacks registered using
minetest.register_on_shutdown() will be called.
|