aboutsummaryrefslogtreecommitdiff
path: root/src/clientiface.cpp
AgeCommit message (Expand)Author
2017-03-20Map generation limit: Rewriteparamat
2017-03-15Use true distance for block priority.Lars Hofhansl
2017-03-11Allow server side occlusion culling.Lars Hofhansl
2017-02-13Lighting: Update lighting at block loadingDániel Juhász
2017-01-20Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-001
2017-01-08Move ServerEnvironment to dedicated cpp/header filesLoic Blot
2016-12-03Optimize block sent: Fix rendering issueLars Hofhansl
2016-11-30Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...lhofhansl
2016-11-11Fix incorrect distance computation for visible blocks (#4765)Rogier-5
2016-11-08Retrieve mapblocks from the server in a sphere, not a cubeLars Hofhansl
2016-11-07Don't use reduced vertical limits for mapblock send and generationLars Hofhansl
2016-10-30Optionally disable optimization that causes underwater and cave rendering gli...lhofhansl
2016-10-30PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul
2016-10-08Move RemotePlayer code to its own cpp/headerLoic Blot
2016-10-08Optimize ClientIface::getPlayerNames(): return const ref instead a copy of al...Loic Blot
2016-10-08More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-03-12Resend blocks when modified while sending to clientJeija
2016-02-22Reset block send timer when invoking setBlock(s)NotSent()orwell96
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-08-31Make ClientInterface::statenames consistent with the state enum againest31
2015-08-23Clean up threadingShadowNinja
2015-08-02Add map limit config optionrubenwardy
2015-05-11Make early protocol auth mechanism generic, and add SRPest31
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-13Replace NetworkPacket pointers to referencesLoic Blot
2015-03-04ClientInterface::getClientIDs doesn't need a std::list. Use a std::vector for...Loic Blot
2015-02-16Performance Improvement: Use a cache which caches result for getFacePositions.Loic Blot
2015-02-16[Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2014-12-12Use std::string::empty() instead of size() where applicableAnton
2014-09-21Split settings into seperate source and header filesShadowNinja
2014-08-22Fix "ghost" blocks if block update is "on wire" while player digs nodessapier
2014-06-28Add prefixes to enum values and fix style issueskwolekr
2014-04-08Cleanup client init states by bumping protocol versionsapier
2014-03-26Fix bug in RemoteClient::GetNextBlocksPerttu Ahola
2014-02-06Add missing headerBlockMen
2014-01-31Add propper client initializationsapier