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

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.77 by root, Wed Mar 14 15:44:47 2007 UTC vs.
Revision 1.78 by root, Thu Mar 15 14:59:43 2007 UTC

576 "*** WARNING:\n" 576 "*** WARNING:\n"
577 "*** Your client does not support face/image caching,\n" 577 "*** Your client does not support face/image caching,\n"
578 "*** or it has been disabled. Face caching is mandatory\n" 578 "*** or it has been disabled. Face caching is mandatory\n"
579 "*** so please enable it or use a newer client.\n" 579 "*** so please enable it or use a newer client.\n"
580 "***\n" 580 "***\n"
581 "*** I will proceed as if face caching were enabled.\n" 581 "*** Look at your client preferences:\n"
582 "\n" 582 "***\n"
583 "*** CFPlus: all known versions automatically enable the facecache.\n"
584 "*** cfclient: use the -cache commandline option.\n"
585 "*** cfclient: map will not redraw automatically (bug).\n"
586 "*** gcfclient: use -cache commandline option, or enable\n"
587 "*** gcfclient: Client=>Configure=>Map & Image=>Cache Images.\n"
588 "*** jcrossclient: your client is broken, use CFPlus or gcfclient.\n"
589 "***\n"
583 "***\n", 590 "***\n",
584 NDI_RED 591 NDI_RED
585 ); 592 );
593
594 if (strstr (ns->version, "jcrossclient"))
595 /* let them, for now*/;
596 else
597 {
598 ns->flush ();
599 //ns->destroy ();
600 }
586 //ns->facecache = true; 601 //ns->facecache = true;
587 } 602 }
588 603
589 INVOKE_CLIENT (ADDME, ns, ARG_DATA (buf, len)); 604 INVOKE_CLIENT (ADDME, ns, ARG_DATA (buf, len));
590} 605}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines