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.36 by root, Thu Mar 15 16:25:45 2007 UTC vs.
Revision 1.37 by root, Mon Mar 19 13:28:16 2007 UTC

266 "*** WARNING:\n" 266 "*** WARNING:\n"
267 "*** Your client does not support face/image caching,\n" 267 "*** Your client does not support face/image caching,\n"
268 "*** or it has been disabled. Face caching is mandatory\n" 268 "*** or it has been disabled. Face caching is mandatory\n"
269 "*** so please enable it or use a newer client.\n" 269 "*** so please enable it or use a newer client.\n"
270 "***\n" 270 "***\n"
271 "*** Look at your client preferences:\n" 271 "*** To enable it, look at your client preferences and reconnect:\n"
272 "***\n" 272 "***\n"
273 "*** CFPlus: all known versions automatically enable the facecache.\n" 273 "*** CFPlus: all known versions automatically enable the facecache.\n"
274 "*** cfclient: use the -cache commandline option.\n" 274 "*** cfclient: use the -cache commandline option.\n"
275 "*** cfclient: map will not redraw automatically (bug).\n" 275 "*** cfclient: map will not redraw automatically (bug).\n"
276 "*** gcfclient: use -cache commandline option, or enable\n" 276 "*** gcfclient: use -cache commandline option, or enable\n"
278 "*** jcrossclient: your client is broken, use CFPlus or gcfclient.\n" 278 "*** jcrossclient: your client is broken, use CFPlus or gcfclient.\n"
279 "***\n" 279 "***\n"
280 "***\n", 280 "***\n",
281 NDI_RED 281 NDI_RED
282 ); 282 );
283 return; 283 //return;
284 //return send_image (facenum); 284 return send_image (facenum);
285 } 285 }
286 286
287 packet sl; 287 packet sl;
288 288
289 if (force_face0) 289 if (force_face0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines