]> git.lizzy.rs Git - minetest.git/history - src/clientiface.cpp
Add keybind to swap items between hands
[minetest.git] / src / clientiface.cpp
2023-03-06 lhofhanslReduce server CPU consumed by occlusion culling. (...
2023-03-04 lhofhanslLog server map send cycle time. (#13259)
2023-02-27 lhofhanslFix for #13255: Check if client has a block even if...
2023-02-26 lhofhanslDon't expire blocks visible to the client. (#13255)
2022-10-09 Jude Melton-HoughtonRemove unused MapBlock functionality
2022-04-28 sfan5Clean up some auth packet handling related code
2022-04-28 sfan5Fix password changing getting stuck if wrong password...
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-04-05 sfan5Reserve vectors before pushing and other code quality...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2020-11-07 LarsRevert #10495 and simplify.
2020-11-04 LarsSlight simplification and optimization of RemoteClient.
2020-10-27 LarsAvoid resending near blocks unnecessarily.
2020-10-14 LarsRely on max_simultaneous_block_sends_per_client to...
2020-10-04 Jordan SnellingAdd First Person Attachments (#10360)
2020-05-24 sfan5Fix constant re-queueing of emerges that will always...
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2019-08-17 SmallJokerClientInterface: Use recursive mutex to prevent freeze...
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-07-12 Lars HofhanslReduce block load glitches
2018-07-02 lhofhanslZoom: Correctly verify client passed zoom at the server...
2018-05-16 Lars HofhanslUse server's zoom fov for distant world loading.
2018-04-15 ParamatFOV: Raise lower limit to avoid zoom-loading of distant...
2018-03-09 Loic BlotDrop less performant Server::setBlockNotSent for Client...
2017-11-30 Lars HofhanslTurn off verbose info message introduced accidentally...
2017-11-16 Lars HofhanslAllow zoom to actually show more data.
2017-10-26 Lars HofhanslReduce server FOV with forward speed
2017-10-19 Lars HofhanslSet range of blocks to retrieve per roundtrip to 2.
2017-10-15 lhofhanslCache server config settings. (#6530)
2017-10-14 Lars HofhanslRetrieve a small cone of blocks in the direction of...
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: Fix logging into older worlds with base64...
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