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.84 by root, Sat Dec 27 01:25:00 2008 UTC vs.
Revision 1.86 by root, Wed Sep 2 16:54:20 2009 UTC

180 bool ACC (RW, sent_scroll); 180 bool ACC (RW, sent_scroll);
181 bool ACC (RW, sound); /* does the client want sound */ 181 bool ACC (RW, sound); /* does the client want sound */
182 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */ 182 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */
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, extmap); // extend map command with extra data
187 bool ACC (RW, update_look); /* If true, we need to send the look window */ 186 bool ACC (RW, update_look); /* If true, we need to send the look window */
188 bool ACC (RW, has_readable_type); /* If true client accept additional text information */ 187 bool ACC (RW, has_readable_type); /* If true client accept additional text information */
189 /* used to arrange text in books, scrolls, or scripted dialogs */ 188 /* used to arrange text in books, scrolls, or scripted dialogs */
190 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */ 189 bool ACC (RW, monitor_spells); /* Client wishes to be informed when their spell list changes */
191 bool ACC (RW, smoothing); // deliantra-style smoothing 190 bool ACC (RW, smoothing); // deliantra-style smoothing
192 bool ACC (RW, can_msg); // deliantra-style text messages
193 191
194 bool ACC (RW, force_newmap); // force a newmap before next map update 192 bool ACC (RW, force_newmap); // force a newmap before next map update
195 uint32 ACC (RW, supported_readables); /* each bit is a readable supported by client */ 193 uint32 ACC (RW, supported_readables); /* each bit is a readable supported by client */
196 uint32 ACC (RW, cs_version), ACC (RW, sc_version); /* versions of the client */ 194 uint32 ACC (RW, cs_version), ACC (RW, sc_version); /* versions of the client */
197 uint16 ACC (RW, look_position); /* start of drawing of look window */ 195 uint16 ACC (RW, look_position); /* start of drawing of look window */
206 shstr ACC (RW, version); // CF+ client name/version 204 shstr ACC (RW, version); // CF+ client name/version
207 uint8 ACC (RW, faceset); // CF+ selected faceset 205 uint8 ACC (RW, faceset); // CF+ selected faceset
208 206
209 tstamp ACC (RW, last_send); // last data send on socket. 207 tstamp ACC (RW, last_send); // last data send on socket.
210 208
209 float ACC (RW, socket_timeout); /* after how many seconds of no ack do we declare dead */
211 int ACC (RW, rate_avail); // current rate balance 210 int ACC (RW, rate_avail); // current rate balance
212 int ACC (RW, max_rate); // max. # of bytes to send per tick 211 int ACC (RW, max_rate); // max. # of bytes to send per tick
213 faceidx ACC (RW, scrub_idx); // which face to send next 212 faceidx ACC (RW, scrub_idx); // which face to send next
214 int ACC (RW, bg_scrub); // how many ticks till the next background face send 213 int ACC (RW, bg_scrub); // how many ticks till the next background face send
215 214

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines