X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=quakedef.h;h=bb586b19a54362751c006d9d9d7b151186778198;hb=34ac3e1a25d3b1541a7b32e89c63812b52c3edac;hp=490a7de654926473a5337ee7e6637bfcdc6234b0;hpb=d719609802e7fba8f1685d8fbce9d4f581fb32a9;p=xonotic%2Fdarkplaces.git diff --git a/quakedef.h b/quakedef.h index 490a7de6..bb586b19 100644 --- a/quakedef.h +++ b/quakedef.h @@ -62,10 +62,10 @@ extern char engineversion[128]; #define HIST_TEXTSIZE 2048 #define HIST_MAXLINES 16 #define MAX_ALIAS_NAME 32 -#define CMDBUFSIZE 8192 -#define MAX_ARGS 10 +#define CMDBUFSIZE 131072 +#define MAX_ARGS 80 -#define NET_MAXMESSAGE 8192 +#define NET_MAXMESSAGE 32768 #define MAX_PACKETFRAGMENT 1024 #define MAX_EDICTS 4096 #define MAX_MODELS 1024 @@ -89,19 +89,19 @@ extern char engineversion[128]; #define MAX_WATERPLANES 2 #define MAX_CUBEMAPS 64 -//#define MAX_EXPLOSIONS 64 +#define MAX_EXPLOSIONS 8 #define MAX_DLIGHTS 16 -#define MAX_CACHED_PICS 128 // this is 144 bytes each (or 152 on 64bit) +#define MAX_CACHED_PICS 1024 // this is 144 bytes each (or 152 on 64bit) #define CACHEPICHASHSIZE 256 -#define MAX_PARTICLEEFFECTNAME 64 -#define MAX_PARTICLEEFFECTINFO 256 +#define MAX_PARTICLEEFFECTNAME 256 +#define MAX_PARTICLEEFFECTINFO 2048 #define MAX_PARTICLETEXTURES 96 #define MAXCLVIDEOS 1 #define MAX_GECKO_INSTANCES 1 #define MAX_DYNAMIC_TEXTURE_COUNT 2 #define MAX_MAP_LEAFS 8192 -//#define MAXTRACKS 256 +#define MAXTRACKS 256 #define MAX_DYNAMIC_CHANNELS 64 #define MAX_CHANNELS 260 #else