minetest/src/network
Loïc Blot 1d4a2a6ea7 Network proto handlers/container fixes (#6334)
* Fix HP transport + some double <-> float problems

TOCLIENT_HP transport u16 hp as a u8, use u16 HP, this prevent HP over 255 to overflow across network

* Fix more double/float problem in serverpackethandler & remove implicit struct type for TileAnimationParams

* Fix connection unittests container
2017-08-29 20:37:54 +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 Network proto handlers/container fixes (#6334) 2017-08-29 20:37:54 +02:00
CMakeLists.txt Network cleanup (#6310) 2017-08-25 15:53:56 +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 Pass SharedBuffer as value to increment reference count 2017-08-28 17:12:46 +02:00
connectionthreads.h Pass SharedBuffer as value to increment reference count 2017-08-28 17:12:46 +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 Bump minimal protocol version to 36 (#6319) 2017-08-29 19:26:55 +02: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 Network proto handlers/container fixes (#6334) 2017-08-29 20:37:54 +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