aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/multiplayer
AgeCommit message (Collapse)Author
2022-10-22yuzu: Resolve -Wpessimizing-moveMorph
2022-09-10fix black iconNarr the Reg
2022-09-10yuzu: Multiple room UI improvementsgerman77
2022-09-09ldn: Initial implementationFearlessTobi
2022-09-02Address review commentsFearlessTobi
2022-08-27yuzu/chat_room: Make font size biggerFearlessTobi
2022-08-27yuzu/multiplayer: Warn when game is running or no network interface is selectedFearlessTobi
2022-08-27yuzu: Display current game version in multiplayer roomFearlessTobi
Makes it easier for users to recognize connection errors caused by different game versions.
2022-08-27yuzu_room: Remove dependency on coreFearlessTobi
2022-08-15yuzu: Fix crash on shutdownFearlessTobi
Previously, accessing the room_network when it was already freed would crash the emulator on shutdown. Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-08-15core, yuzu: Address first part of review commentsFearlessTobi
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi
2022-08-09Qt: tweak ui filesKyle K
make about dialog a bit taller for full message on more systems for direct_connect.ui hedging bets here, there is a text field for port number that possibly shouldn't be translated, marking as such, but also adding a translation note for the event that it makes sense to translate the placeholder text to something other than the default multiplayer direct connect port.
2022-07-25network: Address review commentsFearlessTobi
2022-07-25network, yuzu: Make copyright headers SPDX-compliantFearlessTobi
2022-07-25network, yuzu: Improve variable naming and style consistencyFearlessTobi
2022-07-25network: Move global state into a seperate classFearlessTobi
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-07-25common: multiplayer: Use GameInfo typegerman77
2022-07-25Address second part of review commentsFearlessTobi
2022-07-25Address first part of review commentsFearlessTobi
2022-07-25Fix compilation on linux gccFearlessTobi
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi