summaryrefslogtreecommitdiffstats
path: root/src/network/packet.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
|
* Added missing parts in libnetwork (#2838)B3n302017-08-191-0/+38
| | | | | * Network: Set and send the game information over enet Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
* Network: Send the game titleB3n302017-07-161-7/+3
|
* Network: Added Packet class for serializationB3n302017-07-161-0/+229