--- deliantra/Deliantra-Client/bin/pclient 2006/04/17 19:36:27 1.123 +++ deliantra/Deliantra-Client/bin/pclient 2006/04/17 20:29:37 1.125 @@ -51,6 +51,8 @@ our $CONSOLE; our $METASERVER; +our $GAUGES; + our $SDL_ACTIVE; our $SDL_EV; our %SDL_CB; @@ -302,8 +304,8 @@ my $window = new CFClient::UI::FancyFrame border_bg => [1, 1, 1, 0.5], bg => [0.3, 0.3, 0.3, 0.8], - user_w => $::WIDTH/4, - user_h => $::HEIGHT, + user_w => int $::WIDTH / 3, + user_h => int $::HEIGHT / 5, child => (my $vbox = new CFClient::UI::VBox); $vbox->add ($LOGVIEW = new CFClient::UI::TextView @@ -439,6 +441,16 @@ }); $BUTTONBAR->{children}[1]->emit ("activate"); # pop up server setup + + my $tgw = new CFClient::UI::FancyFrame (x => $WIDTH - 150, y => 0); + $tgw->add (my $hb = new CFClient::UI::HBox (req_w => 60, req_h => 150)); + $hb->add (my $fg = new CFClient::UI::VGauge (w => 30, h => 150, gauge => 'food', expand => 1)); + $hb->add (my $mg = new CFClient::UI::VGauge (w => 30, h => 150, gauge => 'mana', expand => 1)); + $hb->add (my $hg = new CFClient::UI::VGauge (w => 30, h => 150, gauge => 'hp', expand => 1)); + $hb->add (my $gg = new CFClient::UI::VGauge (w => 30, h => 150, gauge => 'grace', expand => 1)); + + $GAUGES = { food => $fg, mana => $mg, hp => $hg, grace => $gg }; + $CFClient::UI::ROOT->add ($tgw); } sub destroy_screen { @@ -504,6 +516,27 @@ @conn::ISA = Crossfire::Protocol::; +sub conn::stats_update { + my ($self, $stats) = @_; + + # i love text protocols!!! + # FIXME: the stats are somehow weird + my $hp = $stats->{1}; + my $hp_m = $stats->{2}; + my $sp = $stats->{3}; + my $sp_m = $stats->{4}; + my $fo = $stats->{18}; + my $fo_m = 1000; + my $gr = $stats->{23}; + my $gr_m = $stats->{24}; + + #d# warn "DATA $hp $hp_m $sp $sp_m $fo $fo_m $gr $gr_m\n"; + $GAUGES->{hp}->set_value ($hp, $hp_m); + $GAUGES->{mana}->set_value ($sp, $sp_m); + $GAUGES->{food}->set_value ($fo, $fo_m); + $GAUGES->{grace}->set_value ($gr, $gr_m); +} + sub conn::user_send { my ($self, $command) = @_; @@ -587,7 +620,8 @@ $x += $MAP->ox; $y += $MAP->oy; - $self->load_map ($hash, $x, $y); + $self->load_map ($hash, $x, $y) + unless $self->{neigh}{$hash}[5]++;#d# $neigh->[$tile] = [$x, $y, $w, $h];