aboutsummaryrefslogtreecommitdiff
path: root/src/client/client.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve core.sound_play with ephemeral sounds and player exclusionsfan52020-02-011-1/+1
* Map download: Escape ':' to '_' (#9235)Montandalar2020-01-111-3/+12
* Improve client-side packet receivingsfan52019-11-251-19/+16
* Fix clang-tidy and lint travis checkssfan52019-11-111-1/+1
* [CSM] Expose more env functionssfan52019-11-111-0/+13
* Refactor CSM restriction code a bitsfan52019-11-111-1/+13
* Be lenient with extra slashes for CSM pathssfan52019-11-091-1/+10
* Corrections to client_lua_api.txtsfan52019-11-091-0/+1
* Load client mods into memory before execution.sfan52019-11-091-11/+24
* Revert Client::sendPlayerPos optimization (part of 81c7f0a) (#9025)ANAND2019-10-081-2/+3
* client.cpp: Fix code-style in Client::sendPlayerPosANAND2019-09-141-21/+20
* Send ActiveObjects once right after Init2ANAND2019-09-141-2/+8
* Formspecs: Introduce formspec_version to modsSmallJoker2019-09-141-1/+2
* Load CSM environment after the restrictions are knownSmallJoker2019-09-141-19/+16
* Inventory: Send dirty lists where appropriate (#8742)SmallJoker2019-08-241-14/+16
* Revert "Don't send position update packet if player is dead"sfan52019-08-211-6/+2
* Don't send position update packet if player is deadANAND2019-08-201-2/+6
* Better F6 profiler (#8750)SmallJoker2019-08-131-1/+0
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-1/+1
* Client::Interact: Use InteractAction enum instead of numeric constantsANAND2019-08-071-10/+3
* Unify wield item handling (#8677)SmallJoker2019-08-071-17/+7
* Optimize usage of TOSERVER_GOTBLOCKS packetsfan52019-08-071-9/+17
* Remove unnecessary CSM warning (#8485)Paramat2019-04-281-7/+2
* Revert RTT fixes (#8187)ANAND2019-02-151-10/+2
* Consistent HP and damage types (#8167)SmallJoker2019-02-101-14/+3
* CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat2019-01-031-10/+26
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+1970