summaryrefslogtreecommitdiff
path: root/src/network/packet.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-25network: Address review commentsGravatar FearlessTobi1-32/+32
2022-07-25network, yuzu: Make copyright headers SPDX-compliantGravatar FearlessTobi1-3/+2
2022-07-25Fix compilation on linux gccGravatar FearlessTobi1-9/+9
2022-07-25network: Add initial files and enet dependencyGravatar FearlessTobi1-0/+263
2018-01-12Massive removal of unused modulesGravatar James Rowe1-263/+0
2017-09-30Fixed type conversion ambiguityGravatar Huw Pascoe1-1/+1
2017-08-19Added missing parts in libnetwork (#2838)Gravatar 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 titleGravatar B3n301-7/+3
2017-07-16Network: Added Packet class for serializationGravatar B3n301-0/+229