]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_client.h
Run Lint Script
[dragonfireclient.git] / src / script / lua_api / l_client.h
2020-11-05 Elias FleckensteinRun Lint Script 05-11-2020
2020-11-05 Elias FleckensteinMerge pull request #10 from corarona/master
2020-11-05 coraronaapi-screenshot: change function name to make_screenshot
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-10-27 coralua api: add core.take_screenshot()
2020-10-18 Elias FleckensteinAdded the API additions from waspsaliva
2020-10-18 Elias FleckensteinMake lint happy; Remove stupid redirector
2020-10-05 Elias FleckensteinAdded minetest.drop_selected_item(), Improved AutoEject
2020-10-04 Elias FleckensteinThe Robot Update
2020-08-22 Elias FleckensteinAdded minetest.get_inventory(location)
2020-08-22 Elias FleckensteinAdded Documentation for Additional API
2020-07-18 Elias FleckensteinAdded customizable keybindings, improved freecam, added...
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-06-23 Elias Fleckensteintest
2020-04-11 sfan5Implement minetest.sound_fade()
2019-11-11 sfan5[CSM] Implement minetest.get_csm_restrictions()
2019-11-09 sfan5Introduce get_modpath() for CSM
2018-01-23 red-001CSM: Remove screenshot API
2017-10-29 lisacvukCSM: Add a way to get current locale from CSM
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-15 Loic BlotRevert "CSM: Revert "[CSM] Add send_chat_message and...
2017-07-15 rubenwardyCSM: Revert "[CSM] Add send_chat_message and run_server...
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-07 red-001[CSM] Add function to get player privileges (#5933)
2017-05-21 Pierre-Adrien Lang... [CSM] Add send_chat_message and run_server_chatcommand...
2017-05-21 Loic BlotFix LINT broken by dfa0c15ce045705f05487d623dc7beca6c945b4b
2017-05-21 bigfoot547[CSM] Add function to get the definition of items ...
2017-05-20 SmallJoker[CSM] Correct the log destination of print() (#5784)
2017-05-04 red-001Add function to get server info.
2017-04-29 Vincent Glize[CSM] add screenshot api lua (#5674)
2017-04-06 red-001[CSM] Add function to get the server protocol version...
2017-04-06 red-001[CSM] Add support for positional audio. (#5516)
2017-04-04 red-001[CSM] Add local node meta reference. (#5508)
2017-04-01 red-001[CSM] Add function and chat command to disconnect from...
2017-03-31 Loic BlotFix clang-format Columns Width
2017-03-22 bigfoot547[CSM] Add function to get player names in range (#5435)
2017-03-13 red-001Add `get_wielded_item`
2017-03-13 red-001[CSM] Add `get_node` and `get_node_or_nil`
2017-03-13 Loic Blot[CSM] storage + fixes
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...
2017-03-13 red-001[CSM] Add client-sided chat commands (#5092)
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2017-03-13 Loic Blot[CSM] Client side modding