summaryrefslogtreecommitdiffstats
path: root/src/network/packet.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-19Added missing parts in libnetwork (#2838)B3n301-0/+4
* Network: Set and send the game information over enet Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
2017-07-16Network: Changed timeout for receiving packets to 100msB3n301-0/+10
2017-07-16Network: Send the game titleB3n301-52/+12
2017-07-16Network: Added Packet class for serializationB3n301-0/+192