diff options
author | sfan5 <sfan5@live.de> | 2023-03-26 14:32:19 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-03-29 23:19:39 +0200 |
commit | bd88d299b9159acbbf7d9d1df6d4f5487653a863 (patch) | |
tree | e0012d0ec16835c2d92a734cb47684a140c1a75d /src | |
parent | 0a698d92c3dc94057af9c4b83712593cf66c10eb (diff) | |
download | minetest-bd88d299b9159acbbf7d9d1df6d4f5487653a863.tar.xz |
Bump protocol version
and correct documentation of previous version
Diffstat (limited to 'src')
-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 d420101c8..8f70e378e 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -207,11 +207,16 @@ with this program; if not, write to the Free Software Foundation, Inc., Minimap modes PROTOCOL VERSION 40: TOCLIENT_MEDIA_PUSH changed, TOSERVER_HAVE_MEDIA added + PROTOCOL VERSION 41: Added new particlespawner parameters [scheduled bump for 5.6.0] + PROTOCOL VERSION 42: + TOSERVER_UPDATE_CLIENT_INFO added + new fields for TOCLIENT_SET_LIGHTING and TOCLIENT_SET_SKY + [scheduled bump for 5.7.0] */ -#define LATEST_PROTOCOL_VERSION 41 +#define LATEST_PROTOCOL_VERSION 42 #define LATEST_PROTOCOL_VERSION_STRING TOSTRING(LATEST_PROTOCOL_VERSION) // Server's supported network protocol range @@ -1068,7 +1073,7 @@ enum ToServerCommand f32 gui_scaling f32 hud_scaling v2f32 max_fs_info - */ + */ TOSERVER_NUM_MSG_TYPES = 0x54, }; |