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.44 by root, Mon May 28 21:15:56 2007 UTC vs.
Revision 1.45 by root, Sat Jun 9 22:54:03 2007 UTC

61 * You don't have to change anything here to get a working program, but 61 * You don't have to change anything here to get a working program, but
62 * you may want to on personal preferance. Items are arranged 62 * you may want to on personal preferance. Items are arranged
63 * alphabetically. 63 * alphabetically.
64 * 64 *
65 * Short list of features, and what to search for: 65 * Short list of features, and what to search for:
66 * CS_LOGSTATS - log various new client/server data.
67 * DEBUG - more verbose message logging? 66 * DEBUG - more verbose message logging?
68 * MAP_CLIENT_X, MAP_CLIENT_Y - determines max size client map will receive 67 * MAP_CLIENT_X, MAP_CLIENT_Y - determines max size client map will receive
69 * MAX_TIME - how long an internal tick is in microseconds 68 * MAX_TIME - how long an internal tick is in microseconds
70 * MANY_CORES - generate core dumps on gross errors instead of continuing? 69 * MANY_CORES - generate core dumps on gross errors instead of continuing?
71 * PARTY_KILL_LOG - stores party kill information 70 * PARTY_KILL_LOG - stores party kill information
141#define ARMOR_SPEED_LINEAR TRUE 140#define ARMOR_SPEED_LINEAR TRUE
142#define CREATE_HOME_PORTALS FALSE 141#define CREATE_HOME_PORTALS FALSE
143 142
144/* you can edit the ones below */ 143/* you can edit the ones below */
145 144
146
147/* CS_LOGSTATS will cause the server to log various usage stats
148 * (number of connections, amount of data sent, amount of data received,
149 * and so on.) This can be very useful if you are trying to measure
150 * server/bandwidth usage. It will periodially dump out information
151 * which contains usage stats for the last X amount of time.
152 * CS_LOGTIME is how often it will print out stats.
153 */
154#define CS_LOGSTATS
155#define CS_LOGTIME 600
156
157/* DEBUG generates copious amounts of output. I tend to change the CC options 145/* DEBUG generates copious amounts of output. I tend to change the CC options
158 * in the crosssite.def file if I want this. By default, you probably 146 * in the crosssite.def file if I want this. By default, you probably
159 * dont want this defined. 147 * dont want this defined.
160 */ 148 */
161#ifndef DEBUG 149#ifndef DEBUG

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines