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.89 by root, Thu Nov 5 15:57:15 2009 UTC vs.
Revision 1.91 by root, Mon Nov 9 18:47:56 2009 UTC

185 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */ 185 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */
186 bool ACC (RW, plugincmd); // extend the protocol through a plug-in */ 186 bool ACC (RW, plugincmd); // extend the protocol through a plug-in */
187 bool ACC (RW, mapinfocmd); // return map info and send map change info 187 bool ACC (RW, mapinfocmd); // return map info and send map change info
188 uint8_t ACC (RW, extcmd); // call into extensions/plugins 188 uint8_t ACC (RW, extcmd); // call into extensions/plugins
189 bool ACC (RW, update_look); /* If true, we need to send the look window */ 189 bool ACC (RW, update_look); /* If true, we need to send the look window */
190 bool ACC (RW, update_spells); // If true, we need to esrv_update_spells
190 bool ACC (RW, has_readable_type); /* If true client accept additional text information */ 191 bool ACC (RW, has_readable_type); /* If true client accept additional text information */
191 /* used to arrange text in books, scrolls, or scripted dialogs */ 192 /* used to arrange text in books, scrolls, or scripted dialogs */
192 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */ 193 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */
193 bool ACC (RW, smoothing); // deliantra-style smoothing 194 bool ACC (RW, smoothing); // deliantra-style smoothing
194 195
291 MTH int outputbuffer_len () const { return outputbuffer.len; } 292 MTH int outputbuffer_len () const { return outputbuffer.len; }
292 void send (void *buf_, int len); 293 void send (void *buf_, int len);
293 294
294 void send_packet (const char *buf); 295 void send_packet (const char *buf);
295 void send_packet (const char *buf, int len); 296 void send_packet (const char *buf, int len);
296 void send_packet_printf (const char *format, ...); 297 void send_packet_printf (const char *format, ...) attribute ((format (printf, 2, 3)));
297 void send_packet (packet &sl); 298 void send_packet (packet &sl);
298 299
299 void send_drawinfo (const char *msg, int flags = NDI_BLACK); 300 void send_drawinfo (const char *msg, int flags = NDI_BLACK);
300 301
301 MTH void send_face (faceidx facenum, int pri = 0); 302 MTH void send_face (faceidx facenum, int pri = 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines