minetest/src/network
Loïc Blot 3cea7a349a Network cleanup (#6310)
* Move Connection threads to dedicated files + various cleanups

* ConnectionReceiveThread::processPacket now uses function pointer table to route MT packet types
* Various code style fixes

* Code style with clang-format

* Various SharedBuffer copy removal

* SharedBuffer cannot be copied anymore using Buffer
* Fix many SharedBuffer copy (thanks to delete operator)
2017-08-25 15:53:56 +02:00
..
CMakeLists.txt Network cleanup (#6310) 2017-08-25 15:53:56 +02:00
address.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
address.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
clientopcodes.cpp [CSM] Add flavour limits controlled by server (#5930) 2017-07-18 21:39:55 +02:00
clientopcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
clientpackethandler.cpp Add clientside translations. 2017-08-24 17:54:10 +02:00
connection.cpp Network cleanup (#6310) 2017-08-25 15:53:56 +02:00
connection.h Network cleanup (#6310) 2017-08-25 15:53:56 +02:00
connectionthreads.cpp Network cleanup (#6310) 2017-08-25 15:53:56 +02:00
connectionthreads.h Network cleanup (#6310) 2017-08-25 15:53:56 +02:00
networkexceptions.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkpacket.cpp Network cleanup (#6310) 2017-08-25 15:53:56 +02:00
networkpacket.h Network cleanup (#6310) 2017-08-25 15:53:56 +02:00
networkprotocol.h Step height: Add as a player object property 2017-08-09 11:06:22 +01:00
peerhandler.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
serveropcodes.cpp [CSM] Add flavour limits controlled by server (#5930) 2017-07-18 21:39:55 +02:00
serveropcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
serverpackethandler.cpp Add clientside translations. 2017-08-24 17:54:10 +02:00
socket.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
socket.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00