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.55 by root, Thu Oct 15 21:40:42 2009 UTC vs.
Revision 1.58 by root, Sun Jan 31 03:46:20 2010 UTC

193 * players, monsters, or items with speed 1 can do one thing. 193 * players, monsters, or items with speed 1 can do one thing.
194 */ 194 */
195 195
196#define MAX_TIME 120000 196#define MAX_TIME 120000
197 197
198
199/* 198/*
200 * MAX_ITEM_PER_DROP defines how many items a player can drop at once. 199 * MAX_ITEM_PER_ACTION defines how many items a player can drop/take etc. at once.
201 * (be careful to set this to high values, as dropping lots of things 200 * (be careful to set this to high values, as dropping lots of things
202 * can be a performance problem (for which a fix is worked on)). 201 * can be a performance problem (for which a fix is worked on)).
203 */ 202 */
204 203
205#define MAX_ITEM_PER_DROP 100 204#define MAX_ITEM_PER_ACTION 100
206 205
207/* Polymorph as it currently stands is unbalancing, so by default 206/* Polymorph as it currently stands is unbalancing, so by default
208 * we have it disabled. It can be enabled and it works, but 207 * we have it disabled. It can be enabled and it works, but
209 * it can be abused in various ways. 208 * it can be abused in various ways.
210 */ 209 */
332 * These defines tells where, relative to LIBDIR, the maps, the map-index, 331 * These defines tells where, relative to LIBDIR, the maps, the map-index,
333 * archetypes highscore and treaures files and directories can be found. 332 * archetypes highscore and treaures files and directories can be found.
334 */ 333 */
335 334
336#define MAPDIR "maps" 335#define MAPDIR "maps"
337#define TEMPLATE_DIR "template-maps"
338#define ARCHETYPES "archetypes" 336#define ARCHETYPES "archetypes"
339#define REGIONS "regions" 337#define REGIONS "regions"
340#define HIGHSCORE "highscore"
341#define TREASURES "treasures" 338#define TREASURES "treasures"
342
343#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */
344 339
345#define MAXSTRING 20 340#define MAXSTRING 20
346 341
347#define COMMAND_HASH_SIZE 107 /* If you change this, delete all characters :) */ 342#define COMMAND_HASH_SIZE 107 /* If you change this, delete all characters :) */
348 343

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines