Add scroll_container formspec element (redo) (#9101)
[oweals/minetest.git] / src / clientiface.h
2019-12-20 LejoFix the player information version_string return value...
2019-08-17 SmallJokerClientInterface: Use recursive mutex to prevent freeze...
2018-08-16 SmallJokerCheck node updates whether the blocks are known (#7568)
2018-03-09 Loic BlotDrop less performant Server::setBlockNotSent for Client...
2017-10-15 lhofhanslCache server config settings. (#6530)
2017-09-27 Loic BlotFix some forgotten u16 -> session_t in ad7daf7b52348e1b...
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-09-08 SmallJokerServer: Calculate maximal total block sends dynamically...
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-17 Loic Blotl_server, clientenvironment, clientiface: code moderniz...
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-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
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-04-28 ShadowNinjaClean up getTime helpers
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 2613/head
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... 1475/head
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 1143/head
2014-01-31 sapierAdd propper client initialization 1116/head