ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.609 by root, Tue Nov 20 14:30:22 2012 UTC vs.
Revision 1.610 by root, Tue Nov 20 14:40:01 2012 UTC

3280 3280
3281=item $client->update_command_faces 3281=item $client->update_command_faces
3282 3282
3283=cut 3283=cut
3284 3284
3285our @COMMAND_FACES; # [normal commands, emotes, dm commands] 3285our %COMMAND_FACE;
3286 3286
3287sub cf::client::update_command_faces { 3287sub cf::client::update_command_faces {
3288 my ($self) = @_; 3288 my ($self) = @_;
3289 3289
3290 my @faces = ( 3290 my @faces = grep $_,
3291 $COMMAND_FACE{standard},
3291 $COMMAND_FACES[0], 3292 $COMMAND_FACE{emote},
3292 $COMMAND_FACES[1], 3293 $COMMAND_FACE{skill},
3293 $self->pl->ob->flag (cf::FLAG_WIZ) ? $COMMAND_FACES[2] : () 3294 $self->pl->ob->flag (cf::FLAG_WIZ) ? $COMMAND_FACE{dm} : (),
3294 ); 3295 ;
3295 3296
3296 $self->send_face ($_) 3297 $self->send_face ($_)
3297 for @faces; 3298 for @faces;
3298 $self->flush_fx; 3299 $self->flush_fx;
3299 3300
3300 $self->ext_msg (command_list => @faces); 3301 $self->ext_msg (command_list => @faces);
3301} 3302}
3302 3303
3303=item cf::client::set_command_faces $normal_commands, $emotes, $dm_commands 3304=item cf::client::set_command_face $type, $commands
3304 3305
3305=cut 3306=cut
3306 3307
3307sub cf::client::set_command_faces { 3308sub cf::client::set_command_face {
3308 @COMMAND_FACES = @_; 3309 my ($type, $list) = @_;
3310
3311 my $idx = &cf::face::set ( #d# ugly forward reference
3312 "command_list/$type" => cf::FT_RSRC,
3313 JSON::XS->new->utf8->encode ([ sort @$list ])
3314 );
3315
3316 $COMMAND_FACE{$type} = $idx;
3309} 3317}
3310 3318
3311cf::client->attach ( 3319cf::client->attach (
3312 on_connect => sub { 3320 on_connect => sub {
3313 my ($ns) = @_; 3321 my ($ns) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines