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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clientmods
/
preview
/
init.lua
Age
Commit message (
Expand
)
Author
2022-08-02
Add `minetest.settings` to CSM API and allow CSMs to provide `settingtypes.tx...
AFCMS
2020-10-03
Lua API: Add register_on_chatcommand to SSM and CSM (#7862)
Elijah Duffy
2020-05-14
CSM: Bugfixes to camera:get_pos() and camera:get_fov()
sfan5
2020-04-11
Various features and fixes
sfan5
2019-11-11
[CSM] Fix and improve minetest.get_language()
sfan5
2019-11-11
[CSM] Implement minetest.get_csm_restrictions()
sfan5
2019-11-11
Run on_item_use CSM callback even if item is not marked usable
sfan5
2019-11-11
[CSM] Expose more env functions
sfan5
2019-11-09
[CSM] Remove non-functional minetest.get_day_count()
sfan5
2019-11-09
Introduce get_modpath() for CSM
sfan5
2018-06-06
CSM/SSM: Add on_mods_loaded callback (#7411)
Loïc Blot
2018-01-21
[CSM] Remove `on_connect` callback (#6941)
red-001
2018-01-20
[CSM] Add basic HUD manipulation. (#6067)
red-001
2017-10-02
[CSM] Add callback on open inventory (#5793)
Vincent Glize
2017-09-26
preview: try to send mod channel messages 4 seconds after joining, not after ...
Loic Blot
2017-09-26
Implement mod communication channels (#6351)
Loïc Blot
2017-06-30
Create a filesystem abstraction layer for CSM and only allow accessing files ...
red-001
2017-06-09
CSM: Fix documentation error for register_on_*_chat_messages (#5917)
DS
2017-06-07
[CSM] Add function to get player privileges (#5933)
red-001
2017-05-20
[CSM] Fix crash when the minimap is disabled. Caused by e25a38e
SmallJoker
2017-05-06
[CSM] add `on_item_use` (#5544)
red-001
2017-05-04
Add function to get server info.
red-001
2017-04-29
[CSM] Add event on_place_node API lua (#5548)
Vincent Glize
2017-04-14
[CSM] Add function to set minimap shape (#5569)
bigfoot547
2017-04-10
[CSM] Move `.list_players` and `.disconnect` to builtin. (#5550)
red-001
2017-04-08
[CSM] Add event on_connect player API lua (#5540)
Vincent Glize
2017-04-06
[CSM] Add function to get the server protocol version. (#5529)
red-001
2017-04-01
[CSM] Add function and chat command to disconnect from server. (#5487)
red-001
2017-03-22
[CSM] Add function to get player names in range (#5435)
bigfoot547
2017-03-17
Give CSM access to use `core.colorize()` (#5113)
red-001
2017-03-17
[CSM] Fix minimap problems (#5405)
Loïc Blot
2017-03-17
[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)
Loïc Blot
2017-03-16
[CSM] Add minimap API modifiers (#5399)
Loïc Blot
2017-03-16
Add ModStorageAPI to client side modding (#5396)
Loïc Blot
2017-03-13
Add `get_wielded_item`
red-001
2017-03-13
[CSM] Add `on_punchnode` callback
red-001
2017-03-13
[CSM] Add `get_node` and `get_node_or_nil`
red-001
2017-03-13
[CSM] Add `on_dignode` callback (#5140)
red-001
2017-03-13
[CSM] storage + fixes
Loic Blot
2017-03-13
[CSM] implement client side mod loading (#5123)
Loïc Blot