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.587 by root, Wed Oct 31 19:09:47 2012 UTC vs.
Revision 1.591 by root, Tue Nov 6 23:33:15 2012 UTC

224=item $cf::RUNTIME 224=item $cf::RUNTIME
225 225
226The time this server has run, starts at 0 and is increased by $cf::TICK on 226The time this server has run, starts at 0 and is increased by $cf::TICK on
227every server tick. 227every server tick.
228 228
229=item $cf::CONFDIR $cf::DATADIR $cf::LIBDIR $cf::PODDIR 229=item $cf::CONFDIR $cf::DATADIR $cf::LIBDIR $cf::PODDIR
230$cf::MAPDIR $cf::LOCALDIR $cf::TMPDIR $cf::UNIQUEDIR 230$cf::MAPDIR $cf::LOCALDIR $cf::TMPDIR $cf::UNIQUEDIR
231$cf::PLAYERDIR $cf::RANDOMDIR $cf::BDBDIR 231$cf::PLAYERDIR $cf::RANDOMDIR $cf::BDBDIR
232 232
233Various directories - "/etc", read-only install directory, perl-library 233Various directories - "/etc", read-only install directory, perl-library
234directory, pod-directory, read-only maps directory, "/var", "/var/tmp", 234directory, pod-directory, read-only maps directory, "/var", "/var/tmp",
235unique-items directory, player file directory, random maps directory and 235unique-items directory, player file directory, random maps directory and
236database environment. 236database environment.
3235=cut 3235=cut
3236 3236
3237sub cf::client::ext_msg($$@) { 3237sub cf::client::ext_msg($$@) {
3238 my ($self, $type, @msg) = @_; 3238 my ($self, $type, @msg) = @_;
3239 3239
3240 if ($self->extcmd == 2) {
3241 $self->send_big_packet ("ext " . $self->{json_coder}->encode ([$type, @msg])); 3240 $self->send_big_packet ("ext " . $self->{json_coder}->encode ([$type, @msg]));
3242 } elsif ($self->extcmd == 1) { # TODO: remove
3243 push @msg, msgtype => "event_$type";
3244 $self->send_big_packet ("ext " . $self->{json_coder}->encode ({@msg}));
3245 }
3246} 3241}
3247 3242
3248=item $client->ext_reply ($msgid, @msg) 3243=item $client->ext_reply ($msgid, @msg)
3249 3244
3250Sends an ext reply to the client. 3245Sends an ext reply to the client.
3251 3246
3252=cut 3247=cut
3253 3248
3254sub cf::client::ext_reply($$@) { 3249sub cf::client::ext_reply($$@) {
3255 my ($self, $id, @msg) = @_; 3250 my ($self, $id, @msg) = @_;
3256
3257 return unless $self->extcmd == 2;
3258 3251
3259 $self->send_big_packet ("ext " . $self->{json_coder}->encode (["reply-$id", @msg])); 3252 $self->send_big_packet ("ext " . $self->{json_coder}->encode (["reply-$id", @msg]));
3260} 3253}
3261 3254
3262=item $success = $client->query ($flags, "text", \&cb) 3255=item $success = $client->query ($flags, "text", \&cb)
3509############################################################################# 3502#############################################################################
3510# the server's init and main functions 3503# the server's init and main functions
3511 3504
3512our %FACEHASH; # hash => idx, #d# HACK for http server 3505our %FACEHASH; # hash => idx, #d# HACK for http server
3513 3506
3507# internal api, not fianlised
3508sub add_face {
3509 my ($name, $type, $data) = @_;
3510
3511 my $idx = cf::face::find $name;
3512
3513 if ($idx) {
3514 delete $FACEHASH{cf::face::get_chksum $idx};
3515 } else {
3516 $idx = cf::face::alloc $name;
3517 }
3518
3519 my $hash = cf::face::mangle_chksum Digest::MD5::md5 $data;
3520
3521 cf::face::set_type $idx, $type;
3522 cf::face::set_data $idx, 0, $data, $hash;
3523 cf::face::set_meta $idx, $type & 1 ? undef : undef;
3524 $FACEHASH{$hash} = $idx;#d#
3525
3526 $idx
3527}
3528
3514sub load_facedata($) { 3529sub load_facedata($) {
3515 my ($path) = @_; 3530 my ($path) = @_;
3516 3531
3517 # HACK to clear player env face cache, we need some signal framework 3532 # HACK to clear player env face cache, we need some signal framework
3518 # for this (global event?) 3533 # for this (global event?)
3525 my $facedata = decode_storable load_file $path; 3540 my $facedata = decode_storable load_file $path;
3526 3541
3527 $facedata->{version} == 2 3542 $facedata->{version} == 2
3528 or cf::cleanup "$path: version mismatch, cannot proceed."; 3543 or cf::cleanup "$path: version mismatch, cannot proceed.";
3529 3544
3530 # patch in the exptable
3531 my $exp_table = $enc->encode ([map cf::level_to_min_exp $_, 1 .. cf::settings->max_level]);
3532 $facedata->{resource}{"res/exp_table"} = {
3533 type => FT_RSRC,
3534 data => $exp_table,
3535 hash => (Digest::MD5::md5 $exp_table),
3536 };
3537 cf::cede_to_tick; 3545 cf::cede_to_tick;
3538 3546
3539 { 3547 {
3540 my $faces = $facedata->{faceinfo}; 3548 my $faces = $facedata->{faceinfo};
3541 3549
3587 while (my ($name, $info) = each %$res) { 3595 while (my ($name, $info) = each %$res) {
3588 if (defined (my $type = $info->{type})) { 3596 if (defined (my $type = $info->{type})) {
3589 # TODO: different hash - must free and use new index, or cache ixface data queue 3597 # TODO: different hash - must free and use new index, or cache ixface data queue
3590 my $idx = (cf::face::find $name) || cf::face::alloc $name; 3598 my $idx = (cf::face::find $name) || cf::face::alloc $name;
3591 3599
3600 cf::face::set_type $idx, $type;
3592 cf::face::set_data $idx, 0, $info->{data}, $info->{hash}; 3601 cf::face::set_data $idx, 0, $info->{data}, $info->{hash};
3593 cf::face::set_type $idx, $type;
3594 cf::face::set_meta $idx, $type & 1 ? undef : $info->{meta}; # preserve meta unless prepended already 3602 cf::face::set_meta $idx, $type & 1 ? undef : $info->{meta}; # preserve meta unless prepended already
3595 $FACEHASH{$info->{hash}} = $idx;#d# 3603 $FACEHASH{$info->{hash}} = $idx;#d#
3596 } else { 3604 } else {
3597# $RESOURCE{$name} = $info; # unused 3605# $RESOURCE{$name} = $info; # unused
3598 } 3606 }
3622 cf::arch::commit_load; 3630 cf::arch::commit_load;
3623 3631
3624 $status 3632 $status
3625} 3633}
3626 3634
3635sub reload_exp_table {
3636 _reload_exp_table;
3637
3638 add_face "res/exp_table" => FT_RSRC,
3639 JSON::XS->new->utf8->canonical->encode (
3640 [map cf::level_to_min_exp $_, 1 .. cf::settings->max_level]
3641 );
3642}
3643
3644sub reload_materials {
3645 _reload_materials;
3646}
3647
3627sub reload_regions { 3648sub reload_regions {
3628 # HACK to clear player env face cache, we need some signal framework 3649 # HACK to clear player env face cache, we need some signal framework
3629 # for this (global event?) 3650 # for this (global event?)
3630 %ext::player_env::MUSIC_FACE_CACHE = (); 3651 %ext::player_env::MUSIC_FACE_CACHE = ();
3631 3652
3644} 3665}
3645 3666
3646sub reload_archetypes { 3667sub reload_archetypes {
3647 load_resource_file "$DATADIR/archetypes" 3668 load_resource_file "$DATADIR/archetypes"
3648 or die "unable to load archetypes\n"; 3669 or die "unable to load archetypes\n";
3670
3671 add_face "res/skill_info" => FT_RSRC,
3672 JSON::XS->new->utf8->canonical->encode (
3673 [map [cf::arch::skillvec ($_)->name], 0 .. cf::arch::skillvec_size - 1]
3674 );
3675 add_face "res/spell_paths" => FT_RSRC,
3676 JSON::XS->new->utf8->canonical->encode (
3677 [map [cf::spellpathnames ($_)], 0 .. NRSPELLPATHS - 1]
3678 );
3649} 3679}
3650 3680
3651sub reload_treasures { 3681sub reload_treasures {
3652 load_resource_file "$DATADIR/treasures" 3682 load_resource_file "$DATADIR/treasures"
3653 or die "unable to load treasurelists\n"; 3683 or die "unable to load treasurelists\n";
3671 my $face = cf::face::find "sound/$v"; 3701 my $face = cf::face::find "sound/$v";
3672 cf::sound::set $k => $face; 3702 cf::sound::set $k => $face;
3673 } 3703 }
3674} 3704}
3675 3705
3706sub reload_pod {
3707 trace "loading pods $PODDIR\n";
3708
3709 my @command_help;
3710
3711 for (
3712 [0, "command_help"],
3713 [1, "emote_help"],
3714 [2, "dmcommand_help"],
3715 ) {
3716 my ($type, $path) = @$_;
3717
3718 my $paragraphs = &cf::pod::load_pod ("$PODDIR/$path.pod")
3719 or die "unable to load $path";
3720
3721 my $level = 1e9;
3722
3723 for my $par (@$paragraphs) {
3724 if ($par->{type} eq "head2") {
3725 # this code taken almost verbatim from DC/Protocol.pm
3726
3727 if ($par->{markup} =~ /^(\S+) (?:\s+ \( ([^\)]*) \) )?/x) {
3728 my $cmd = $1;
3729 my @args = split /\|/, $2;
3730 @args = (".*") unless @args;
3731
3732 $_ = $_ eq ".*" ? "" : " $_"
3733 for @args;
3734
3735 my @variants = map "$cmd$_", sort { (length $a) <=> (length $b) } @args;
3736
3737 push @command_help, [$type, \@variants, &cf::pod::as_cfpod ([$par])];
3738 $level = $par->{level};
3739 } else {
3740 error "$par->{markup}: unparsable command heading";
3741 }
3742 } elsif ($par->{level} > $level) {
3743 $command_help[-1][2] .= &cf::pod::as_cfpod ([$par]);
3744 }
3745
3746 cf::cede_to_tick;
3747 }
3748 }
3749
3750 @command_help = sort {
3751 $a->[0] <=> $b->[0]
3752 or $a->[1] cmp $b->[1]
3753 } @command_help;
3754
3755 cf::cede_to_tick;
3756
3757 add_face "res/command_help" => FT_RSRC,
3758 JSON::XS->new->utf8->encode (\@command_help);
3759}
3760
3676sub reload_resources { 3761sub reload_resources {
3677 trace "reloading resource files...\n"; 3762 trace "reloading resource files...\n";
3678 3763
3679 reload_exp_table;
3680 reload_materials; 3764 reload_materials;
3681 reload_facedata; 3765 reload_facedata;
3766 reload_exp_table;
3682 reload_sound; 3767 reload_sound;
3683 reload_archetypes; 3768 reload_archetypes;
3684 reload_regions; 3769 reload_regions;
3685 reload_treasures; 3770 reload_treasures;
3771 reload_pod;
3686 3772
3687 trace "finished reloading resource files\n"; 3773 trace "finished reloading resource files\n";
3688} 3774}
3689 3775
3690sub reload_config { 3776sub reload_config {
3758 evthread_start IO::AIO::poll_fileno; 3844 evthread_start IO::AIO::poll_fileno;
3759 3845
3760 cf::sync_job { 3846 cf::sync_job {
3761 cf::incloader::init (); 3847 cf::incloader::init ();
3762 3848
3849 db_init;
3850
3763 cf::init_anim; 3851 cf::init_anim;
3764 cf::init_attackmess; 3852 cf::init_attackmess;
3765 cf::init_dynamic; 3853 cf::init_dynamic;
3766 3854
3767 cf::load_settings; 3855 cf::load_settings;
3768 3856
3769 reload_resources; 3857 reload_resources;
3770 reload_config; 3858 reload_config;
3771 db_init;
3772 3859
3773 cf::init_uuid; 3860 cf::init_uuid;
3774 cf::init_signals; 3861 cf::init_signals;
3775 cf::init_skills; 3862 cf::init_skills;
3776 3863
4201 } 4288 }
4202} 4289}
4203 4290
4204{ 4291{
4205 # configure BDB 4292 # configure BDB
4293 info "initialising database";
4206 4294
4207 BDB::min_parallel 16; 4295 BDB::min_parallel 16;
4208 BDB::max_poll_reqs $TICK * 0.1; 4296 BDB::max_poll_reqs $TICK * 0.1;
4209 #$AnyEvent::BDB::WATCHER->priority (1); 4297 #$AnyEvent::BDB::WATCHER->priority (1);
4210 4298
4239 BDB::db_env_txn_checkpoint $DB_ENV, 0, 0, 0, sub { }; 4327 BDB::db_env_txn_checkpoint $DB_ENV, 0, 0, 0, sub { };
4240 }; 4328 };
4241 $BDB_TRICKLE_WATCHER = EV::periodic 0, 10, 0, sub { 4329 $BDB_TRICKLE_WATCHER = EV::periodic 0, 10, 0, sub {
4242 BDB::db_env_memp_trickle $DB_ENV, 20, 0, sub { }; 4330 BDB::db_env_memp_trickle $DB_ENV, 20, 0, sub { };
4243 }; 4331 };
4332
4333 info "database initialised";
4244} 4334}
4245 4335
4246{ 4336{
4247 # configure IO::AIO 4337 # configure IO::AIO
4248 4338
4339 info "initialising aio";
4249 IO::AIO::min_parallel 8; 4340 IO::AIO::min_parallel 8;
4250 IO::AIO::max_poll_time $TICK * 0.1; 4341 IO::AIO::max_poll_time $TICK * 0.1;
4251 undef $AnyEvent::AIO::WATCHER; 4342 undef $AnyEvent::AIO::WATCHER;
4343 info "aio initialised";
4252} 4344}
4253 4345
4254our $_log_backtrace; 4346our $_log_backtrace;
4255our $_log_backtrace_last; 4347our $_log_backtrace_last;
4256 4348

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines