aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_client.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sounds: Various little improvements (#12486)SmallJoker2022-07-091-12/+14
* Various features and fixessfan52020-04-111-17/+9
* Implement minetest.sound_fade()sfan52020-04-111-3/+19
* Use appropriate LC_ locale macro for Windows (#9230)Montandalar2019-12-241-0/+4
* [CSM] Fix and improve minetest.get_language()sfan52019-11-111-2/+7
* [CSM] Implement minetest.get_csm_restrictions()sfan52019-11-111-0/+35
* Refactor CSM restriction code a bitsfan52019-11-111-18/+8
* Introduce get_modpath() for CSMsfan52019-11-091-0/+12
* Unify wield item handling (#8677)SmallJoker2019-08-071-10/+6
* CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot2018-12-241-0/+7
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-2/+2
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-4/+4
* Rename CSM flavours to restrictionsSmallJoker2018-06-261-3/+13
* Cleanup sound manager class (#7158)Loïc Blot2018-03-241-0/+1
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-1/+1
* CSM: Remove screenshot APIred-0012018-01-231-8/+0
* Move files to subdirectories (#6599)Vitaliy2017-11-081-1/+1
* CSM: Add a way to get current locale from CSMlisacvuk2017-10-291-0/+8
* Clientevent refactor (#6320)Loïc Blot2017-08-281-4/+5
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-1/+0
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-1/+0
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-0/+1
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-181-15/+12
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-1/+2
* Revert "CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand""Loic Blot2017-07-151-0/+19
* CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand"rubenwardy2017-07-151-19/+0
* Create a filesystem abstraction layer for CSM and only allow accessing files ...red-0012017-06-301-0/+9
* Client::makeScreenshot: remove device paramLoic Blot2017-06-191-1/+1
* Sound: Add pitch option (#5960)Rui2017-06-111-3/+5
* [CSM] Add function to get player privileges (#5933)red-0012017-06-071-0/+11
* LINT fix & check all files with clang-formatLoic Blot2017-05-221-1/+1
* [CSM] Add send_chat_message and run_server_chatcommand API functions (#5747)Pierre-Adrien Langrognet2017-05-211-0/+19
* Fix LINT broken by dfa0c15ce045705f05487d623dc7beca6c945b4bLoic Blot2017-05-211-9/+9
* [CSM] Add function to get the definition of items (#5732)bigfoot5472017-05-211-0/+47
* [CSM] Correct the log destination of print() (#5784)SmallJoker2017-05-201-0/+10
* Add function to get server info.red-0012017-05-041-4/+14
* [CSM] add screenshot api lua (#5674)Vincent Glize2017-04-291-0/+8
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-251-1/+1
* LINT: Switch whitelist check from egrep to awkLoïc Blot2017-04-061-2/+2
* [CSM] Add function to get the server protocol version. (#5529)red-0012017-04-061-0/+8
* Move LINT process in dedicated shell & fixLoic Blot2017-04-061-4/+5
* [CSM] Add support for positional audio. (#5516)red-0012017-04-061-0/+41
* [CSM] Add local node meta reference. (#5508)red-0012017-04-041-0/+13
* [CSM] Add function and chat command to disconnect from server. (#5487)red-0012017-04-011-0/+18
* Fix clang-format Columns WidthLoic Blot2017-03-311-7/+6
* [CSM] Add function to get player names in range (#5435)bigfoot5472017-03-221-0/+17
* Add `get_wielded_item`red-0012017-03-131-0/+19
* [CSM] Add `get_node` and `get_node_or_nil`red-0012017-03-131-0/+37
* [CSM] Add local formspecs. (#5094)red-0012017-03-131-2/+43
* [CSM] Add client-sided chat commands (#5092)red-0012017-03-131-0/+23