Commit Graph

6 Commits (417580be2cbe2329f60bf92142b03afde4b26fd1)

Author SHA1 Message Date
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
FearlessTobi 7d82e57b91 network: Move global state into a seperate class
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
3 years ago
FearlessTobi dcfe0a5feb network: Add initial files and enet dependency 3 years ago
James Rowe ebf9a784a9 Massive removal of unused modules 7 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
8 years ago