summaryrefslogtreecommitdiffstats
path: root/src/network (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-25network: Address review commentsFearlessTobi4-195/+195
2022-07-25network, yuzu: Make copyright headers SPDX-compliantFearlessTobi10-30/+20
2022-07-25network, yuzu: Improve variable naming and style consistencyFearlessTobi6-30/+32
2022-07-25yuzu_cmd: Fix compilationFearlessTobi1-12/+0
2022-07-25network: Move global state into a seperate classFearlessTobi2-15/+25
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-07-25common: multiplayer: Use GameInfo typegerman773-8/+5
2022-07-25Address second part of review commentsFearlessTobi3-29/+14
2022-07-25Address first part of review commentsFearlessTobi1-1/+1
2022-07-25Fix compilation on linux gccFearlessTobi2-18/+19
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi4-19/+20
2022-07-25network: Add initial files and enet dependencyFearlessTobi11-0/+2889
2018-01-13Massive removal of unused modulesJames Rowe9-1792/+0
2017-09-30Fixed type conversion ambiguityHuw Pascoe1-1/+1
2017-08-19Added missing parts in libnetwork (#2838)B3n306-36/+296
* Network: Set and send the game information over enet Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
2017-07-26Network: Moved NintendoOUI initalization to RoomMember constructorB3n302-3/+4
2017-07-16Network: Changed timeout for receiving packets to 100msB3n305-43/+50
2017-07-16Network: Propagate Room closing to connected membersB3n303-3/+28
2017-07-16Network: Made send async in RoomMemberB3n304-25/+70
2017-07-16Network: Send the game titleB3n306-114/+185
2017-07-16Network: Enable sending and receiving chat messagesB3n303-0/+79
2017-07-16Network: Handle the disconnect of a clientB3n301-1/+18
2017-07-16Network: Enable to send WifiPacketsB3n303-1/+82
2017-07-16Network: Send JoinRequest and handle the answer in RoomMemberB3n302-2/+125
2017-07-16Network: Handle join request in RoomB3n302-1/+205
2017-07-16Network: Added Packet class for serializationB3n303-0/+423
2017-07-16Network: Threads for Room and RoomMemberB3n304-13/+119
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n307-0/+350
* Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes