minetest/src/network
Loïc Blot 7ddf67aa14 Chat protocol rewrite (#5117)
* New TOCLIENT_CHAT_MESSAGE packet

* Rename old packet to TOCLIENT_CHAT_MESSAGE_OLD for compat
* Handle TOCLIENT_CHAT_MESSAGE new structure client side
* Client chat queue should use a specific object
* SendChatMessage: use the right packet depending on protocol version (not complete yet)
* Add chatmessage(type) objects and handle them client side (partially)
* Use ChatMessage instead of std::wstring server side

* Update with timestamp support
2017-07-16 10:47:31 +02:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
clientopcodes.cpp Chat protocol rewrite (#5117) 2017-07-16 10:47:31 +02:00
clientopcodes.h Fix wrong channel type in Client/Server CommandFactories 2017-04-14 15:56:40 +02:00
clientpackethandler.cpp Chat protocol rewrite (#5117) 2017-07-16 10:47:31 +02:00
connection.cpp C++11 cleanup on constructors dir network (#6021) 2017-06-21 08:28:57 +02:00
connection.h C++11 cleanup on constructors dir network (#6021) 2017-06-21 08:28:57 +02:00
networkpacket.cpp Chat protocol rewrite (#5117) 2017-07-16 10:47:31 +02:00
networkpacket.h Chat protocol rewrite (#5117) 2017-07-16 10:47:31 +02:00
networkprotocol.h Chat protocol rewrite (#5117) 2017-07-16 10:47:31 +02:00
serveropcodes.cpp Chat protocol rewrite (#5117) 2017-07-16 10:47:31 +02:00
serveropcodes.h Fix wrong channel type in Client/Server CommandFactories 2017-04-14 15:56:40 +02:00
serverpackethandler.cpp Chat protocol rewrite (#5117) 2017-07-16 10:47:31 +02:00