ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/define.h
(Generate patch)

Comparing deliantra/server/include/define.h (file contents):
Revision 1.1 by root, Fri Feb 3 07:12:48 2006 UTC vs.
Revision 1.2 by root, Fri Feb 3 07:25:25 2006 UTC

1/* 1/*
2 * static char *rcsid_define_h = 2 * static char *rcsid_define_h =
3 * "$Id: define.h,v 1.1 2006/02/03 07:12:48 root Exp $"; 3 * "$Id: define.h,v 1.2 2006/02/03 07:25:25 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
85#endif 85#endif
86 86
87#define MAX_STAT 30 /* The maximum legal value of any stat */ 87#define MAX_STAT 30 /* The maximum legal value of any stat */
88#define MIN_STAT 1 /* The minimum legal value of any stat */ 88#define MIN_STAT 1 /* The minimum legal value of any stat */
89 89
90#define MAX_BUF 256 /* Used for all kinds of things */ 90#define MAX_BUF 1024 /* Used for all kinds of things */
91#define VERY_BIG_BUF 1024 91#define VERY_BIG_BUF 2048
92#define HUGE_BUF 4096 /* Used for messages - some can be quite long */ 92#define HUGE_BUF 4096 /* Used for messages - some can be quite long */
93#define SOCKET_BUFLEN 4096 /* Max length a packet could be */ 93#define SOCKET_BUFLEN 4096 /* Max length a packet could be */
94 94
95#define FONTSIZE 3000 /* Max chars in font */ 95#define FONTSIZE 3000 /* Max chars in font */
96 96

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines