aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkprotocol.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add hardware node coloring. Includes:Dániel Juhász2017-01-231-1/+4
* Remove client-side chat prediction. (#5055)red-0012017-01-171-0/+1
* Move TileAnimation code to seperate filesfan52017-01-021-0/+2
* Breath cheat fix: server sideLoic Blot2017-01-011-2/+4
* Fix computation of viewing range (in blocks) sent to server (#4882)Rogier-52016-12-111-1/+1
* Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...lhofhansl2016-11-301-0/+2
* Make plantlike drawtype more funAuke Kok2016-08-261-1/+3
* Particles: Add option to remove particles on collisionAuke Kok2016-05-281-0/+2
* Add option to not send pre v25 init packetest312016-03-151-1/+4
* Nodebox: Allow nodeboxes to "connect"Auke Kok2016-03-121-0/+1
* Backface culling: Ignore setting in tiledef from old servers.Auke Kok2016-01-231-1/+4
* networkprotocol.h: remove "u16 command" from docest312015-09-101-47/+1
* Bump protocol to 26est312015-07-241-1/+1
* Optional reconnect functionalityest312015-07-231-2/+7
* Fix relief mapping issuesRealBadAngel2015-07-161-0/+2
* Generic CAO cleanups and renames for clarificationest312015-06-201-0/+1
* Finalize init packets and enable protocol v25est312015-05-161-8/+10
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-30/+90
* Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY renameest312015-04-071-1/+1
* Change error_message from wstring to stringShadowNinja2015-03-271-24/+24
* Prepare Protocol v25 init & authentication.Loic Blot2015-03-131-9/+25
* Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPA...Loic Blot2015-03-131-2/+78
* Rename some packet and handlers to <packet>_Legacy name for compat layer betw...Loic Blot2015-03-131-6/+6
* Typo fix in networkprotocol.hNer'zhul2015-02-191-1/+1
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-101-0/+804