ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/image.C
(Generate patch)

Comparing deliantra/server/socket/image.C (file contents):
Revision 1.69 by root, Mon Oct 29 23:55:57 2012 UTC vs.
Revision 1.70 by root, Sun Nov 4 02:20:11 2012 UTC

88 fprintf (stderr, "\n"); 88 fprintf (stderr, "\n");
89#endif 89#endif
90} 90}
91 91
92/** 92/**
93 * Sends a face to a client if they are in pixmap mode 93 * Sends a face offer (fx) to a client.
94 * nothing gets sent in bitmap mode.
95 * If nocache is true (nonzero), ignore the cache setting from the client - 94 * If nocache is true (nonzero), ignore the cache setting from the client -
96 * this is needed for the askface, in which we really do want to send the 95 * this is needed for the askface, in which we really do want to send the
97 * face (and askface is the only place that should be setting it). Otherwise, 96 * face (and askface is the only place that should be setting it). Otherwise,
98 * we look at the facecache, and if set, send the image name. 97 * we look at the facecache, and if set, send the image name.
99 */ 98 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines