From 0747c2dff9289db6204b82501d03447f3ec6cc99 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 1 Mar 2008 14:36:36 +0000 Subject: fixed remote console. some gui tweaks aswell. --- src/engine/e_protocol.h | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'src/engine/e_protocol.h') diff --git a/src/engine/e_protocol.h b/src/engine/e_protocol.h index a0213483..0bca00a4 100644 --- a/src/engine/e_protocol.h +++ b/src/engine/e_protocol.h @@ -33,19 +33,22 @@ enum NETMSG_INFO=1, /* sent by server */ - NETMSG_MAP, - NETMSG_MAP_DATA, - NETMSG_SNAP, - NETMSG_SNAPEMPTY, - NETMSG_SNAPSINGLE, - NETMSG_SNAPSMALL, + NETMSG_MAP_CHANGE, /* sent when client should switch map */ + NETMSG_MAP_DATA, /* map transfer, contains a chunk of the map file */ + NETMSG_SNAP, /* normal snapshot, multiple parts */ + NETMSG_SNAPEMPTY, /* empty snapshot */ + NETMSG_SNAPSINGLE, /* ? */ + NETMSG_SNAPSMALL, /* */ + NETMSG_RCON_AUTH_STATUS,/* result of the authentication */ + NETMSG_RCON_LINE, /* line that should be printed to the remote console */ /* sent by client */ - NETMSG_READY, + NETMSG_READY, /* */ NETMSG_ENTERGAME, - NETMSG_INPUT, - NETMSG_CMD, - NETMSG_REQUEST_MAP_DATA, + NETMSG_INPUT, /* contains the inputdata from the client */ + NETMSG_RCON_CMD, /* */ + NETMSG_RCON_AUTH, /* */ + NETMSG_REQUEST_MAP_DATA,/* */ /* sent by both */ NETMSG_PING, -- cgit 1.4.1