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
/
networkprotocol.h
Age
Commit message (
Expand
)
Author
2016-03-15
Add option to not send pre v25 init packet
est31
2016-03-12
Nodebox: Allow nodeboxes to "connect"
Auke Kok
2016-01-23
Backface culling: Ignore setting in tiledef from old servers.
Auke Kok
2015-09-10
networkprotocol.h: remove "u16 command" from doc
est31
2015-07-24
Bump protocol to 26
est31
2015-07-23
Optional reconnect functionality
est31
2015-07-16
Fix relief mapping issues
RealBadAngel
2015-06-20
Generic CAO cleanups and renames for clarification
est31
2015-05-16
Finalize init packets and enable protocol v25
est31
2015-05-11
Make early protocol auth mechanism generic, and add SRP
est31
2015-04-07
Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY rename
est31
2015-03-27
Change error_message from wstring to string
ShadowNinja
2015-03-13
Prepare Protocol v25 init & authentication.
Loic Blot
2015-03-13
Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPA...
Loic Blot
2015-03-13
Rename some packet and handlers to <packet>_Legacy name for compat layer betw...
Loic Blot
2015-02-19
Typo fix in networkprotocol.h
Ner'zhul
2015-02-10
Network Layer 7 rework (Packet handling)
Loic Blot