X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=common.h;h=95a12ab3b98c081c04573ab7e9531df8262a8e79;hp=fa826e6025b6852d4475f61893ec9bfb031865e6;hb=4048c5cdec22f262fb5925aea3eb0d6941c4d0c5;hpb=9ba01c31e0bebb3ada7724316d63a393053102d3 diff --git a/common.h b/common.h index fa826e60..95a12ab3 100644 --- a/common.h +++ b/common.h @@ -131,6 +131,7 @@ void StoreLittleShort (unsigned char *buffer, unsigned short i); typedef enum protocolversion_e { PROTOCOL_UNKNOWN, + PROTOCOL_DARKPLACES8, ///< wip PROTOCOL_DARKPLACES7, ///< added QuakeWorld-style movement protocol to allow more consistent prediction PROTOCOL_DARKPLACES6, ///< various changes PROTOCOL_DARKPLACES5, ///< uses EntityFrame5 entity snapshot encoder/decoder which is based on a Tribes networking article at http://www.garagegames.com/articles/networking1/