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.103 by root, Mon Oct 12 21:27:55 2009 UTC vs.
Revision 1.104 by root, Thu Oct 15 20:12:35 2009 UTC

63#define MIN_DAM 0 63#define MIN_DAM 0
64#define MAX_DAM 200 64#define MAX_DAM 200
65#define MIN_DIGESTION -35 65#define MIN_DIGESTION -35
66#define MAX_DIGESTION 70 66#define MAX_DIGESTION 70
67 67
68#define MAX_BUF 1024 68#define MAX_BUF 1024 /* Used for all kinds of things */
69 /* Used for all kinds of things */
70#define VERY_BIG_BUF 2048
71#define HUGE_BUF 10240 /* Used for messages - some can be quite long */ 69#define HUGE_BUF 10240 /* Used for messages - some can be quite long */
72#define SOCKET_BUFLEN 4096 /* Max length a packet could be */
73
74#define FONTSIZE 3000 /* Max chars in font */
75
76#define MAX_ANIMATIONS 256
77 70
78#define MAX_NAME 48 71#define MAX_NAME 48
79#define MAX_EXT_TITLE 98
80 72
81#define ATTUNE_REPELL 16 // levels diff for attune/repell 73#define ATTUNE_REPELL 16 // levels diff for attune/repell
82 74
83//TODO: remove all calls to fatal and replace them by cleanup 75//TODO: remove all calls to fatal and replace them by cleanup
84#define OUT_OF_MEMORY 0 76#define OUT_OF_MEMORY 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines