aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_client.cpp
AgeCommit message (Expand)Author
2022-10-18Implement vector and node conversion in Lua (#12609)Jude Melton-Houghton
2022-03-29Fix the documentation of InvRef:get_lists() and clean up code (#12150)DS
2021-09-10Clean up/improve some scriptapi error handling codesfan5
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2018-06-06CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot
2018-02-10Node 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-09CSM: Fix documentation error for register_on_*_chat_messages (#5917)DS
2017-05-20Fix 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` callbackred-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 moddingLoic Blot