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

Comparing deliantra/server/include/client.h (file contents):
Revision 1.96 by root, Thu Apr 8 19:31:22 2010 UTC vs.
Revision 1.97 by root, Thu Apr 8 20:05:35 2010 UTC

188 /* used to arrange text in books, scrolls, or scripted dialogs */ 188 /* used to arrange text in books, scrolls, or scripted dialogs */
189 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */ 189 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */
190 bool ACC (RW, smoothing); // deliantra-style smoothing 190 bool ACC (RW, smoothing); // deliantra-style smoothing
191 191
192 bool ACC (RW, force_newmap); // force a newmap before next map update 192 bool ACC (RW, force_newmap); // force a newmap before next map update
193 uint32 ACC (RW, supported_readables); /* each bit is a readable supported by client */
194 uint16 ACC (RW, look_position); /* start of drawing of look window */ 193 uint16 ACC (RW, look_position); /* start of drawing of look window */
195 uint16 ACC (RW, mss); // likely tcp maximum segment size 194 uint16 ACC (RW, mss); // likely tcp maximum segment size
196 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */ 195 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */
197 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */ 196 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */
198 uint8 ACC (RW, itemcmd); /* What version of the 'item' protocol command to use */ 197 uint8 ACC (RW, itemcmd); /* What version of the 'item' protocol command to use */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines