ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/init.C
(Generate patch)

Comparing deliantra/server/common/init.C (file contents):
Revision 1.34 by root, Thu May 17 13:24:54 2007 UTC vs.
Revision 1.35 by root, Thu May 17 14:14:54 2007 UTC

1/* 1/*
2 * CrossFire, A Multiplayer game for X-windows 2 * CrossFire, A Multiplayer game
3 * 3 *
4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team 4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team
5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team 5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (C) 1992 Frank Tore Johansen 6 * Copyright (C) 1992 Frank Tore Johansen
7 * 7 *
86 RESURRECTION, 86 RESURRECTION,
87 SEARCH_ITEMS, 87 SEARCH_ITEMS,
88 SPELL_ENCUMBRANCE, 88 SPELL_ENCUMBRANCE,
89 SPELL_FAILURE_EFFECTS, 89 SPELL_FAILURE_EFFECTS,
90 SET_FRIENDLY_FIRE, 90 SET_FRIENDLY_FIRE,
91 CASTING_TIME, 91 0,
92 REAL_WIZ, 92 0,
93 EXPLORE_MODE, 93 EXPLORE_MODE,
94 SPELLPOINT_LEVEL_DEPEND, 94 SPELLPOINT_LEVEL_DEPEND,
95 MOTD, 95 MOTD,
96 "rules", 96 "rules",
97 "news", 97 "news",
104 ARMOR_MAX_ENCHANT, 104 ARMOR_MAX_ENCHANT,
105 ARMOR_WEIGHT_REDUCTION, 105 ARMOR_WEIGHT_REDUCTION,
106 ARMOR_WEIGHT_LINEAR, 106 ARMOR_WEIGHT_LINEAR,
107 ARMOR_SPEED_IMPROVEMENT, 107 ARMOR_SPEED_IMPROVEMENT,
108 ARMOR_SPEED_LINEAR, 108 ARMOR_SPEED_LINEAR,
109 1, /* no_player_stealing */
110 1, /* create_home_portals */
111}; 109};
112 110
113/* perhaps not the best place for this, but needs to be 111/* perhaps not the best place for this, but needs to be
114 * in some file in the common area so that standalone 112 * in some file in the common area so that standalone
115 * programs, like the random map generator, can be built. 113 * programs, like the random map generator, can be built.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines