aboutsummaryrefslogtreecommitdiff
path: root/src/client/client.cpp
AgeCommit message (Expand)Author
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2020-04-14Refactor texture overrides and add new features (#9600)Hugues Ross
2020-04-11A few initialization cleanupssfan5
2020-04-08Overall improvements to log messages (#9598)sfan5
2020-04-06Allow relative directories for `screenshot_path`, tweak default path (#9122)Hugo Locurcio
2020-02-16Basic model shading (#9374)Danila Shutov
2020-02-01Improve core.sound_play with ephemeral sounds and player exclusionsfan5
2020-01-11Map download: Escape ':' to '_' (#9235)Montandalar
2019-11-25Improve client-side packet receivingsfan5
2019-11-11Fix clang-tidy and lint travis checkssfan5
2019-11-11[CSM] Expose more env functionssfan5
2019-11-11Refactor CSM restriction code a bitsfan5
2019-11-09Be lenient with extra slashes for CSM pathssfan5
2019-11-09Corrections to client_lua_api.txtsfan5
2019-11-09Load client mods into memory before execution.sfan5
2019-10-08Revert Client::sendPlayerPos optimization (part of 81c7f0a) (#9025)ANAND
2019-09-14client.cpp: Fix code-style in Client::sendPlayerPosANAND
2019-09-14Send ActiveObjects once right after Init2ANAND
2019-09-14Formspecs: Introduce formspec_version to modsSmallJoker
2019-09-14Load CSM environment after the restrictions are knownSmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-21Revert "Don't send position update packet if player is dead"sfan5
2019-08-20Don't send position update packet if player is deadANAND
2019-08-13Better F6 profiler (#8750)SmallJoker
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2019-08-07Client::Interact: Use InteractAction enum instead of numeric constantsANAND
2019-08-07Unify wield item handling (#8677)SmallJoker
2019-08-07Optimize usage of TOSERVER_GOTBLOCKS packetsfan5
2019-04-28Remove unnecessary CSM warning (#8485)Paramat
2019-02-15Revert RTT fixes (#8187)ANAND
2019-02-10Consistent HP and damage types (#8167)SmallJoker
2019-01-03CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin