index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_client.h
Age
Commit message (
Expand
)
Author
2021-02-18
Port formspec API from waspsaliva
Elias Fleckenstein
2021-01-07
Add minetest.interact
Elias Fleckenstein
2020-11-05
Run Lint Script
05-11-2020
Elias Fleckenstein
2020-11-05
api-screenshot: change function name to make_screenshot
corarona
2020-10-27
lua api: add core.take_screenshot()
cora
2020-10-18
Added the API additions from waspsaliva
Elias Fleckenstein
2020-10-18
Make lint happy; Remove stupid redirector
Elias Fleckenstein
2020-10-05
Added minetest.drop_selected_item(), Improved AutoEject
Elias Fleckenstein
2020-10-04
The Robot Update
Elias Fleckenstein
2020-08-22
Added minetest.get_inventory(location)
Elias Fleckenstein
2020-08-22
Added Documentation for Additional API
Elias Fleckenstein
2020-07-18
Added customizable keybindings, improved freecam, added special inventory key...
Elias Fleckenstein
2020-07-18
Update to minetest 5.4.0-dev
Elias Fleckenstein
2020-06-23
test
Elias Fleckenstein
2020-04-11
Implement minetest.sound_fade()
sfan5
2019-11-11
[CSM] Implement minetest.get_csm_restrictions()
sfan5
2019-11-09
Introduce get_modpath() for CSM
sfan5
2018-01-23
CSM: Remove screenshot API
red-001
2017-10-29
CSM: Add a way to get current locale from CSM
lisacvuk
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-07-18
[CSM] Add flavour limits controlled by server (#5930)
Loïc Blot
2017-07-15
Revert "CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand""
Loic Blot
2017-07-15
CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand"
rubenwardy
2017-06-30
Create a filesystem abstraction layer for CSM and only allow accessing files ...
red-001
2017-06-07
[CSM] Add function to get player privileges (#5933)
red-001
2017-05-21
[CSM] Add send_chat_message and run_server_chatcommand API functions (#5747)
Pierre-Adrien Langrognet
2017-05-21
Fix LINT broken by dfa0c15ce045705f05487d623dc7beca6c945b4b
Loic Blot
2017-05-21
[CSM] Add function to get the definition of items (#5732)
bigfoot547
2017-05-20
[CSM] Correct the log destination of print() (#5784)
SmallJoker
2017-05-04
Add function to get server info.
red-001
2017-04-29
[CSM] add screenshot api lua (#5674)
Vincent Glize
2017-04-06
[CSM] Add function to get the server protocol version. (#5529)
red-001
2017-04-06
[CSM] Add support for positional audio. (#5516)
red-001
2017-04-04
[CSM] Add local node meta reference. (#5508)
red-001
2017-04-01
[CSM] Add function and chat command to disconnect from server. (#5487)
red-001
2017-03-31
Fix clang-format Columns Width
Loic Blot
2017-03-22
[CSM] Add function to get player names in range (#5435)
bigfoot547
2017-03-13
Add `get_wielded_item`
red-001
2017-03-13
[CSM] Add `get_node` and `get_node_or_nil`
red-001
2017-03-13
[CSM] storage + fixes
Loic Blot
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 client-sided chat commands (#5092)
red-001
2017-03-13
[CSM] Add method that display chat to client-sided lua. (#5089) (#5091)
red-001
2017-03-13
[CSM] Client side modding
Loic Blot