]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
new argument "force" to gl_texturemode for more augenkrebs fun (and e.g. debugging...
[xonotic/darkplaces.git] / quakedef.h
index 4c75fc10082ece8821636fb9a9696b1a7b90ec91..98a997ff590dc8de301daaf7b445c49bbafcc52e 100644 (file)
@@ -65,7 +65,7 @@ extern char engineversion[128];
 #define        CMDBUFSIZE                              131072
 #define        MAX_ARGS                                80
 
-#define        NET_MAXMESSAGE                  32768
+#define        NET_MAXMESSAGE                  65536
 #define        MAX_PACKETFRAGMENT              1024
 #define        MAX_EDICTS                              4096
 #define        MAX_MODELS                              1024
@@ -95,7 +95,7 @@ extern char engineversion[128];
 #define        CACHEPICHASHSIZE                256
 #define        MAX_PARTICLEEFFECTNAME  256
 #define        MAX_PARTICLEEFFECTINFO  1024
-#define        MAX_PARTICLETEXTURES    96
+#define        MAX_PARTICLETEXTURES    256
 #define        MAXCLVIDEOS                             1
 #define        MAX_GECKO_INSTANCES             1
 #define        MAX_DYNAMIC_TEXTURE_COUNT       2
@@ -158,7 +158,7 @@ extern char engineversion[128];
 #define        CACHEPICHASHSIZE                256 ///< number of hash buckets for accelerating 2D pic name lookups
 #define        MAX_PARTICLEEFFECTNAME  256 ///< maximum number of unique names of particle effects (for particleeffectnum)
 #define        MAX_PARTICLEEFFECTINFO  4096 ///< maximum number of unique particle effects (each name may associate with several of these)
-#define        MAX_PARTICLETEXTURES    1024 ///< maximum number of unique particle textures in the particle font
+#define        MAX_PARTICLETEXTURES    256 ///< maximum number of unique particle textures in the particle font
 #define        MAXCLVIDEOS                             65 ///< maximum number of video streams being played back at once (1 is reserved for the playvideo command)
 #define        MAX_GECKO_INSTANCES             16 ///< maximum number of web browser textures active at once
 #define        MAX_DYNAMIC_TEXTURE_COUNT       64 ///< maximum number of dynamic textures (web browsers, playvideo, etc)