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.56 by root, Sun Nov 8 20:55:39 2009 UTC vs.
Revision 1.58 by root, Sun Jan 31 03:46:20 2010 UTC

199 * MAX_ITEM_PER_ACTION defines how many items a player can drop/take etc. at once. 199 * MAX_ITEM_PER_ACTION defines how many items a player can drop/take etc. at once.
200 * (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
201 * 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)).
202 */ 202 */
203 203
204#define MAX_ITEM_PER_ACTION 50 204#define MAX_ITEM_PER_ACTION 100
205 205
206/* Polymorph as it currently stands is unbalancing, so by default 206/* Polymorph as it currently stands is unbalancing, so by default
207 * 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
208 * it can be abused in various ways. 208 * it can be abused in various ways.
209 */ 209 */
331 * 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,
332 * archetypes highscore and treaures files and directories can be found. 332 * archetypes highscore and treaures files and directories can be found.
333 */ 333 */
334 334
335#define MAPDIR "maps" 335#define MAPDIR "maps"
336#define TEMPLATE_DIR "template-maps"
337#define ARCHETYPES "archetypes" 336#define ARCHETYPES "archetypes"
338#define REGIONS "regions" 337#define REGIONS "regions"
339#define HIGHSCORE "highscore"
340#define TREASURES "treasures" 338#define TREASURES "treasures"
341
342#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */
343 339
344#define MAXSTRING 20 340#define MAXSTRING 20
345 341
346#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 :) */
347 343

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines