Add configurable key bindings for hotbar scrolling, and for changing volume.
[oweals/minetest.git] / builtin / client /
2017-05-06 red-001[CSM] add `on_item_use` (#5544)
2017-04-29 Vincent Glize[CSM] Add event on_place_node API lua (#5548)
2017-04-11 red-001[CSM] Allow escaping chatcommands and add missing calls...
2017-04-10 red-001[CSM] Use more gettext (#5553)
2017-04-10 red-001[CSM] Move `.list_players` and `.disconnect` to builtin...
2017-04-08 Vincent Glize[CSM] Add event on_connect player API lua (#5540)
2017-04-06 Loic BlotExpose vector helpers to CSM
2017-03-26 red-001Change command prefix to "." and add "help" command.
2017-03-13 red-001[CSM] Add `on_punchnode` callback
2017-03-13 red-001[CSM] Add `on_dignode` callback (#5140)
2017-03-13 red-001[CSM] Improve security for client-sided mods (#5100)
2017-03-13 Loïc Blot[CSM] implement client side mod loading (#5123)
2017-03-13 red-001[CSM] Add local formspecs. (#5094)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-03-13 red-001[CSM] Add client-sided chat commands (#5092)
2017-03-13 Loïc Blot[CSM] Add on_death, on_hp_modification & oh_damage_take...
2017-03-13 Loic Blot[CSM] Client side modding