ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/player.h
(Generate patch)

Comparing deliantra/server/include/player.h (file contents):
Revision 1.75 by root, Fri Dec 28 12:44:45 2007 UTC vs.
Revision 1.76 by root, Wed Apr 23 07:25:54 2008 UTC

120 bool ACC (RW, do_los); /* If true, need to call update_los() in draw(), and clear */ 120 bool ACC (RW, do_los); /* If true, need to call update_los() in draw(), and clear */
121 bool ACC (RW, fire_on); /* Player should fire object, not move */ 121 bool ACC (RW, fire_on); /* Player should fire object, not move */
122 bool ACC (RW, run_on); /* Player should keep moving in dir until run is off */ 122 bool ACC (RW, run_on); /* Player should keep moving in dir until run is off */
123 bool ACC (RW, peaceful); /* If set, won't attack friendly creatures */ 123 bool ACC (RW, peaceful); /* If set, won't attack friendly creatures */
124 bool ACC (RW, hidden); /* If True, player (DM) is hidden from view */ 124 bool ACC (RW, hidden); /* If True, player (DM) is hidden from view */
125 bool ACC (RW, dirty); // set if player is dirty (not reliable yet!)
125 126
126 float ACC (RW, weapon_sp); /* Penalties to speed when fighting w speed >ws/10 */ 127 float ACC (RW, weapon_sp); /* Penalties to speed when fighting w speed >ws/10 */
127 float ACC (RW, weapon_sp_left); // same as speed_left, but for attacks 128 float ACC (RW, weapon_sp_left); // same as speed_left, but for attacks
128 living ACC (RO, orig_stats); /* Permanent real stats of player */ 129 living ACC (RO, orig_stats); /* Permanent real stats of player */
129 object_ptr last_skill_ob[NUM_SKILLS]; /* the exp object */ 130 object_ptr last_skill_ob[NUM_SKILLS]; /* the exp object */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines