summaryrefslogtreecommitdiffstats
path: root/src/network/packet.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-19Added missing parts in libnetwork (#2838)B3n301-0/+38
* 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: Send the game titleB3n301-7/+3
2017-07-16Network: Added Packet class for serializationB3n301-0/+229