summaryrefslogtreecommitdiffstats
path: root/src/network/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-25network: Add initial files and enet dependencyFearlessTobi1-0/+16
2018-01-13Massive removal of unused modulesJames Rowe1-18/+0
2017-07-16Network: Added Packet class for serializationB3n301-0/+2
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n301-0/+16
* 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