equal
deleted
inserted
replaced
71 } CommandPacket; |
71 } CommandPacket; |
72 |
72 |
73 /** Status of a client */ |
73 /** Status of a client */ |
74 typedef enum { |
74 typedef enum { |
75 STATUS_INACTIVE, ///< The client is not connected nor active |
75 STATUS_INACTIVE, ///< The client is not connected nor active |
|
76 STATUS_AUTHORIZING,///< The client is authorizing |
76 STATUS_AUTH, ///< The client is authorized |
77 STATUS_AUTH, ///< The client is authorized |
77 STATUS_MAP_WAIT, ///< The client is waiting as someone else is downloading the map |
78 STATUS_MAP_WAIT, ///< The client is waiting as someone else is downloading the map |
78 STATUS_MAP, ///< The client is downloading the map |
79 STATUS_MAP, ///< The client is downloading the map |
79 STATUS_DONE_MAP, ///< The client has downloaded the map |
80 STATUS_DONE_MAP, ///< The client has downloaded the map |
80 STATUS_PRE_ACTIVE, ///< The client is catching up the delayed frames |
81 STATUS_PRE_ACTIVE, ///< The client is catching up the delayed frames |