summaryrefslogtreecommitdiff
path: root/src/network/packet.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* network: Address review commentsGravatar FearlessTobi2022-07-251-32/+32
|
* network, yuzu: Make copyright headers SPDX-compliantGravatar FearlessTobi2022-07-251-3/+2
|
* Fix compilation on linux gccGravatar FearlessTobi2022-07-251-9/+9
|
* network: Add initial files and enet dependencyGravatar FearlessTobi2022-07-251-0/+263
|
* Massive removal of unused modulesGravatar James Rowe2018-01-121-263/+0
|
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-1/+1
|
* Added missing parts in libnetwork (#2838)Gravatar 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 titleGravatar B3n302017-07-161-7/+3
|
* Network: Added Packet class for serializationGravatar B3n302017-07-161-0/+229