ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/Protocol.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.18 by root, Mon Jun 5 01:59:59 2006 UTC vs.
Revision 1.19 by root, Mon Jun 5 05:06:23 2006 UTC

509 my ($face) = splice @{ $self->{face_prefetch} }, + rand @{ $self->{face_prefetch} }, 1, (); 509 my ($face) = splice @{ $self->{face_prefetch} }, + rand @{ $self->{face_prefetch} }, 1, ();
510 510
511 $self->send ("requestinfo image_sums $face $face"); 511 $self->send ("requestinfo image_sums $face $face");
512 512
513 $self->{statusbox}->add (CFClient::UI::Label::escape "prefetching $todo", 513 $self->{statusbox}->add (CFClient::UI::Label::escape "prefetching $todo",
514 group => "prefetch", timeout => 2, fg => [1, 1, 0, 0.5]); 514 group => "prefetch", timeout => 3, fg => [1, 1, 0, 0.5]);
515 } elsif (!exists $self->{num_faces}) { 515 } elsif (!exists $self->{num_faces}) {
516 $self->send ("requestinfo image_info"); 516 $self->send ("requestinfo image_info");
517 517
518 $self->{num_faces} = 0; 518 $self->{num_faces} = 0;
519 519
520 $self->{statusbox}->add (CFClient::UI::Label::escape "starting to prefetch", 520 $self->{statusbox}->add (CFClient::UI::Label::escape "starting to prefetch",
521 group => "prefetch", timeout => 2, fg => [1, 1, 0, 0.5]); 521 group => "prefetch", timeout => 3, fg => [1, 1, 0, 0.5]);
522 } 522 }
523} 523}
524 524
525sub update_floorbox { 525sub update_floorbox {
526 $CFClient::UI::ROOT->on_refresh ($::FLOORBOX => sub { 526 $CFClient::UI::ROOT->on_refresh ($::FLOORBOX => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines