summaryrefslogtreecommitdiffstats
path: root/src/network/packet.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* network: Address review commentsFearlessTobi2022-07-251-32/+32
|
* network, yuzu: Make copyright headers SPDX-compliantFearlessTobi2022-07-251-3/+2
|
* Fix compilation on linux gccFearlessTobi2022-07-251-9/+9
|
* network: Add initial files and enet dependencyFearlessTobi2022-07-251-0/+263
|
* Massive removal of unused modulesJames Rowe2018-01-131-263/+0
|
* Fixed type conversion ambiguityHuw Pascoe2017-09-301-1/+1
|
* Added missing parts in libnetwork (#2838)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 titleB3n302017-07-161-7/+3
|
* Network: Added Packet class for serializationB3n302017-07-161-0/+229