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
/
src
/
script
/
cpp_api
/
s_client.cpp
Age
Commit message (
Expand
)
Author
2022-10-18
Implement vector and node conversion in Lua (#12609)
Jude Melton-Houghton
2022-03-29
Fix the documentation of InvRef:get_lists() and clean up code (#12150)
DS
2021-09-10
Clean up/improve some scriptapi error handling code
sfan5
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin
2018-06-30
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
Loïc Blot
2018-06-06
CSM/SSM: Add on_mods_loaded callback (#7411)
Loïc Blot
2018-02-10
Node definition manager refactor (#7016)
Dániel Juhász
2018-01-21
[CSM] Remove `on_connect` callback (#6941)
red-001
2017-10-02
[CSM] Add callback on open inventory (#5793)
Vincent Glize
2017-06-09
CSM: Fix documentation error for register_on_*_chat_messages (#5917)
DS
2017-05-20
Fix CSM crash (#5779)
red-001
2017-05-06
[CSM] add `on_item_use` (#5544)
red-001
2017-04-29
[CSM] Add event on_place_node API lua (#5548)
Vincent Glize
2017-04-08
[CSM] Add event on_connect player API lua (#5540)
Vincent Glize
2017-03-17
[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)
Loïc Blot
2017-03-13
[CSM] Add enable_client_modding param (default: false)
nerzhul
2017-03-13
[CSM] Add `on_punchnode` callback
red-001
2017-03-13
[CSM] Add `on_dignode` callback (#5140)
red-001
2017-03-13
[CSM] Add local formspecs. (#5094)
red-001
2017-03-13
[CSM] sound_play & sound_stop support + client_lua_api doc (#5096)
Loïc Blot
2017-03-13
[CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)
Loïc Blot
2017-03-13
[CSM] Client side modding
Loic Blot