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.63 by root, Thu Jul 5 08:10:30 2007 UTC vs.
Revision 1.64 by root, Tue Jul 10 05:51:38 2007 UTC

76#define MAX_DAM 200 76#define MAX_DAM 200
77 77
78#define MAX_BUF 1024 78#define MAX_BUF 1024
79 /* Used for all kinds of things */ 79 /* Used for all kinds of things */
80#define VERY_BIG_BUF 2048 80#define VERY_BIG_BUF 2048
81#define HUGE_BUF 4096 /* Used for messages - some can be quite long */ 81#define HUGE_BUF 10240 /* Used for messages - some can be quite long */
82#define SOCKET_BUFLEN 4096 /* Max length a packet could be */ 82#define SOCKET_BUFLEN 4096 /* Max length a packet could be */
83 83
84#define FONTSIZE 3000 /* Max chars in font */ 84#define FONTSIZE 3000 /* Max chars in font */
85 85
86#define MAX_ANIMATIONS 256 86#define MAX_ANIMATIONS 256

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines