]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
backport of PM_RecursiveHullCheck for speedup
[xonotic/darkplaces.git] / protocol.h
index 8d7cecfc44af2448f17e63ff5b748bc1908934ee..616f24874d69c6dcbfc46a20e3c551f3767903ba 100644 (file)
@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 // protocol.h -- communications protocols
 
 #define        PROTOCOL_VERSION        15
+#define        DPPROTOCOL_VERSION      96
 
 // model effects
 #define        EF_ROCKET       1                       // leave a trail
@@ -181,6 +182,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #define svc_farclip                    50              // [coord] size (default is 6144)
 #define svc_fog                                51              // [byte] enable <optional past this point, only included if enable is true> [float] density [byte] red [byte] green [byte] blue
+//#define svc_playerposition   52              // only used in dpprotocol mode
 
 //
 // client to server
@@ -230,3 +232,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define TE_SUPERSPIKEQUAD      59 // [vector] origin
 // LordHavoc: block2 - 70-80
 #define TE_EXPLOSIONQUAD       70 // [vector] origin
+#define        TE_BLOOD2                       71 // [vector] origin
\ No newline at end of file