minetest/src/network
Loic Blot 342e9336ae
server.cpp: code modernization
* Use more for range based loops
* Simplify some tests
* Code style fixes
* connection.h: better PeerChange constructor instead of creating uninitalized object and then affect variables
2017-08-15 09:30:31 +02:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
clientopcodes.cpp [CSM] Add flavour limits controlled by server (#5930) 2017-07-18 21:39:55 +02:00
clientopcodes.h Fix wrong channel type in Client/Server CommandFactories 2017-04-14 15:56:40 +02:00
clientpackethandler.cpp [CSM] Add flavour limits controlled by server (#5930) 2017-07-18 21:39:55 +02:00
connection.cpp C++11 cleanup on constructors dir network (#6021) 2017-06-21 08:28:57 +02:00
connection.h server.cpp: code modernization 2017-08-15 09:30:31 +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 Step height: Add as a player object property 2017-08-09 11:06:22 +01:00
serveropcodes.cpp [CSM] Add flavour limits controlled by server (#5930) 2017-07-18 21:39:55 +02:00
serveropcodes.h Fix wrong channel type in Client/Server CommandFactories 2017-04-14 15:56:40 +02:00
serverpackethandler.cpp [CSM] Add flavour limits controlled by server (#5930) 2017-07-18 21:39:55 +02:00