index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clientiface.cpp
Age
Commit message (
Expand
)
Author
2018-11-28
Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)
CoderForTheBetter
2018-07-12
Reduce block load glitches
Lars Hofhansl
2018-07-03
Zoom: Correctly verify client passed zoom at the server (#7526)
lhofhansl
2018-05-15
Use server's zoom fov for distant world loading.
Lars Hofhansl
2018-04-15
FOV: Raise lower limit to avoid zoom-loading of distant world (#7234)
Paramat
2018-03-09
Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...
Loic Blot
2017-11-29
Turn off verbose info message introduced accidentally with ae9b1aa
Lars Hofhansl
2017-11-15
Allow zoom to actually show more data.
Lars Hofhansl
2017-10-25
Reduce server FOV with forward speed
Lars Hofhansl
2017-10-19
Set range of blocks to retrieve per roundtrip to 2.
Lars Hofhansl
2017-10-15
Cache server config settings. (#6530)
lhofhansl
2017-10-13
Retrieve a small cone of blocks in the direction of the players velocity.
Lars Hofhansl
2017-09-27
Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11
Loic Blot
2017-09-27
Add session_t typedef + remove unused functions (#6470)
Loïc Blot
2017-09-12
Network: Fix logging into older worlds with base64 hashes
SmallJoker
2017-09-12
Network: Remove large parts of deprecated legacy code (#6404)
SmallJoker
2017-08-30
Remove DSTACK support (#6346)
Loïc Blot
2017-08-24
Network cleanup (#6302)
Loïc Blot
2017-08-20
Modernize code: very last fixes (#6290)
Loïc Blot
2017-08-16
ClientInterface: add a function to verify (correctly) if user limit was reach...
Loïc Blot
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2017-08-14
Player::getSpeed/setSpeed use const refs
Loic Blot
2017-07-16
Chat protocol rewrite (#5117)
Loïc Blot
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-06-04
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
Loïc Blot
2017-05-26
Time: Change old `u32` timestamps to 64-bit (#5818)
SmallJoker
2017-05-20
Various code cleanup & little performance improvement on HTTP download (#5772)
Loïc Blot
2017-05-06
Clean up numeric.h and split FacePositionCache from it
ShadowNinja
2017-04-28
Clean up getTime helpers
ShadowNinja
2017-04-14
ClientIface::sendToAll: honor packet configuration (#5590)
Loïc Blot
2017-03-20
Map generation limit: Rewrite
paramat
2017-03-15
Use true distance for block priority.
Lars Hofhansl
2017-03-11
Allow server side occlusion culling.
Lars Hofhansl
2017-02-13
Lighting: Update lighting at block loading
Dániel Juhász
2017-01-20
Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)
red-001
2017-01-08
Move ServerEnvironment to dedicated cpp/header files
Loic Blot
2016-12-03
Optimize block sent: Fix rendering issue
Lars Hofhansl
2016-11-30
Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...
lhofhansl
2016-11-11
Fix incorrect distance computation for visible blocks (#4765)
Rogier-5
2016-11-08
Retrieve mapblocks from the server in a sphere, not a cube
Lars Hofhansl
2016-11-07
Don't use reduced vertical limits for mapblock send and generation
Lars Hofhansl
2016-10-30
Optionally disable optimization that causes underwater and cave rendering gli...
lhofhansl
2016-10-30
PlayerSAO/LocalPlayer refactor: (#4612)
Ner'zhul
2016-10-08
Move RemotePlayer code to its own cpp/header
Loic Blot
2016-10-08
Optimize ClientIface::getPlayerNames(): return const ref instead a copy of al...
Loic Blot
2016-10-08
More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
Loic Blot
2016-10-05
Replace various std::map with UNORDERED_MAP + various cleanups
Loic Blot
2016-03-12
Resend blocks when modified while sending to client
Jeija
2016-02-22
Reset block send timer when invoking setBlock(s)NotSent()
orwell96
2015-10-14
Rename macros with two leading underscores
ShadowNinja
[next]