summaryrefslogtreecommitdiffstats
path: root/src/network/room.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-12general: fix spelling mistakesLiam1-1/+1
2022-09-09ldn: Initial implementationFearlessTobi1-0/+63
2022-08-27yuzu: Display current game version in multiplayer roomFearlessTobi1-4/+8
2022-08-27network: Use lower timeout for enet_host_serviceFearlessTobi1-1/+1
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi1-102/+68
2022-07-25network: Address review commentsFearlessTobi1-71/+71
2022-07-25network, yuzu: Make copyright headers SPDX-compliantFearlessTobi1-3/+2
2022-07-25network, yuzu: Improve variable naming and style consistencyFearlessTobi1-8/+8
2022-07-25common: multiplayer: Use GameInfo typegerman771-5/+3
2022-07-25Address second part of review commentsFearlessTobi1-3/+4
2022-07-25Fix compilation on linux gccFearlessTobi1-9/+10
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi1-4/+4
2022-07-25network: Add initial files and enet dependencyFearlessTobi1-0/+1111
2018-01-13Massive removal of unused modulesJames Rowe1-497/+0
2017-08-19Added missing parts in libnetwork (#2838)B3n301-21/+63
2017-07-26Network: Moved NintendoOUI initalization to RoomMember constructorB3n301-2/+3
2017-07-16Network: Changed timeout for receiving packets to 100msB3n301-13/+13
2017-07-16Network: Propagate Room closing to connected membersB3n301-0/+21
2017-07-16Network: Made send async in RoomMemberB3n301-4/+31
2017-07-16Network: Send the game titleB3n301-25/+69
2017-07-16Network: Enable sending and receiving chat messagesB3n301-0/+38
2017-07-16Network: Handle the disconnect of a clientB3n301-1/+18
2017-07-16Network: Enable to send WifiPacketsB3n301-1/+18
2017-07-16Network: Handle join request in RoomB3n301-1/+199
2017-07-16Network: Threads for Room and RoomMemberB3n301-3/+35
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n301-0/+60