version 1.32 | | version 1.33 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.32 2005/08/31 21:53:08 akirschbaum Exp $"; | | * "$Id: newserver.h,v 1.33 2005/10/24 22:51:03 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
}; | | }; |
| | |
/* True max is 16383 given current map compaction method */ | | /* True max is 16383 given current map compaction method */ |
#define MAXFACENUM 5000 | | |
#define MAXANIMNUM 2000 | | #define MAXANIMNUM 2000 |
| | |
struct statsinfo { | | struct statsinfo { |
| | |
enum Sock_Status status; | | enum Sock_Status status; |
int fd; | | int fd; |
struct Map lastmap; | | struct Map lastmap; |
uint8 faces_sent[MAXFACENUM]; /* This is a bitmap on sent face status */ | | uint8 *faces_sent; /* This is a bitmap on sent face status; it has nrofpixmaps entries */ |
uint8 anims_sent[MAXANIMNUM]; | | uint8 anims_sent[MAXANIMNUM]; |
struct statsinfo stats; | | struct statsinfo stats; |
/* If we get an incomplete packet, this is used to hold the data. */ | | /* If we get an incomplete packet, this is used to hold the data. */ |