summaryrefslogtreecommitdiffstats
path: root/src/network (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-16Network: Propagate Room closing to connected membersB3n303-3/+28
2017-07-16Network: Made send async in RoomMemberB3n304-25/+70
2017-07-16Network: Send the game titleB3n306-114/+185
2017-07-16Network: Enable sending and receiving chat messagesB3n303-0/+79
2017-07-16Network: Handle the disconnect of a clientB3n301-1/+18
2017-07-16Network: Enable to send WifiPacketsB3n303-1/+82
2017-07-16Network: Send JoinRequest and handle the answer in RoomMemberB3n302-2/+125
2017-07-16Network: Handle join request in RoomB3n302-1/+205
2017-07-16Network: Added Packet class for serializationB3n303-0/+423
2017-07-16Network: Threads for Room and RoomMemberB3n304-13/+119
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n307-0/+350
* 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