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.98 by root, Sun Apr 11 23:48:57 2010 UTC vs.
Revision 1.99 by root, Sun Apr 11 23:56:09 2010 UTC

182 182
183 bool ACC (RW, plugincmd); // extend the protocol through a plug-in */ 183 bool ACC (RW, plugincmd); // extend the protocol through a plug-in */
184 bool ACC (RW, mapinfocmd); // return map info and send map change info 184 bool ACC (RW, mapinfocmd); // return map info and send map change info
185 uint8_t ACC (RW, extcmd); // call into extensions/plugins 185 uint8_t ACC (RW, extcmd); // call into extensions/plugins
186 bool ACC (RW, need_delinv0); /* If true, we need to delinv 0 before sending new floorbox */ 186 bool ACC (RW, need_delinv0); /* If true, we need to delinv 0 before sending new floorbox */
187
187 bool ACC (RW, update_look); /* If true, we need to send the look window */ 188 bool ACC (RW, update_look); /* If true, we need to send the look window */
188 bool ACC (RW, update_spells); // If true, we need to esrv_update_spells 189 bool ACC (RW, update_spells); // If true, we need to esrv_update_spells
189 bool ACC (RW, has_readable_type); /* If true client accept additional text information */ 190 bool ACC (RW, has_readable_type); /* If true client accept additional text information */
190 /* used to arrange text in books, scrolls, or scripted dialogs */
191 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */ 191 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */
192
192 bool ACC (RW, smoothing); // deliantra-style smoothing 193 bool ACC (RW, smoothing); // deliantra-style smoothing
193
194 bool ACC (RW, force_newmap); // force a newmap before next map update 194 bool ACC (RW, force_newmap); // force a newmap before next map update
195 uint16 ACC (RW, look_position); /* start of drawing of look window */ 195 uint16 ACC (RW, look_position); /* start of drawing of look window */
196 uint16 ACC (RW, mss); // likely tcp maximum segment size 196 uint16 ACC (RW, mss); // likely tcp maximum segment size
197 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */ 197 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */
198 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */ 198 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines