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.20 by root, Sat Sep 16 22:06:17 2006 UTC

1/*
2 * static char *rcsid_config_h =
3 * "$Id: config.h,v 1.18 2006/06/30 00:47:56 root Exp $";
4 */
5
6/* 1/*
7 CrossFire, A Multiplayer game for X-windows 2 CrossFire, A Multiplayer game for X-windows
8 3
9 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 4 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
10 Copyright (C) 1992 Frank Tore Johansen 5 Copyright (C) 1992 Frank Tore Johansen
606#define HIGHSCORE "highscore" 601#define HIGHSCORE "highscore"
607#define TREASURES "treasures" 602#define TREASURES "treasures"
608#define BANISHFILE "banish_file" 603#define BANISHFILE "banish_file"
609 604
610#define MAX_ERRORS 25 /* Bail out if more are received during tick */ 605#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 */ 606#define OBJ_EXPAND 5000 /* How big steps to use when expanding array */
613 607
614#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */ 608#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */
615 609
616#define ARCHTABLE 16384 /* Arch hashtable size */ 610#define ARCHTABLE 16384 /* Arch hashtable size */
617#define MAXSTRING 20 611#define MAXSTRING 20

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines