]> git.lizzy.rs Git - minetest.git/history - src/clientiface.h
Reduce server CPU consumed by occlusion culling. (#13260)
[minetest.git] / src / clientiface.h
2023-03-06 lhofhanslReduce server CPU consumed by occlusion culling. (...
2023-03-04 lhofhanslLog server map send cycle time. (#13259)
2023-02-27 rubenwardyAdd minetest.get_player_window_information() (#12367)
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-04-28 sfan5Fix password changing getting stuck if wrong password...
2022-04-08 ShadowNinjaSpacing fixes
2022-02-03 Jude Melton-HoughtonClean up ClientInterface locking
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-05-06 lhofhanslFix build for newer versions of GCC (#11246)
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2020-10-27 LarsAvoid resending near blocks unnecessarily.
2020-10-14 LarsRely on max_simultaneous_block_sends_per_client to...
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
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
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