summaryrefslogtreecommitdiffstats
path: root/src/network/packet.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added missing parts in libnetwork (#2838)B3n302017-08-191-0/+4
| | | | | * Network: Set and send the game information over enet Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
* Network: Changed timeout for receiving packets to 100msB3n302017-07-161-0/+10
|
* Network: Send the game titleB3n302017-07-161-52/+12
|
* Network: Added Packet class for serializationB3n302017-07-161-0/+192