summaryrefslogtreecommitdiffstats
path: root/src/network/room.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Network: Changed timeout for receiving packets to 100msB3n302017-07-161-2/+1
|
* Network: Made send async in RoomMemberB3n302017-07-161-1/+5
|
* Network: Send the game titleB3n302017-07-161-2/+5
|
* Network: Handle join request in RoomB3n302017-07-161-0/+6
|
* Network: Threads for Room and RoomMemberB3n302017-07-161-1/+13
|
* Implement basic virtual Room support based on enet (#2803)B3n302017-07-071-0/+60
* 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