summaryrefslogtreecommitdiff
path: root/src/network/network.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-23chore: fix some typosGravatar Andrea Pappacoda1-1/+1
Fix some typos reported by Lintian
2022-07-25network, yuzu: Make copyright headers SPDX-compliantGravatar FearlessTobi1-3/+2
2022-07-25network, yuzu: Improve variable naming and style consistencyGravatar FearlessTobi1-14/+14
2022-07-25network: Move global state into a seperate classGravatar FearlessTobi1-7/+8
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-07-25network: Add initial files and enet dependencyGravatar FearlessTobi1-0/+50
2018-01-12Massive removal of unused modulesGravatar James Rowe1-50/+0
2017-07-07Implement basic virtual Room support based on enet (#2803)Gravatar B3n301-0/+50
* 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