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

Comparing deliantra/server/include/config.h (file contents):
Revision 1.18 by root, Fri Jun 30 00:47:56 2006 UTC vs.
Revision 1.19 by root, Mon Sep 4 11:07:59 2006 UTC

1/* 1/*
2 * static char *rcsid_config_h = 2 * static char *rcsid_config_h =
3 * "$Id: config.h,v 1.18 2006/06/30 00:47:56 root Exp $"; 3 * "$Id: config.h,v 1.19 2006/09/04 11:07:59 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
606#define HIGHSCORE "highscore" 606#define HIGHSCORE "highscore"
607#define TREASURES "treasures" 607#define TREASURES "treasures"
608#define BANISHFILE "banish_file" 608#define BANISHFILE "banish_file"
609 609
610#define MAX_ERRORS 25 /* Bail out if more are received during tick */ 610#define MAX_ERRORS 25 /* Bail out if more are received during tick */
611#define STARTMAX 4000 /* How big array of objects to start with */
612#define OBJ_EXPAND 500 /* How big steps to use when expanding array */ 611#define OBJ_EXPAND 5000 /* How big steps to use when expanding array */
613 612
614#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */ 613#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */
615 614
616#define ARCHTABLE 16384 /* Arch hashtable size */ 615#define ARCHTABLE 16384 /* Arch hashtable size */
617#define MAXSTRING 20 616#define MAXSTRING 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines