]> git.lizzy.rs Git - dragonfireclient.git/history - doc/client_lua_api.txt
[CSM] Remove non-functional minetest.get_day_count()
[dragonfireclient.git] / doc / client_lua_api.txt
2019-11-09 sfan5[CSM] Remove non-functional minetest.get_day_count()
2019-11-09 sfan5Corrections to client_lua_api.txt
2019-11-09 sfan5Introduce get_modpath() for CSM
2019-10-12 sfan5Continue with 5.2.0-dev
2019-09-08 SmallJokerLua API documentation: Various fixes (#8914)
2019-09-05 Paul m. p. Pdoc/client_lua_api: Clarify how client side api and...
2019-03-04 sfan5Continue with 5.1.0-dev
2019-02-26 Loïc BlotRevert "Revert CSM particles commit to fix particle...
2019-02-26 ParamatRevert CSM particles commit to fix particle spawner...
2019-01-06 rubenwardyDeprecate modpack.txt and use modpack.conf instead...
2018-12-24 Loïc BlotCSM: add requested CSM_RF_READ_PLAYERINFO (#8007)
2018-12-12 ClobberXD(client_)lua_api.txt: Rename func -> function (#7960)
2018-06-15 Loïc BlotVersion scheme change: 0.5.0 -> 5.0.0 (#7449)
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-05-31 Loïc BlotFix isNan on setYaw Lua call (#7380)
2018-01-23 red-001CSM: Remove screenshot API
2018-01-21 red-001[CSM] Remove `on_connect` callback (#6941)
2018-01-20 red-001[CSM] Add functions to create particles and particlespa...
2018-01-20 red-001[CSM] Add basic HUD manipulation. (#6067)
2017-11-29 BluebirdFix spelling mistakes in client_lua_api.txt
2017-11-28 paramatClient lua api documentation: .md -> .txt
2017-03-14 rubenwardyAdd disclaimer to client_lua_api.txt (#5391)
2017-03-13 red-001Add `get_wielded_item`
2017-03-13 red-001[CSM] Add `on_punchnode` callback
2017-03-13 red-001[CSM] Add `get_node` and `get_node_or_nil`
2017-03-13 red-001[CSM] Add `on_dignode` callback (#5140)
2017-03-13 red-001[CSM] Add local formspecs. (#5094)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...