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.39 by root, Thu Mar 15 03:30:37 2007 UTC vs.
Revision 1.40 by root, Thu Mar 15 16:25:45 2007 UTC

188 bool ACC (RW, afk); /* player is afk */ 188 bool ACC (RW, afk); /* player is afk */
189 bool ACC (RW, facecache); /* If true, client is caching images */ 189 bool ACC (RW, facecache); /* If true, client is caching images */
190 bool ACC (RW, sent_scroll); 190 bool ACC (RW, sent_scroll);
191 bool ACC (RW, sound); /* does the client want sound */ 191 bool ACC (RW, sound); /* does the client want sound */
192 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */ 192 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */
193 bool ACC (RW, plugincmd); /* CF+ extend the protocol through a plug-in */ 193 bool ACC (RW, plugincmd); // extend the protocol through a plug-in */
194 bool ACC (RW, mapinfocmd); /* CF+ return map info and send map change info */ 194 bool ACC (RW, mapinfocmd); // return map info and send map change info
195 bool ACC (RW, extcmd); /* CF+ call into extensions/plugins */ 195 bool ACC (RW, extcmd); // call into extensions/plugins
196 bool ACC (RW, extmap); /* CF+ extend map comamnd with extra data */ 196 bool ACC (RW, extmap); // extend map comamnd with extra data
197 bool ACC (RW, buggy_mapscroll); /* CF+ client crashes on large mapscrolls */ 197 bool ACC (RW, buggy_mapscroll); // client crashes on large mapscrolls
198 bool ACC (RW, force_face0); /* CF+ client workaround for buggy checksum calculation in gcfclient */ 198 bool ACC (RW, force_face0); // client workaround for buggy checksum calculation in gcfclient
199 bool ACC (RW, force_bad_checksum); /* CF+ client workaround for buggy checksum calculation in gcfclient */ 199 bool ACC (RW, force_bad_checksum); // client workaround for buggy checksum calculation in gcfclient
200 bool ACC (RW, force_image_newmap); // client workaround for client not redrawing map on image upload
200 bool ACC (RW, darkness); /* True if client wants darkness information */ 201 bool ACC (RW, darkness); /* True if client wants darkness information */
201 bool ACC (RW, image2); /* Client wants image2/face2 commands */ 202 bool ACC (RW, image2); /* Client wants image2/face2 commands */
202 bool ACC (RW, update_look); /* If true, we need to send the look window */ 203 bool ACC (RW, update_look); /* If true, we need to send the look window */
203 bool ACC (RW, has_readable_type); /* If true client accept additional text information */ 204 bool ACC (RW, has_readable_type); /* If true client accept additional text information */
204 /* used to arrange text in books, scrolls, or scripted dialogs */ 205 /* used to arrange text in books, scrolls, or scripted dialogs */
206 bool ACC (RW, ext_mapinfos); /* If true client accepts additional info on maps */ 207 bool ACC (RW, ext_mapinfos); /* If true client accepts additional info on maps */
207 /* Below are flags for extedend infos to pass to client 208 /* Below are flags for extedend infos to pass to client
208 * with S->C mapextended command */ 209 * with S->C mapextended command */
209 bool ACC (RW, EMI_smooth); /* Send smooth in extendmapinfos */ 210 bool ACC (RW, EMI_smooth); /* Send smooth in extendmapinfos */
210 211
212 bool ACC (RW, force_newmap); // force a newmap before next map update
211 uint32 ACC (RW, supported_readables); /* each bit is a readable supported by client */ 213 uint32 ACC (RW, supported_readables); /* each bit is a readable supported by client */
212 uint32 ACC (RW, cs_version), ACC (RW, sc_version); /* versions of the client */ 214 uint32 ACC (RW, cs_version), ACC (RW, sc_version); /* versions of the client */
213 enum MapMode mapmode; /* Type of map commands the client wants. */ 215 enum MapMode mapmode; /* Type of map commands the client wants. */
214 uint16 ACC (RW, look_position); /* start of drawing of look window */ 216 uint16 ACC (RW, look_position); /* start of drawing of look window */
215 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */ 217 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines