Commit Graph

8 Commits

Author SHA1 Message Date
B3n30 5f260f9bb1 Network: Propagate Room closing to connected members 2017-07-16 21:30:10 +02:00
B3n30 7f0c6f0fcd Network: Made send async in RoomMember 2017-07-16 21:30:04 +02:00
B3n30 5b7d2f9d76 Network: Send the game title 2017-07-16 21:29:57 +02:00
B3n30 1a1f5eb28c Network: Enable sending and receiving chat messages 2017-07-16 21:29:49 +02:00
B3n30 551051ba0f Network: Enable to send WifiPackets 2017-07-16 21:29:34 +02:00
B3n30 ac96c71ea2 Network: Send JoinRequest and handle the answer in RoomMember 2017-07-16 21:29:11 +02:00
B3n30 57d0253d7b Network: Threads for Room and RoomMember 2017-07-16 21:28:47 +02:00
B3n30 54cd2d2846 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
2017-07-07 15:34:15 -04:00