FearlessTobi
4213f1c126
Address some review comments
3 years ago
FearlessTobi
f5e635adda
ldn: Initial implementation
3 years ago
FearlessTobi
839e1faf49
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
b961b385c3
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
f80c7c4cd5
core, network: Add ability to proxy socket packets
3 years ago
FearlessTobi
a41baaa181
network: Address review comments
3 years ago
FearlessTobi
61ce57b524
network, yuzu: Make copyright headers SPDX-compliant
3 years ago
FearlessTobi
6a2dcc8b3d
network, yuzu: Improve variable naming and style consistency
3 years ago
german77
899c8bb330
common: multiplayer: Use GameInfo type
4 years ago
FearlessTobi
705f7db84d
yuzu: Add ui files for multiplayer rooms
4 years ago
FearlessTobi
dcfe0a5feb
network: Add initial files and enet dependency
4 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
B3n30
5d0a1e7efd
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
77df82f5d6
Network: Changed timeout for receiving packets to 100ms
9 years ago
B3n30
253d3dd3d8
Network: Propagate Room closing to connected members
9 years ago
B3n30
a0626221a5
Network: Made send async in RoomMember
9 years ago
B3n30
859be35d54
Network: Send the game title
9 years ago
B3n30
42e57c1218
Network: Enable sending and receiving chat messages
9 years ago
B3n30
641346c15c
Network: Enable to send WifiPackets
9 years ago
B3n30
77677e205e
Network: Send JoinRequest and handle the answer in RoomMember
9 years ago
B3n30
589dc083a5
Network: Threads for Room and RoomMember
9 years ago
B3n30
2e37ce01c9
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