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.315 by root, Mon Jul 23 17:53:55 2007 UTC vs.
Revision 1.324 by root, Sat Jul 28 14:23:17 2007 UTC

1181 my ($pl, $buf) = @_; 1181 my ($pl, $buf) = @_;
1182 1182
1183 my $msg = eval { $pl->ns->{json_coder}->decode ($buf) }; 1183 my $msg = eval { $pl->ns->{json_coder}->decode ($buf) };
1184 1184
1185 if (ref $msg) { 1185 if (ref $msg) {
1186 my ($type, $reply, @payload) =
1187 "ARRAY" eq ref $msg
1188 ? @$msg
1189 : ($msg->{msgtype}, $msg->{msgid}, %$msg); # TODO: version 1, remove
1190
1186 if (my $cb = $EXTCMD{$msg->{msgtype}}) { 1191 if (my $cb = $EXTCMD{$type}) {
1187 if (my %reply = $cb->($pl, $msg)) { 1192 my @reply = $cb->($pl, @payload);
1193
1188 $pl->ext_reply ($msg->{msgid}, %reply); 1194 $pl->ext_reply ($reply, @reply)
1189 } 1195 if $reply;
1190 } 1196 }
1191 } else { 1197 } else {
1192 warn "player " . ($pl->ob->name) . " sent unparseable ext message: <$buf>\n"; 1198 warn "player " . ($pl->ob->name) . " sent unparseable ext message: <$buf>\n";
1193 } 1199 }
1194 1200
1517sub hintmode { 1523sub hintmode {
1518 $_[0]{hintmode} = $_[1] if @_ > 1; 1524 $_[0]{hintmode} = $_[1] if @_ > 1;
1519 $_[0]{hintmode} 1525 $_[0]{hintmode}
1520} 1526}
1521 1527
1522=item $player->ext_reply ($msgid, %msg) 1528=item $player->ext_reply ($msgid, @msg)
1523 1529
1524Sends an ext reply to the player. 1530Sends an ext reply to the player.
1525 1531
1526=cut 1532=cut
1527 1533
1528sub ext_reply($$%) { 1534sub ext_reply($$@) {
1529 my ($self, $id, %msg) = @_; 1535 my ($self, $id, @msg) = @_;
1530 1536
1531 $msg{msgid} = $id; 1537 if ($self->ns->extcmd == 2) {
1538 $self->send ("ext " . $self->ns->{json_coder}->encode (["reply-$id", @msg]));
1539 } elsif ($self->ns->extcmd == 1) {
1540 #TODO: version 1, remove
1541 unshift @msg, msgtype => "reply", msgid => $id;
1532 $self->send ("ext " . $self->ns->{json_coder}->encode (\%msg)); 1542 $self->send ("ext " . $self->ns->{json_coder}->encode ({@msg}));
1543 }
1533} 1544}
1534 1545
1535=item $player->ext_event ($type, %msg) 1546=item $player->ext_msg ($type, @msg)
1536 1547
1537Sends an ext event to the client. 1548Sends an ext event to the client.
1538 1549
1539=cut 1550=cut
1540 1551
1541sub ext_event($$%) { 1552sub ext_msg($$@) {
1542 my ($self, $type, %msg) = @_; 1553 my ($self, $type, @msg) = @_;
1543 1554
1544 $self->ns->ext_event ($type, %msg); 1555 $self->ns->ext_msg ($type, @msg);
1545} 1556}
1546 1557
1547=head3 cf::region 1558=head3 cf::region
1548 1559
1549=over 4 1560=over 4
1910 $self->set_darkness_map; 1921 $self->set_darkness_map;
1911 Coro::cede; 1922 Coro::cede;
1912 $self->activate; 1923 $self->activate;
1913 } 1924 }
1914 1925
1926 $map->{last_save} = $cf::RUNTIME;
1927 $map->last_access ($cf::RUNTIME);
1928
1915 $self->in_memory (cf::MAP_IN_MEMORY); 1929 $self->in_memory (cf::MAP_IN_MEMORY);
1916 } 1930 }
1917 1931
1918 $self->post_load; 1932 $self->post_load;
1919} 1933}
2219 2233
2220 } else { 2234 } else {
2221 my $pl = $self->contr; 2235 my $pl = $self->contr;
2222 2236
2223 if ($pl->{npc_dialog} && $pl->{npc_dialog}->{id}) { 2237 if ($pl->{npc_dialog} && $pl->{npc_dialog}->{id}) {
2224 my $diag = $pl->{npc_dialog}; 2238 my $dialog = $pl->{npc_dialog};
2225 $diag->{pl}->ext_reply ( 2239 $dialog->{pl}->ext_msg ($dialog->{id}, update => msg => $dialog->{pl}->expand_cfpod ($msg));
2226 $diag->{id},
2227 msgtype => "reply",
2228 msg => $diag->{pl}->expand_cfpod ($msg),
2229 add_topics => []
2230 );
2231 2240
2232 } else { 2241 } else {
2233 $msg = $npc->name . " says: $msg" if $npc; 2242 $msg = $npc->name . " says: $msg" if $npc;
2234 $self->message ($msg, $flags); 2243 $self->message ($msg, $flags);
2235 } 2244 }
2506sub cf::client::send_msg { 2515sub cf::client::send_msg {
2507 my ($self, $channel, $msg, $color, @extra) = @_; 2516 my ($self, $channel, $msg, $color, @extra) = @_;
2508 2517
2509 $msg = $self->pl->expand_cfpod ($msg); 2518 $msg = $self->pl->expand_cfpod ($msg);
2510 2519
2511 $color &= ~cf::NDI_UNIQUE; # just in case... 2520 $color &= cf::NDI_CLIENT_MASK; # just in case...
2512 2521
2513 if (ref $channel) { 2522 if (ref $channel) {
2514 # send meta info to client, if not yet sent 2523 # send meta info to client, if not yet sent
2515 unless (exists $self->{channel}{$channel->{id}}) { 2524 unless (exists $self->{channel}{$channel->{id}}) {
2516 $self->{channel}{$channel->{id}} = $channel; 2525 $self->{channel}{$channel->{id}} = $channel;
2517 $self->ext_event (channel_info => %$channel); 2526 $self->ext_msg (channel_info => $channel);
2518 } 2527 }
2519 2528
2520 $channel = $channel->{id}; 2529 $channel = $channel->{id};
2521 } 2530 }
2522 2531
2523 return unless @extra || length $msg; 2532 return unless @extra || length $msg;
2524 2533
2525 if ($self->can_msg) { 2534 if ($self->can_msg) {
2535 # default colour, mask it out
2536 $color &= ~(cf::NDI_COLOR_MASK | cf::NDI_DEF)
2537 if $color & cf::NDI_DEF;
2538
2526 $self->send_packet ("msg " . $self->{json_coder}->encode ([$color, $channel, $msg, @extra])); 2539 $self->send_packet ("msg " . $self->{json_coder}->encode (
2540 [$color & cf::NDI_CLIENT_MASK, $channel, $msg, @extra]));
2527 } else { 2541 } else {
2528 # replace some tags by gcfclient-compatible ones
2529 for ($msg) {
2530 1 while
2531 s/<b>([^<]*)<\/b>/[b]${1}[\/b]/
2532 || s/<i>([^<]*)<\/i>/[i]${1}[\/i]/
2533 || s/<u>([^<]*)<\/u>/[ul]${1}[\/ul]/
2534 || s/<tt>([^<]*)<\/tt>/[fixed]${1}[\/fixed]/
2535 || s/<fg name=\"([^"]+)\">([^<]*)<\/fg>/[color=$1]${2}[\/color]/;
2536 }
2537
2538 if ($color >= 0) { 2542 if ($color >= 0) {
2543 # replace some tags by gcfclient-compatible ones
2544 for ($msg) {
2545 1 while
2546 s/<b>([^<]*)<\/b>/[b]${1}[\/b]/
2547 || s/<i>([^<]*)<\/i>/[i]${1}[\/i]/
2548 || s/<u>([^<]*)<\/u>/[ul]${1}[\/ul]/
2549 || s/<tt>([^<]*)<\/tt>/[fixed]${1}[\/fixed]/
2550 || s/<fg name=\"([^"]+)\">([^<]*)<\/fg>/[color=$1]${2}[\/color]/;
2551 }
2552
2553 $color &= cf::NDI_COLOR_MASK;
2554
2539 if (0 && $msg =~ /\[/) { 2555 if (0 && $msg =~ /\[/) {
2540 $self->send_packet ("drawextinfo $color 4 0 $msg") 2556 $self->send_packet ("drawextinfo $color 4 0 $msg")
2541 } else { 2557 } else {
2542 $msg =~ s/\[\/?(?:b|i|u|fixed|color)[^\]]*\]//g; 2558 $msg =~ s/\[\/?(?:b|i|u|fixed|color)[^\]]*\]//g;
2543 $self->send_packet ("drawinfo $color $msg") 2559 $self->send_packet ("drawinfo $color $msg")
2544 } 2560 }
2545 } 2561 }
2546 } 2562 }
2547} 2563}
2548 2564
2549=item $client->ext_event ($type, %msg) 2565=item $client->ext_msg ($type, @msg)
2550 2566
2551Sends an ext event to the client. 2567Sends an ext event to the client.
2552 2568
2553=cut 2569=cut
2554 2570
2555sub cf::client::ext_event($$%) { 2571sub cf::client::ext_msg($$@) {
2556 my ($self, $type, %msg) = @_; 2572 my ($self, $type, @msg) = @_;
2557 2573
2558 return unless $self->extcmd; 2574 my $extcmd = $self->extcmd;
2559 2575
2576 if ($extcmd == 2) {
2577 $self->send_packet ("ext " . $self->{json_coder}->encode ([$type, @msg]));
2578 } elsif ($extcmd == 1) { # TODO: remove
2560 $msg{msgtype} = "event_$type"; 2579 push @msg, msgtype => "event_$type";
2561 $self->send_packet ("ext " . $self->{json_coder}->encode (\%msg)); 2580 $self->send_packet ("ext " . $self->{json_coder}->encode ({@msg}));
2581 }
2562} 2582}
2563 2583
2564=item $success = $client->query ($flags, "text", \&cb) 2584=item $success = $client->query ($flags, "text", \&cb)
2565 2585
2566Queues a query to the client, calling the given callback with 2586Queues a query to the client, calling the given callback with
2621 my ($ns, $buf) = @_; 2641 my ($ns, $buf) = @_;
2622 2642
2623 my $msg = eval { $ns->{json_coder}->decode ($buf) }; 2643 my $msg = eval { $ns->{json_coder}->decode ($buf) };
2624 2644
2625 if (ref $msg) { 2645 if (ref $msg) {
2646 my ($type, $reply, @payload) =
2647 "ARRAY" eq ref $msg
2648 ? @$msg
2649 : ($msg->{msgtype}, $msg->{msgid}, %$msg); # TODO: version 1, remove
2650
2626 if (my $cb = $EXTICMD{$msg->{msgtype}}) { 2651 if (my $cb = $EXTICMD{$type}) {
2627 if (my %reply = $cb->($ns, $msg)) { 2652 my @reply = $cb->($ns, @payload);
2628 $reply{msgid} = $msg->{msgid}; 2653
2629 $ns->send ("ext " . $ns->{json_coder}->encode (\%reply)); 2654 $ns->ext_reply ($reply, @reply)
2630 } 2655 if $reply;
2631 } 2656 }
2632 } else { 2657 } else {
2633 warn "client " . ($ns->pl ? $ns->pl->ob->name : $ns->host) . " sent unparseable exti message: <$buf>\n"; 2658 warn "client " . ($ns->pl ? $ns->pl->ob->name : $ns->host) . " sent unparseable exti message: <$buf>\n";
2634 } 2659 }
2635 2660
2850 # TODO: for gcfclient pleasure, we should give resources 2875 # TODO: for gcfclient pleasure, we should give resources
2851 # that gcfclient doesn't grok a >10000 face index. 2876 # that gcfclient doesn't grok a >10000 face index.
2852 my $res = $facedata->{resource}; 2877 my $res = $facedata->{resource};
2853 my $enc = JSON::XS->new->utf8->canonical; 2878 my $enc = JSON::XS->new->utf8->canonical;
2854 2879
2880 my $soundconf = delete $res->{"res/sound.conf"};
2881
2855 while (my ($name, $info) = each %$res) { 2882 while (my ($name, $info) = each %$res) {
2856 my $meta = $enc->encode ({ 2883 my $meta = $enc->encode ({
2857 name => $name, 2884 name => $name,
2858 type => $info->{type}, 2885 %{ $info->{meta} || {} },
2859 copyright => $info->{copyright}, #TODO#
2860 }); 2886 });
2861 2887
2862 my $idx = (cf::face::find $name) || cf::face::alloc $name; 2888 my $idx = (cf::face::find $name) || cf::face::alloc $name;
2863 2889
2864 if ($name =~ /\.jpg$/) { 2890 if ($info->{type} & 1) {
2865 cf::face::set_data $idx, 0, $info->{data}, $info->{chksum};#d# temp hack 2891 # prepend meta info
2866 cf::face::set_data $idx, 1, $info->{data}, $info->{chksum};#d# temp hack 2892
2867 } else {
2868 my $data = pack "(w/a*)*", $meta, $info->{data}; 2893 my $data = pack "(w/a*)*", $meta, $info->{data};
2869 my $chk = Digest::MD5::md5 "$info->{chksum},$meta"; # mangle data checksum and metadata 2894 my $chk = Digest::MD5::md5 "$info->{chksum},$meta"; # mangle data checksum and metadata
2870 2895
2871 cf::face::set_type $idx, 1;
2872 cf::face::set_data $idx, 0, $data, $chk; 2896 cf::face::set_data $idx, 0, $data, $chk;
2897 } else {
2898 cf::face::set_data $idx, 0, $info->{data}, $info->{chksum};
2873 } 2899 }
2874 2900
2901 cf::face::set_type $idx, $info->{type};
2902
2875 cf::cede_to_tick; 2903 cf::cede_to_tick;
2876 } 2904 }
2905
2906 if ($soundconf) {
2907 $soundconf = $enc->decode (delete $soundconf->{data});
2908
2909 for (0 .. SOUND_CAST_SPELL_0 - 1) {
2910 my $sound = $soundconf->{compat}[$_]
2911 or next;
2912
2913 my $face = cf::face::find "sound/$sound->[1]";
2914
2915 cf::sound::set $sound->[0] => $face;
2916 cf::sound::old_sound_index $_, $face; # gcfclient-compat
2917 }
2918
2919 #TODO
2920 }
2877 } 2921 }
2878 2922
2879 1 2923 1
2880} 2924}
2925
2926register_exticmd fx_want => sub {
2927 my ($ns, $want) = @_;
2928
2929 while (my ($k, $v) = each %$want) {
2930 $ns->fx_want ($k, $v);
2931 }
2932};
2881 2933
2882sub reload_regions { 2934sub reload_regions {
2883 load_resource_file "$MAPDIR/regions" 2935 load_resource_file "$MAPDIR/regions"
2884 or die "unable to load regions file\n"; 2936 or die "unable to load regions file\n";
2885 2937

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines