summaryrefslogtreecommitdiff
path: root/src/network/packet.cpp
AgeCommit message (Collapse)Author
2022-07-25network: Address review commentsFearlessTobi
2022-07-25network, yuzu: Make copyright headers SPDX-compliantFearlessTobi
2022-07-25Fix compilation on linux gccFearlessTobi
2022-07-25network: Add initial files and enet dependencyFearlessTobi
2018-01-12Massive removal of unused modulesJames Rowe
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-08-19Added missing parts in libnetwork (#2838)B3n30
* 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 titleB3n30
2017-07-16Network: Added Packet class for serializationB3n30