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.48 by root, Tue Apr 24 00:42:02 2007 UTC vs.
Revision 1.49 by root, Wed Apr 25 18:47:50 2007 UTC

19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 * 21 *
22 * The authors can be reached via e-mail at crossfire@schmorp.de 22 * The authors can be reached via e-mail at crossfire@schmorp.de
23 */ 23 */
24
25#define NUM_OUTPUT_BUFS 5
26struct Output_Buf
27{
28 shstr buf; /* Actual string pointer */
29 uint32 first_update; /* First time this message was stored */
30 uint16 count; /* How many times we got this message */
31};
32 24
33/* wand/rod/horn rolled into range_misc. They all use the same body location 25/* wand/rod/horn rolled into range_misc. They all use the same body location
34 * anyways. 26 * anyways.
35 */ 27 */
36enum rangetype 28enum rangetype
184 sint8 blocked_los[MAP_CLIENT_X][MAP_CLIENT_Y]; /* array showing what spaces */ 176 sint8 blocked_los[MAP_CLIENT_X][MAP_CLIENT_Y]; /* array showing what spaces */
185 /* the player can see. For maps smaller than */ 177 /* the player can see. For maps smaller than */
186 /* MAP_CLIENT_.., the upper left is used */ 178 /* MAP_CLIENT_.., the upper left is used */
187 179
188 shstr ACC (RW, invis_race); /* What race invisible to? */ 180 shstr ACC (RW, invis_race); /* What race invisible to? */
189 Output_Buf outputs[NUM_OUTPUT_BUFS]; /* holds output strings to client */
190 181
191 MTH static player *create (); 182 MTH static player *create ();
192 183
193 static player *load_pl (object_thawer &thawer); 184 static player *load_pl (object_thawer &thawer);
194 MTH static player *load_pl (const char *path); 185 MTH static player *load_pl (const char *path);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines