aboutsummaryrefslogtreecommitdiff
path: root/src/clientiface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce block load glitchesLars Hofhansl2018-07-121-1/+1
* Zoom: Correctly verify client passed zoom at the server (#7526)lhofhansl2018-07-031-1/+4
* Use server's zoom fov for distant world loading.Lars Hofhansl2018-05-151-16/+5
* FOV: Raise lower limit to avoid zoom-loading of distant world (#7234)Paramat2018-04-151-5/+23
* Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...Loic Blot2018-03-091-0/+9
* Turn off verbose info message introduced accidentally with ae9b1aaLars Hofhansl2017-11-291-1/+1
* Allow zoom to actually show more data.Lars Hofhansl2017-11-151-13/+14
* Reduce server FOV with forward speedLars Hofhansl2017-10-251-1/+9
* Set range of blocks to retrieve per roundtrip to 2.Lars Hofhansl2017-10-191-1/+1
* Cache server config settings. (#6530)lhofhansl2017-10-151-51/+47
* Retrieve a small cone of blocks in the direction of the players velocity.Lars Hofhansl2017-10-131-8/+31
* Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11Loic Blot2017-09-271-5/+5
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-271-12/+13
* Network: Fix logging into older worlds with base64 hashesSmallJoker2017-09-121-2/+4
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-121-6/+3
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-3/+0
* Network cleanup (#6302)Loïc Blot2017-08-241-1/+1
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-33/+22
* ClientInterface: add a function to verify (correctly) if user limit was reach...Loïc Blot2017-08-161-4/+13
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-3/+2
* Player::getSpeed/setSpeed use const refsLoic Blot2017-08-141-1/+1
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-0/+26
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-6/+5
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-16/+14
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-261-2/+2
* Various code cleanup & little performance improvement on HTTP download (#5772)Loïc Blot2017-05-201-1/+1
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-061-1/+1
* Clean up getTime helpersShadowNinja2017-04-281-1/+1
* ClientIface::sendToAll: honor packet configuration (#5590)Loïc Blot2017-04-141-5/+7
* Map generation limit: Rewriteparamat2017-03-201-2/+2
* Use true distance for block priority.Lars Hofhansl2017-03-151-3/+3
* Allow server side occlusion culling.Lars Hofhansl2017-03-111-0/+8
* Lighting: Update lighting at block loadingDániel Juhász2017-02-131-6/+0
* Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-0012017-01-201-1/+0
* Move ServerEnvironment to dedicated cpp/header filesLoic Blot2017-01-081-1/+1
* Optimize block sent: Fix rendering issueLars Hofhansl2016-12-031-1/+1
* Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...lhofhansl2016-11-301-4/+11
* Fix incorrect distance computation for visible blocks (#4765)Rogier-52016-11-111-1/+1
* Retrieve mapblocks from the server in a sphere, not a cubeLars Hofhansl2016-11-081-1/+2
* Don't use reduced vertical limits for mapblock send and generationLars Hofhansl2016-11-071-10/+0
* Optionally disable optimization that causes underwater and cave rendering gli...lhofhansl2016-10-301-1/+3
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-301-5/+9
* Move RemotePlayer code to its own cpp/headerLoic Blot2016-10-081-1/+1
* Optimize ClientIface::getPlayerNames(): return const ref instead a copy of al...Loic Blot2016-10-081-6/+0
* More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot2016-10-081-8/+5
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-051-35/+20
* Resend blocks when modified while sending to clientJeija2016-03-121-6/+12
* Reset block send timer when invoking setBlock(s)NotSent()orwell962016-02-221-0/+2
* Rename macros with two leading underscoresShadowNinja2015-10-141-1/+1
* Make ClientInterface::statenames consistent with the state enum againest312015-08-311-2/+4