Performance fix + SAO factorization
[oweals/minetest.git] / src / clientiface.cpp
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2016-12-03 Lars HofhanslOptimize block sent: Fix rendering issue
2016-11-30 lhofhanslOptimize/adjust blocks/ActiveObjects sent at the server...
2016-11-11 Rogier-5Fix incorrect distance computation for visible blocks...
2016-11-08 Lars HofhanslRetrieve mapblocks from the server in a sphere, not...
2016-11-07 Lars HofhanslDon't use reduced vertical limits for mapblock send...
2016-10-31 lhofhanslOptionally disable optimization that causes underwater...
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Loic BlotOptimize ClientIface::getPlayerNames(): return const...
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-03-12 JeijaResend blocks when modified while sending to client
2016-02-22 orwell96Reset block send timer when invoking setBlock(s)NotSent()
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-08-31 est31Make ClientInterface::statenames consistent with the...
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-08-02 rubenwardyAdd map limit config option
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-13 Loic BlotReplace NetworkPacket pointers to references
2015-03-04 Loic BlotClientInterface::getClientIDs doesn't need a std::list...
2015-02-16 Loic BlotPerformance Improvement: Use a cache which caches resul...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-08-22 sapierFix "ghost" blocks if block update is "on wire" while... 1475/head
2014-06-28 kwolekrAdd prefixes to enum values and fix style issues
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
2014-03-26 Perttu AholaFix bug in RemoteClient::GetNextBlocks
2014-02-06 BlockMenAdd missing header
2014-01-31 sapierAdd propper client initialization 1116/head