diff options
author | Paramat <paramat@users.noreply.github.com> | 2017-07-25 06:32:44 +0100 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-07-25 07:32:44 +0200 |
commit | 4a4eba7a6c513d0b86bcabdf5882e8031c8f07ac (patch) | |
tree | c24ef978fe9203ad902643d8f5ffc3b6b655d586 | |
parent | c50a57c070749f6b58c1490539cb6ff6e4289315 (diff) | |
download | minetest-4a4eba7a6c513d0b86bcabdf5882e8031c8f07ac.tar.gz minetest-4a4eba7a6c513d0b86bcabdf5882e8031c8f07ac.tar.bz2 minetest-4a4eba7a6c513d0b86bcabdf5882e8031c8f07ac.zip |
Network protocol: Document settable player collisionbox (#6168)
-rw-r--r-- | src/network/networkprotocol.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index b210d3d2e..c85887802 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -163,12 +163,17 @@ with this program; if not, write to the Free Software Foundation, Inc., PROTOCOL VERSION 35: Rename TOCLIENT_CHAT_MESSAGE to TOCLIENT_CHAT_MESSAGE_OLD (0x30) Add TOCLIENT_CHAT_MESSAGE (0x2F) - This chat message is a signalisation message containing various informations: + This chat message is a signalisation message containing various + informations: * timestamp * sender * type (RAW, NORMAL, ANNOUNCE, SYSTEM) * content - Add TOCLIENT_CSM_FLAVOUR_LIMITS to define which CSM flavour should be limited + Add TOCLIENT_CSM_FLAVOUR_LIMITS to define which CSM flavour should be + limited + Add settable player collisionbox. Breaks compatibility with older + clients as a 1-node vertical offset has been removed from player's + position */ #define LATEST_PROTOCOL_VERSION 35 |