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.11 by root, Sat Sep 16 22:06:17 2006 UTC vs.
Revision 1.14 by pippijn, Mon Dec 11 19:46:46 2006 UTC

43 * The following should still hopefully result in an error. 43 * The following should still hopefully result in an error.
44 */ 44 */
45error - Your ANSI C compiler should be defining __STDC__; 45error - Your ANSI C compiler should be defining __STDC__;
46#endif 46#endif
47 47
48#ifndef WIN32 /* ---win32 exclude unix configuration part */
49# include <autoconf.h> 48#include <autoconf.h>
50#endif
51 49
52#define FONTDIR "" 50#define FONTDIR ""
53#define FONTNAME "" 51#define FONTNAME ""
54 52
55/* Decstations have trouble with fabs()... */ 53/* Decstations have trouble with fabs()... */
92#define FONTSIZE 3000 /* Max chars in font */ 90#define FONTSIZE 3000 /* Max chars in font */
93 91
94#define MAX_ANIMATIONS 256 92#define MAX_ANIMATIONS 256
95 93
96#define MAX_NAME 48 94#define MAX_NAME 48
97#define BIG_NAME 32
98#define MAX_EXT_TITLE 98 95#define MAX_EXT_TITLE 98
99 96
100/* Fatal variables: */ 97/* Fatal variables: */
101#define OUT_OF_MEMORY 0 98#define OUT_OF_MEMORY 0
102#define MAP_ERROR 1 99#define MAP_ERROR 1
383#define PU_READABLES 0x00400000 380#define PU_READABLES 0x00400000
384#define PU_MAGIC_DEVICE 0x00800000 381#define PU_MAGIC_DEVICE 0x00800000
385 382
386#define PU_NOT_CURSED 0x01000000 383#define PU_NOT_CURSED 0x01000000
387#define PU_JEWELS 0x02000000 384#define PU_JEWELS 0x02000000
385#define PU_FLESH 0x04000000
388 386
389 387
390/* Instead of using arbitrary constants for indexing the 388/* Instead of using arbitrary constants for indexing the
391 * freearr, add these values. <= SIZEOFFREE1 will get you 389 * freearr, add these values. <= SIZEOFFREE1 will get you
392 * within 1 space. <= SIZEOFFREE2 wll get you withing 390 * within 1 space. <= SIZEOFFREE2 wll get you withing

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines