]> git.lizzy.rs Git - dragonfireclient.git/history - src/clientiface.cpp
Network: Remove large parts of deprecated legacy code (#6404)
[dragonfireclient.git] / src / clientiface.cpp
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-08-16 Loïc BlotClientInterface: add a function to verify (correctly...
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-08-14 Loic BlotPlayer::getSpeed/setSpeed use const refs
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
2017-05-20 Loïc BlotVarious code cleanup & little performance improvement...
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-04-28 ShadowNinjaClean up getTime helpers
2017-04-14 Loïc BlotClientIface::sendToAll: honor packet configuration...
2017-03-20 paramatMap generation limit: Rewrite
2017-03-15 Lars HofhanslUse true distance for block priority.
2017-03-12 Lars HofhanslAllow server side occlusion culling.
2017-02-13 Dániel JuhászLighting: Update lighting at block loading
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
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
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...
2014-06-28 kwolekrAdd prefixes to enum values and fix style issues
2014-04-08 sapierCleanup client init states by bumping protocol version
2014-03-26 Perttu AholaFix bug in RemoteClient::GetNextBlocks
2014-02-06 BlockMenAdd missing header
2014-01-31 sapierAdd propper client initialization