aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkpacket.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add particle animation, glowsfan52017-01-181-1/+1
* Fix for commit 87dcee6 It uses the wrong variable and only covers some use ca...gregorycu2016-01-041-1/+1
* Prevent technically unsafe access with empty vectorgregorycu2016-01-031-0/+3
* Make NetworkPacket respect serialized string size limitskwolekr2015-08-101-7/+11
* Fix critical vulnerabilities and bugs with NetworkPacketkwolekr2015-08-061-54/+65
* Stop NetworkPacket methods from producing bloated packetsJay Arndt2015-05-051-18/+6
* Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ...Loic Blot2015-04-031-1/+1
* NetworkPacket: reading outside packet is now clearer.Loic Blot2015-04-011-38/+29
* Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot2015-03-311-11/+14
* Use Buffer not SharedBuffer in NetworkPacket::oldForgePacketLoic Blot2015-03-301-1/+1
* Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...Loic Blot2015-03-221-1/+1
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-81/+303
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-101-0/+301