From 6f1c90720402415b62fb4d5e809ec7dbc1cd7f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Tue, 26 Sep 2017 00:11:20 +0200 Subject: Implement mod communication channels (#6351) Implement network communication for channels * Implement ModChannel manager server side to route incoming messages from clients to other clients * Add signal handler switch on client & ModChannelMgr on client to handle channels * Add Lua API bindings + client packet sending + unittests * Implement server message sending * Add callback from received message handler to Lua API using registration method --- doc/mod_channels.png | Bin 0 -> 349332 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 doc/mod_channels.png (limited to 'doc/mod_channels.png') diff --git a/doc/mod_channels.png b/doc/mod_channels.png new file mode 100644 index 000000000..08fdfca29 Binary files /dev/null and b/doc/mod_channels.png differ -- cgit v1.2.3