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.100 by root, Thu Apr 15 00:36:51 2010 UTC

171 uint32 ACC (RW, last_path_repelled); /* Last spell repelled sent to client */ 171 uint32 ACC (RW, last_path_repelled); /* Last spell repelled sent to client */
172 uint32 ACC (RW, last_path_denied); /* Last spell denied sent to client */ 172 uint32 ACC (RW, last_path_denied); /* Last spell denied sent to client */
173 living ACC (RO, last_stats); /* Last stats as sent to client */ 173 living ACC (RO, last_stats); /* Last stats as sent to client */
174 float ACC (RW, last_speed); /* Last speed as sent to client */ 174 float ACC (RW, last_speed); /* Last speed as sent to client */
175 sint16 ACC (RW, last_resist[NROFATTACKS]);/* last resist values sent to client */ 175 sint16 ACC (RW, last_resist[NROFATTACKS]);/* last resist values sent to client */
176 sint64 ACC (RW, last_skill_exp[NUM_SKILLS]);/* shadow register. if != exp. obj update client */ 176 sint64 ACC (RW, last_skill_exp[CS_NUM_SKILLS]);/* shadow register. if != exp. obj update client */
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 */
187
185 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 */
186 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
187 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 */
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 */ 191 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */
192
190 bool ACC (RW, smoothing); // deliantra-style smoothing 193 bool ACC (RW, smoothing); // deliantra-style smoothing
191
192 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
193 uint16 ACC (RW, look_position); /* start of drawing of look window */ 195 uint16 ACC (RW, look_position); /* start of drawing of look window */
194 uint16 ACC (RW, mss); // likely tcp maximum segment size 196 uint16 ACC (RW, mss); // likely tcp maximum segment size
195 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */ 197 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */
196 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