]> git.lizzy.rs Git - minetest.git/history - builtin/client
Fix Enter key after creating a new world (#12997)
[minetest.git] / builtin / client /
2022-10-18 Jude Melton-HoughtonImplement vector and node conversion in Lua (#12609)
2022-08-02 AFCMSAdd `minetest.settings` to CSM API and allow CSMs to...
2022-07-23 Jude Melton-HoughtonLet core.get_mod_storage be called multiple times ...
2022-05-09 Lars MüllerFix Minetest blaming the wrong mod for errors (#12241)
2021-07-12 WuzzyRemove hardcoded "You died." message in chat (#11443)
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-03-05 WuzzyTranslate builtin (#10693)
2020-10-21 DSAdd documentation to builtin core.run_callbacks (#10494)
2020-10-03 Elijah DuffyLua API: Add register_on_chatcommand to SSM and CSM...
2019-08-06 rubenwardyAdd luacheck to check builtin (#7895)
2018-12-24 Loïc BlotCSM: add requested CSM_RF_READ_PLAYERINFO (#8007)
2018-11-24 ParamatCSM: Don't create the client script environment if...
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-01-21 red-001[CSM] Remove `on_connect` callback (#6941)
2017-10-02 Vincent Glize[CSM] Add callback on open inventory (#5793)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-07-15 Loic BlotRevert "CSM: Revert "[CSM] Add send_chat_message and...
2017-07-15 rubenwardyCSM: Revert "[CSM] Add send_chat_message and run_server...
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-09 DSCSM: Fix documentation error for register_on_*_chat_mes...
2017-05-21 Pierre-Adrien Lang... [CSM] Add send_chat_message and run_server_chatcommand...
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