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

Comparing deliantra/server/include/newserver.h (file contents):
Revision 1.2 by root, Sat Apr 15 22:38:30 2006 UTC vs.
Revision 1.3 by root, Sun Jun 11 15:02:14 2006 UTC

1/* 1/*
2 * static char *rcsid_newserver_h = 2 * static char *rcsid_newserver_h =
3 * "$Id: newserver.h,v 1.2 2006/04/15 22:38:30 root Exp $"; 3 * "$Id: newserver.h,v 1.3 2006/06/11 15:02:14 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
119 uint32 sound:1; /* does the client want sound */ 119 uint32 sound:1; /* does the client want sound */
120 uint32 exp64:1; /* Client wants 64 bit exp data, as well as skill data */ 120 uint32 exp64:1; /* Client wants 64 bit exp data, as well as skill data */
121 uint32 newmapcmd:1; /* Send newmap command when entering new map SMACFIGGEN*/ 121 uint32 newmapcmd:1; /* Send newmap command when entering new map SMACFIGGEN*/
122 uint32 plugincmd:1; /* CF+ extend the protocol through a plug-in */ 122 uint32 plugincmd:1; /* CF+ extend the protocol through a plug-in */
123 uint32 mapinfocmd:1; /* CF+ return map info and send map change info */ 123 uint32 mapinfocmd:1; /* CF+ return map info and send map change info */
124 uint32 extcmd:1; /* CF+ call into extensions/plugins */
124 uint32 darkness:1; /* True if client wants darkness information */ 125 uint32 darkness:1; /* True if client wants darkness information */
125 uint32 image2:1; /* Client wants image2/face2 commands */ 126 uint32 image2:1; /* Client wants image2/face2 commands */
126 uint32 update_look:1; /* If true, we need to send the look window */ 127 uint32 update_look:1; /* If true, we need to send the look window */
127 uint32 can_write:1; /* Can we write to this socket? */ 128 uint32 can_write:1; /* Can we write to this socket? */
128 uint32 has_readable_type:1; /* If true client accept additional text information 129 uint32 has_readable_type:1; /* If true client accept additional text information

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines