| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
Those functions are:
* minetest.get_ban_list()
* minetest.get_ban_description(ip_or_name)
* minetest.ban_player(name)
* minetest.unban_player_or_ip(ip_or_name)
|
|
|
|
|
|
| |
minetest.get_server_status()
minetest.request_shutdown()
EnvRef:clear_objects()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
after_destruct for quick skipping when a node does not have them
|
| |
|
|
|
|
| |
empty in minimal game
|
| |
|
|
|
|
| |
values in formspec
|
| |
|
|
|
|
| |
a string to aid better inter-object compatibility of code that assumes objects to be players
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|