aboutsummaryrefslogtreecommitdiff
path: root/doc/client_lua_api.txt
AgeCommit message (Expand)Author
2021-03-09Add documentationhud_font_styleElias Fleckenstein
2021-02-23Continue with 5.5.0-devsfan5
2021-01-18Fix double word "true" in minetest.is_nan explanation (#10820)M.K
2020-12-10Various documentation fixes (#10692)SmallJoker
2020-10-03Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy
2020-08-15Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND
2020-07-14Implement grouped mode for find_nodes_in_area (#9888)sfan5
2020-07-09Continue with 5.4.0-devsfan5
2020-05-14CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan5
2020-05-05Fix small typo (#9813)oilboi
2020-04-11Improve waypoints and add image variant (#9480)Lars Müller
2020-04-11Various features and fixessfan5
2020-04-11Implement minetest.sound_fade()sfan5
2020-04-05Continue with 5.3.0-devsfan5
2019-11-11[CSM] Fix and improve minetest.get_language()sfan5
2019-11-11[CSM] Implement minetest.get_csm_restrictions()sfan5
2019-11-11[CSM] Expose more env functionssfan5
2019-11-09[CSM] Remove non-functional minetest.get_day_count()sfan5
2019-11-09Corrections to client_lua_api.txtsfan5
2019-11-09Introduce get_modpath() for CSMsfan5
2019-10-12Continue with 5.2.0-devsfan5
2019-09-08Lua API documentation: Various fixes (#8914)SmallJoker
2019-09-05doc/client_lua_api: Clarify how client side api and mods start (#8822)Paul m. p. P
2019-03-04Continue with 5.1.0-devsfan5
2019-02-26Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8...Loïc Blot
2019-02-26Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat
2019-01-06Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy
2018-12-24CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot
2018-12-12(client_)lua_api.txt: Rename func -> function (#7960)ClobberXD
2018-06-15Version scheme change: 0.5.0 -> 5.0.0 (#7449)Loïc Blot
2018-06-06CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot
2018-05-31Fix isNan on setYaw Lua call (#7380)Loïc Blot
2018-01-23CSM: Remove screenshot APIred-001
2018-01-21[CSM] Remove `on_connect` callback (#6941)red-001
2018-01-20[CSM] Add functions to create particles and particlespawners. (#6072)red-001
2018-01-20[CSM] Add basic HUD manipulation. (#6067)red-001
2017-11-29Fix spelling mistakes in client_lua_api.txtBluebird
2017-11-28Client lua api documentation: .md -> .txtparamat
2017-03-14Add disclaimer to client_lua_api.txt (#5391)rubenwardy
2017-03-13Add `get_wielded_item`red-001
2017-03-13[CSM] Add `on_punchnode` callbackred-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] Add local formspecs. (#5094)red-001
2017-03-13[CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot