Viktor Szépe
8f8a15827f
Fix more typos
2 years ago
FearlessTobi
1c14030b31
Address some review comments
3 years ago
FearlessTobi
48d6226115
ldn: Initial implementation
3 years ago
FearlessTobi
31c4475420
yuzu: Display current game version in multiplayer room
Makes it easier for users to recognize connection errors caused by different game versions.
3 years ago
FearlessTobi
6e12699e82
network: Use lower timeout for enet_host_service
This allows us to have a 10x higher throughput of packets by using a much shorter waiting time.
3 years ago
FearlessTobi
ce5b9d370d
core, network: Add ability to proxy socket packets
3 years ago
FearlessTobi
cdb20e9afa
network: Address review comments
3 years ago
FearlessTobi
d5e6d1b576
network, yuzu: Make copyright headers SPDX-compliant
3 years ago
FearlessTobi
e937c85e5a
network, yuzu: Improve variable naming and style consistency
3 years ago
german77
3a91e22e80
common: multiplayer: Use GameInfo type
3 years ago
FearlessTobi
60008b680e
yuzu: Add ui files for multiplayer rooms
4 years ago
FearlessTobi
00526e94d1
network: Add initial files and enet dependency
4 years ago
James Rowe
5dbd091a80
Massive removal of unused modules
8 years ago
B3n30
95fd4a5e9d
Added missing parts in libnetwork ( #2838 )
* Network: Set and send the game information over enet
Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
8 years ago
B3n30
e9ce27c941
Network: Changed timeout for receiving packets to 100ms
9 years ago
B3n30
e443c779a5
Network: Propagate Room closing to connected members
9 years ago
B3n30
99bb995de3
Network: Made send async in RoomMember
9 years ago
B3n30
7eb9751711
Network: Send the game title
9 years ago
B3n30
ea994b412e
Network: Enable sending and receiving chat messages
9 years ago
B3n30
87c5fd4a75
Network: Enable to send WifiPackets
9 years ago
B3n30
6b20db1d8e
Network: Send JoinRequest and handle the answer in RoomMember
9 years ago
B3n30
898b372ba3
Network: Threads for Room and RoomMember
9 years ago
B3n30
64b6caf5f5
Implement basic virtual Room support based on enet ( #2803 )
* 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
9 years ago