summaryrefslogtreecommitdiffstats
path: root/src/network/packet.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* network: Add initial files and enet dependencyFearlessTobi2022-07-251-0/+166
|
* Massive removal of unused modulesJames Rowe2018-01-131-166/+0
|
* 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