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.114 by root, Sun Nov 18 09:39:11 2012 UTC vs.
Revision 1.115 by root, Wed Nov 21 13:22:34 2012 UTC

178 bool ACC (RW, need_delinv0); /* If true, we need to delinv 0 before sending new floorbox */ 178 bool ACC (RW, need_delinv0); /* If true, we need to delinv 0 before sending new floorbox */
179 179
180 bool ACC (RW, update_look); /* If true, we need to send the look window */ 180 bool ACC (RW, update_look); /* If true, we need to send the look window */
181 bool ACC (RW, update_spells); // If true, we need to esrv_update_spells 181 bool ACC (RW, update_spells); // If true, we need to esrv_update_spells
182 bool ACC (RW, has_readable_type); /* If true client accept additional text information */ 182 bool ACC (RW, has_readable_type); /* If true client accept additional text information */
183 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */ 183 uint8 ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */
184 184
185 bool ACC (RW, smoothing); // deliantra-style smoothing 185 bool ACC (RW, smoothing); // deliantra-style smoothing
186 bool ACC (RW, force_newmap); // force a newmap before next map update 186 bool ACC (RW, force_newmap); // force a newmap before next map update
187 uint16 ACC (RW, look_position); /* start of drawing of look window */ 187 uint16 ACC (RW, look_position); /* start of drawing of look window */
188 uint16 ACC (RW, mss); // likely tcp maximum segment size 188 uint16 ACC (RW, mss); // likely tcp maximum segment size

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines