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.40 by root, Thu Mar 15 16:25:45 2007 UTC vs.
Revision 1.41 by root, Fri Mar 16 02:37:54 2007 UTC

196 bool ACC (RW, extmap); // extend map comamnd with extra data 196 bool ACC (RW, extmap); // extend map comamnd with extra data
197 bool ACC (RW, buggy_mapscroll); // client crashes on large mapscrolls 197 bool ACC (RW, buggy_mapscroll); // client crashes on large mapscrolls
198 bool ACC (RW, force_face0); // 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); // 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, force_image_newmap); // client workaround for client not redrawing map on image upload
201 bool ACC (RW, enable_bg_scrub); // client workaround, gcfclient becomes unusable if you send it images
201 bool ACC (RW, darkness); /* True if client wants darkness information */ 202 bool ACC (RW, darkness); /* True if client wants darkness information */
202 bool ACC (RW, image2); /* Client wants image2/face2 commands */ 203 bool ACC (RW, image2); /* Client wants image2/face2 commands */
203 bool ACC (RW, update_look); /* If true, we need to send the look window */ 204 bool ACC (RW, update_look); /* If true, we need to send the look window */
204 bool ACC (RW, has_readable_type); /* If true client accept additional text information */ 205 bool ACC (RW, has_readable_type); /* If true client accept additional text information */
205 /* used to arrange text in books, scrolls, or scripted dialogs */ 206 /* used to arrange text in books, scrolls, or scripted dialogs */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines