aboutsummaryrefslogtreecommitdiff
path: root/src/network/clientopcodes.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add API to control shadow intensity from the game/mod (#11944)x20482022-03-261-0/+1
* Dynamic_Add_Media v2 (#11550)sfan52021-09-091-1/+1
* Minimap as HUD element with API controlPierre-Yves Rollo2020-10-041-0/+1
* Server pushing media at runtime (#9961)sfan52020-06-131-1/+1
* Miscellaneous networking improvements (#9611)sfan52020-04-081-4/+14
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-051-3/+3
* Add support for per-player FOV overrides and multipliersAnand S2019-09-191-4/+4
* Implement adding velocity to player from Luasfan52019-08-101-1/+1
* Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker2018-12-041-1/+1
* Rename CSM flavours to restrictionsSmallJoker2018-06-261-1/+1
* Add formspec theming using prepended stringsAndrew Ward2018-03-281-0/+1
* Remove legacy chat network code. (#6954)red-0012018-02-171-1/+1
* Implement mod communication channels (#6351)Loïc Blot2017-09-261-5/+5
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-121-11/+11
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-181-1/+1
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-2/+2
* Have the server send the player list to the client (#5924)red-0012017-06-081-1/+1
* Sound API: Add fading soundsBrandon2017-05-031-1/+1
* Add clouds APIBen Deutsch2017-04-301-1/+1
* Network:Remove old opcodes and fix documentation. (#5573)red-0012017-04-221-3/+3
* Fix non reverted change on TOSERVER_BREATH compatLoic Blot2017-01-011-1/+1
* Breath cheat fix: server sideLoic Blot2017-01-011-1/+1
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-5/+33
* Prepare Protocol v25 init & authentication.Loic Blot2015-03-131-3/+3
* Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPA...Loic Blot2015-03-131-21/+22
* Rename some packet and handlers to <packet>_Legacy name for compat layer betw...Loic Blot2015-03-131-4/+4
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-0/+74
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-101-0/+110