index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
game
Age
Commit message (
Expand
)
Author
2018-06-03
Builtin auth handler: Speed up file writing (#7252)
SmallJoker
2018-06-03
core.rotate_node: Do not trigger after_place_node (#6900)
SmallJoker
2018-06-03
/shutdown can't do countdown when using reconnect and/or shutdown message (#7...
dopik
2018-06-03
Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393)
you
2018-06-03
Item entity: Delete in 'ignore' nodes
paramat
2018-06-03
Falling.lua: Delete falling node entities on contact with 'ignore'
paramat
2018-06-03
Add minetest.is_player (#7013)
you
2018-06-03
Builtin: Fix handle_node_drops crash with nil digger
SmallJoker
2018-06-03
Make use of safe file writing in auth handler (fixes #6576)
sfan5
2018-06-03
Fix default item callbacks to work with nil users (#5819)
raymoo
2018-06-03
Make dropped items colorable
Dániel Juhász
2018-06-03
Automatic item and node colorization (#5640)
Dániel Juhász
2017-06-02
Remove “inf” argument from shutdown command help (#5880)
Wuzzy
2017-05-20
Add /clearinv chat command (#4994)
Elijah Duffy
2017-05-06
Use a settings object for the main settings
ShadowNinja
2017-04-23
Player data to Database (#5475)
Loïc Blot
2017-04-22
Add /fixlight chat command
Dániel Juhász
2017-04-15
Implement delayed server shutdown with cancelation (#4664)
Loïc Blot
2017-04-08
Hardware coloring for itemstacks
Dániel Juhász
2017-04-08
Move chat command handling code from C++ to Lua (#5528)
red-001
2017-03-27
Map generation limit: Make per-world
paramat
2017-03-26
Change command prefix to "." and add "help" command.
red-001
2017-03-17
Give CSM access to use `core.colorize()` (#5113)
red-001
2017-03-15
Fix two nul deref if digging unknown nodes. (#5398)
Auke Kok
2017-03-13
[CSM] sound_play & sound_stop support + client_lua_api doc (#5096)
Loïc Blot
2017-03-13
[CSM] Add client-sided chat commands (#5092)
red-001
2017-03-11
Save metainfo for falling nodes
Vladislav Tsendrovskii
2017-03-10
Optimize item.lua
tenplus1
2017-03-04
Add minetest.spawn_falling_node(pos) (#5339)
zaoqi
2017-02-25
Fix crash that can be caused by the shutdown command. (#5292)
red-001
2017-02-18
Fixes for colorwallmounted and colorfacedir nodes
Dániel Juhász
2017-02-18
Statbars.lua: Cache enable_damage setting
tenplus1
2017-02-18
Add support for the new arguments of `request_shutdown` to the `/shutdown` ch...
red-001
2017-02-10
Add textures for air and ignore items (#5196)
Wuzzy
2017-01-31
Make facedir_to_dir and wallmounted_to_dir work with coloured nodes as well. ...
Nathanaël Courant
2017-01-23
core: Add dir_to_yaw and yaw_to_dir helpers
Auke Kok
2017-01-20
Add chatcommand unregister and override API (#5076)
Elijah Duffy
2017-01-18
Add minetest.player_exists() (#5064)
rubenwardy
2017-01-17
Improve priv descriptions (#5047)
Ezhh
2017-01-17
Remove client-side chat prediction. (#5055)
red-001
2017-01-09
Add staticdata parameter to add_entity (#5009)
Rui
2017-01-09
builtin/.../falling.lua: Avoid crash when hitting unknown nodes
sfan5
2017-01-04
Expose and document chatcommands as minetest.registered_chatcommands
rubenwardy
2016-12-31
Fix /grant & /revoke not working with custom auth handler (#4974)
Dorian Wouters
2016-12-21
Builtin/../falling.lua: Avoid crash when object pos over limit
paramat
2016-12-03
Don't send a join message in singleplayer mode.
red-001
2016-11-28
Allow restricting detached inventories to one player
sfan5
2016-11-23
Make supplying empty formspec strings close the formspec (#4737)
orwell96
2016-11-20
Tool break: Reduce gain of break sounds
paramat
2016-11-18
Builtin/../item: Enable tool breaking sounds
Auke Kok
[next]