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
/
network
Age
Commit message (
Expand
)
Author
2017-09-12
Network: Remove large parts of deprecated legacy code (#6404)
SmallJoker
2017-09-12
Fix failing linter (travis)
sfan5
2017-09-05
Use a Buffer instead of SharedBuffer in ConnectionCommand
Loic Blot
2017-09-05
Network protocol documentation: Add 'can_zoom' to version 36
paramat
2017-09-04
Implement minetest.register_can_bypass_userlimit (#6369)
Loïc Blot
2017-09-04
Re-apply previous commit with a typo fix
Loïc Blot
2017-09-04
Revert "Network: fix a concurrency problem, by re-adding a copy in Connection...
Loïc Blot
2017-09-04
Network: fix a concurrency problem, by re-adding a copy in ConnectionCommand
Loïc Blot
2017-09-03
Network part requires SharedBuffers to be pass as value
Loic Blot
2017-08-29
Network proto handlers/container fixes (#6334)
Loïc Blot
2017-08-29
Bump minimal protocol version to 36 (#6319)
SmallJoker
2017-08-28
Clientevent refactor (#6320)
Loïc Blot
2017-08-28
Pass SharedBuffer as value to increment reference count
Loïc Blot
2017-08-25
Network cleanup (#6310)
Loïc Blot
2017-08-24
Add clientside translations.
Ekdohibs
2017-08-24
Network cleanup (#6302)
Loïc Blot
2017-08-24
Fix OSX builds (closes #6289, fixes #6270) (#6306)
Pavel Puchkin
2017-08-20
Minimap: Add new HUD flag for minimap radar mode
paramat
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-08-18
Optimize headers (part 2) (#6272)
Loïc Blot
2017-08-18
Add missing ctime include (#6269)
adrido
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-08-17
Typo fix in compat code from commit 1d8d01074fdb52946f81110bebf1d001185b394b
Loic 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-15
server.cpp: code modernization
Loic Blot
2017-08-09
Step height: Add as a player object property
paramat
2017-07-25
Network protocol: Document settable player collisionbox (#6168)
Paramat
2017-07-18
[CSM] Add flavour limits controlled by server (#5930)
Loïc Blot
2017-07-16
Chat protocol rewrite (#5117)
Loïc Blot
2017-07-01
C++11 cleanup inventorymanager (#6077)
Vincent Glize
2017-06-21
C++11 cleanup on constructors dir network (#6021)
Vincent Glize
2017-06-19
Verify HudSetParams input when hotbar textures are set (#6013)
Loïc Blot
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-06-14
Remove legacy content_abm.{cpp,h}
Loïc Blot
2017-06-11
Fix the serialization error by ff73c7a (#5964)
Rui
2017-06-11
Use thread_local instead from some static settings (#5955)
Loïc Blot
2017-06-11
Sound: Add pitch option (#5960)
Rui
2017-06-08
Have the server send the player list to the client (#5924)
red-001
2017-06-06
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-06-06
Remove old network code (#5921)
red-001
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-19
When minimap is disabled in configuration, really disable it (#5771)
Loïc Blot
2017-05-05
Add missing server sending rule for bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2
Loic Blot
2017-05-03
Fading soungs: Fix client crash on older servers
SmallJoker
2017-05-02
Set sky API: Add bool for clouds in front of custom skybox
paramat
2017-05-03
Sneak: Improve and fix various things
SmallJoker
2017-05-03
Sound API: Add fading sounds
Brandon
[next]