summaryrefslogtreecommitdiff
path: root/src/network/room_member.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-15Fix more typosGravatar Viktor Szépe1-1/+1
2022-09-20Address some review commentsGravatar FearlessTobi1-1/+1
2022-09-09ldn: Initial implementationGravatar FearlessTobi1-0/+57
2022-08-27yuzu: Display current game version in multiplayer roomGravatar FearlessTobi1-1/+3
Makes it easier for users to recognize connection errors caused by different game versions.
2022-08-27network: Use lower timeout for enet_host_serviceGravatar FearlessTobi1-1/+1
This allows us to have a 10x higher throughput of packets by using a much shorter waiting time.
2022-08-15core, network: Add ability to proxy socket packetsGravatar FearlessTobi1-56/+67
2022-07-25network: Address review commentsGravatar FearlessTobi1-49/+49
2022-07-25network, yuzu: Make copyright headers SPDX-compliantGravatar FearlessTobi1-3/+2
2022-07-25network, yuzu: Improve variable naming and style consistencyGravatar FearlessTobi1-2/+4
2022-07-25common: multiplayer: Use GameInfo typeGravatar german771-1/+1
2022-07-25yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi1-12/+13
2022-07-25network: Add initial files and enet dependencyGravatar FearlessTobi1-0/+694
2018-01-12Massive removal of unused modulesGravatar James Rowe1-490/+0
2017-08-19Added missing parts in libnetwork (#2838)Gravatar B3n301-10/+118
* 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: Changed timeout for receiving packets to 100msGravatar B3n301-27/+25
2017-07-16Network: Propagate Room closing to connected membersGravatar B3n301-2/+5
2017-07-16Network: Made send async in RoomMemberGravatar B3n301-20/+33
2017-07-16Network: Send the game titleGravatar B3n301-23/+74
2017-07-16Network: Enable sending and receiving chat messagesGravatar B3n301-0/+29
2017-07-16Network: Enable to send WifiPacketsGravatar B3n301-0/+46
2017-07-16Network: Send JoinRequest and handle the answer in RoomMemberGravatar B3n301-2/+107
2017-07-16Network: Threads for Room and RoomMemberGravatar B3n301-8/+71
2017-07-07Implement basic virtual Room support based on enet (#2803)Gravatar B3n301-0/+74
* 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