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.97 by root, Thu Apr 8 20:05:35 2010 UTC vs.
Revision 1.98 by root, Sun Apr 11 23:48:57 2010 UTC

177 177
178 bool ACC (RW, afk); /* player is afk */ 178 bool ACC (RW, afk); /* player is afk */
179 bool ACC (RW, sent_scroll); 179 bool ACC (RW, sent_scroll);
180 bool ACC (RW, sound); /* does the client want sound */ 180 bool ACC (RW, sound); /* does the client want sound */
181 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */ 181 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */
182
182 bool ACC (RW, plugincmd); // extend the protocol through a plug-in */ 183 bool ACC (RW, plugincmd); // extend the protocol through a plug-in */
183 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
184 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 */
185 bool ACC (RW, update_look); /* If true, we need to send the look window */ 187 bool ACC (RW, update_look); /* If true, we need to send the look window */
186 bool ACC (RW, update_spells); // If true, we need to esrv_update_spells 188 bool ACC (RW, update_spells); // If true, we need to esrv_update_spells
187 bool ACC (RW, has_readable_type); /* If true client accept additional text information */ 189 bool ACC (RW, has_readable_type); /* If true client accept additional text information */
188 /* used to arrange text in books, scrolls, or scripted dialogs */ 190 /* 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 */ 191 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines