aboutsummaryrefslogtreecommitdiff
path: root/src/clientiface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up threadingShadowNinja2015-08-231-12/+12
* Add map limit config optionrubenwardy2015-08-021-10/+4
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-5/+58
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Replace NetworkPacket pointers to referencesLoic Blot2015-03-131-6/+1
* ClientInterface::getClientIDs doesn't need a std::list. Use a std::vector for...Loic Blot2015-03-041-8/+11
* Performance Improvement: Use a cache which caches result for getFacePositions.Loic Blot2015-02-161-8/+5
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-10/+13