Fix bone-attached entities (#10015)
[oweals/minetest.git] / clientmods /
2020-05-14 sfan5CSM: Bugfixes to camera:get_pos() and camera:get_fov()
2020-04-11 sfan5Various features and fixes
2019-11-11 sfan5[CSM] Fix and improve minetest.get_language()
2019-11-11 sfan5[CSM] Implement minetest.get_csm_restrictions()
2019-11-11 sfan5Run on_item_use CSM callback even if item is not marked...
2019-11-11 sfan5[CSM] Expose more env functions
2019-11-09 sfan5Be lenient with extra slashes for CSM paths
2019-11-09 sfan5[CSM] Remove non-functional minetest.get_day_count()
2019-11-09 sfan5Introduce get_modpath() for CSM
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-01-21 red-001[CSM] Remove `on_connect` callback (#6941)
2018-01-20 red-001[CSM] Add basic HUD manipulation. (#6067)
2017-10-02 Vincent Glize[CSM] Add callback on open inventory (#5793)
2017-09-26 Loic Blotpreview: try to send mod channel messages 4 seconds...
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
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-06-07 red-001[CSM] Add function to get player privileges (#5933)
2017-05-20 SmallJoker[CSM] Fix crash when the minimap is disabled. Caused...
2017-05-06 red-001[CSM] add `on_item_use` (#5544)
2017-05-04 red-001Add function to get server info.
2017-04-29 Vincent Glize[CSM] Add event on_place_node API lua (#5548)
2017-04-14 bigfoot547[CSM] Add function to set minimap shape (#5569)
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 red-001[CSM] Add function to get the server protocol version...
2017-04-01 red-001[CSM] Add function and chat command to disconnect from...
2017-03-22 bigfoot547[CSM] Add function to get player names in range (#5435)
2017-03-17 red-001Give CSM access to use `core.colorize()` (#5113)
2017-03-17 Loïc Blot[CSM] Fix minimap problems (#5405)
2017-03-17 Loïc Blot[CSM] Add core.get_timeofday & core.get_day_count env...
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-16 Loïc BlotAdd ModStorageAPI to client side modding (#5396)
2017-03-13 red-001Add `get_wielded_item`
2017-03-13 red-001[CSM] Add `on_punchnode` callback
2017-03-13 red-001[CSM] Add `get_node` and `get_node_or_nil`
2017-03-13 red-001[CSM] Add `on_dignode` callback (#5140)
2017-03-13 Loic Blot[CSM] storage + fixes
2017-03-13 Loïc Blot[CSM] implement client side mod loading (#5123)