]> git.lizzy.rs Git - dragonfireclient.git/history - src/clientiface.h
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
[dragonfireclient.git] / src / clientiface.h
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-14 Loïc BlotClientIface::sendToAll: honor packet configuration...
2017-02-18 red-001Use the `ARRLEN` macro in more places and remove an...
2016-10-08 Loic BlotOptimize ClientIface::getPlayerNames(): return const...
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-16 est31Clientiface: remove "value is dummy" from docs
2015-08-31 est31Make ClientInterface::statenames consistent with the...
2015-08-24 ShadowNinjaClean up threading
2015-07-21 est31Ask auth handler to create auth when a default password...
2015-05-24 est31Small clientiface ASCII art improvements
2015-05-16 est31Fix build since last commit
2015-05-16 est31Finalize init packets and enable protocol v25
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-03-13 Loic BlotReplace NetworkPacket pointers to references
2015-03-13 Loic BlotPrepare Protocol v25 init & authentication.
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-04 Loic BlotClientInterface::getClientIDs doesn't need a std::list...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
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-20 sapierFix macro ARRAYSIZE name collision on windows
2014-04-15 Sfan5Fix all warnings reported by clang
2014-04-12 BlockMenFix MSVC build
2014-04-08 sapierCleanup client init states by bumping protocol version
2014-01-31 sapierAdd propper client initialization