aboutsummaryrefslogtreecommitdiff
path: root/doc/client_lua_api.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add vector.combine (#11920)Lars Müller2022-05-041-0/+1
* Continue with 5.6.0-devsfan52022-01-301-1/+1
* Split liquid_viscosity to liquid_viscosity and move_resistance (#10810)Wuzzy2021-10-011-3/+4
* Add bold, italic and monospace font styling for HUD text elements (#11478)sfan52021-07-271-0/+2
* Fix base64 validation and add unittests (#10515)Lars Müller2021-05-301-1/+3
* Add `minetest.colorspec_to_colorstring` (#10425)Vincent Robinson2021-04-231-3/+5
* Continue with 5.5.0-devsfan52021-02-231-1/+1
* Fix double word "true" in minetest.is_nan explanation (#10820)M.K2021-01-181-1/+1
* Various documentation fixes (#10692)SmallJoker2020-12-101-0/+1
* Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy2020-10-031-0/+5
* Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND2020-08-151-2/+2
* Implement grouped mode for find_nodes_in_area (#9888)sfan52020-07-141-5/+8
* Continue with 5.4.0-devsfan52020-07-091-1/+1
* CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan52020-05-141-1/+1
* Fix small typo (#9813)oilboi2020-05-051-1/+1
* Improve waypoints and add image variant (#9480)Lars Müller2020-04-111-1/+24
* Various features and fixessfan52020-04-111-5/+26
* Implement minetest.sound_fade()sfan52020-04-111-0/+7
* Continue with 5.3.0-devsfan52020-04-051-1/+1
* [CSM] Fix and improve minetest.get_language()sfan52019-11-111-1/+3
* [CSM] Implement minetest.get_csm_restrictions()sfan52019-11-111-0/+5
* [CSM] Expose more env functionssfan52019-11-111-0/+61
* [CSM] Remove non-functional minetest.get_day_count()sfan52019-11-091-2/+0
* Corrections to client_lua_api.txtsfan52019-11-091-24/+23
* Introduce get_modpath() for CSMsfan52019-11-091-0/+4
* Continue with 5.2.0-devsfan52019-10-121-1/+1
* Lua API documentation: Various fixes (#8914)SmallJoker2019-09-081-3/+0
* doc/client_lua_api: Clarify how client side api and mods start (#8822)Paul m. p. P2019-09-051-0/+10
* Continue with 5.1.0-devsfan52019-03-041-1/+1
* Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8...Loïc Blot2019-02-261-0/+65
* Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat2019-02-261-65/+0
* Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy2019-01-061-2/+6
* CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot2018-12-241-1/+1
* (client_)lua_api.txt: Rename func -> function (#7960)ClobberXD2018-12-121-15/+15
* Version scheme change: 0.5.0 -> 5.0.0 (#7449)Loïc Blot2018-06-151-1/+1
* CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot2018-06-061-0/+2
* Fix isNan on setYaw Lua call (#7380)Loïc Blot2018-05-311-0/+2
* CSM: Remove screenshot APIred-0012018-01-231-2/+0
* [CSM] Remove `on_connect` callback (#6941)red-0012018-01-211-16/+1
* [CSM] Add functions to create particles and particlespawners. (#6072)red-0012018-01-201-0/+64
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-201-0/+112
* Fix spelling mistakes in client_lua_api.txtBluebird2017-11-291-10/+10
* Client lua api documentation: .md -> .txtparamat2017-11-281-0/+1208
* Add disclaimer to client_lua_api.txt (#5391)rubenwardy2017-03-141-818/+0
* Add `get_wielded_item`red-0012017-03-131-0/+6
* [CSM] Add `on_punchnode` callbackred-0012017-03-131-4/+8
* [CSM] Add `get_node` and `get_node_or_nil`red-0012017-03-131-1/+7
* [CSM] Add `on_dignode` callback (#5140)red-0012017-03-131-0/+4
* [CSM] Add local formspecs. (#5094)red-0012017-03-131-2/+13
* [CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot2017-03-131-0/+787