index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_client.cpp
Age
Commit message (
Expand
)
Author
2020-04-11
Various features and fixes
sfan5
2020-04-11
Implement minetest.sound_fade()
sfan5
2019-12-24
Use appropriate LC_ locale macro for Windows (#9230)
Montandalar
2019-11-11
[CSM] Fix and improve minetest.get_language()
sfan5
2019-11-11
[CSM] Implement minetest.get_csm_restrictions()
sfan5
2019-11-11
Refactor CSM restriction code a bit
sfan5
2019-11-09
Introduce get_modpath() for CSM
sfan5
2019-08-07
Unify wield item handling (#8677)
SmallJoker
2018-12-24
CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)
Loïc Blot
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin
2018-06-30
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
Loïc Blot
2018-06-26
Rename CSM flavours to restrictions
SmallJoker
2018-03-24
Cleanup sound manager class (#7158)
Loïc Blot
2018-02-10
Node definition manager refactor (#7016)
Dániel Juhász
2018-01-23
CSM: Remove screenshot API
red-001
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
2017-10-29
CSM: Add a way to get current locale from CSM
lisacvuk
2017-08-28
Clientevent refactor (#6320)
Loïc Blot
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2017-07-18
[CSM] Add flavour limits controlled by server (#5930)
Loïc Blot
2017-07-16
Chat protocol rewrite (#5117)
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-19
Client::makeScreenshot: remove device param
Loic Blot
2017-06-11
Sound: Add pitch option (#5960)
Rui
2017-06-07
[CSM] Add function to get player privileges (#5933)
red-001
2017-05-22
LINT fix & check all files with clang-format
Loic Blot
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-25
Fix various points reported by cppcheck (#5656)
Loïc Blot
2017-04-06
LINT: Switch whitelist check from egrep to awk
Loïc Blot
2017-04-06
[CSM] Add function to get the server protocol version. (#5529)
red-001
2017-04-06
Move LINT process in dedicated shell & fix
Loic Blot
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] Add local formspecs. (#5094)
red-001
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
[next]