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.521 by root, Fri Apr 16 23:28:42 2010 UTC vs.
Revision 1.523 by root, Sat Apr 17 02:39:46 2010 UTC

165 165
166our $EMERGENCY_POSITION; 166our $EMERGENCY_POSITION;
167 167
168sub cf::map::normalise; 168sub cf::map::normalise;
169 169
170sub in_main() {
171 $Coro::current == $Coro::main
172}
173
170############################################################################# 174#############################################################################
171 175
172%REFLECT = (); 176%REFLECT = ();
173for (@REFLECT) { 177for (@REFLECT) {
174 my $reflect = JSON::XS::decode_json $_; 178 my $reflect = JSON::XS::decode_json $_;
261$Coro::State::DIEHOOK = sub { 265$Coro::State::DIEHOOK = sub {
262 return unless $^S eq 0; # "eq", not "==" 266 return unless $^S eq 0; # "eq", not "=="
263 267
264 warn Carp::longmess $_[0]; 268 warn Carp::longmess $_[0];
265 269
266 if ($Coro::current == $Coro::main) {#d# 270 if (in_main) {#d#
267 warn "DIEHOOK called in main context, Coro bug?\n";#d# 271 warn "DIEHOOK called in main context, Coro bug?\n";#d#
268 return;#d# 272 return;#d#
269 }#d# 273 }#d#
270 274
271 # kill coroutine otherwise 275 # kill coroutine otherwise
1691 \@logins 1695 \@logins
1692} 1696}
1693 1697
1694=item $player->maps 1698=item $player->maps
1695 1699
1700=item cf::player::maps $login
1701
1696Returns an arrayref of map paths that are private for this 1702Returns an arrayref of map paths that are private for this
1697player. May block. 1703player. May block.
1698 1704
1699=cut 1705=cut
1700 1706
1761 1767
1762=cut 1768=cut
1763 1769
1764sub find_by_path($) { 1770sub find_by_path($) {
1765 my ($path) = @_; 1771 my ($path) = @_;
1772
1773 $path =~ s/^~[^\/]*//; # skip ~login
1766 1774
1767 my ($match, $specificity); 1775 my ($match, $specificity);
1768 1776
1769 for my $region (list) { 1777 for my $region (list) {
1770 if ($region->{match} && $path =~ $region->{match}) { 1778 if ($region->{match} && $path =~ $region->{match}) {
3792 } 3800 }
3793} 3801}
3794 3802
3795sub do_reload_perl() { 3803sub do_reload_perl() {
3796 # can/must only be called in main 3804 # can/must only be called in main
3797 if ($Coro::current != $Coro::main) { 3805 if (in_main) {
3798 warn "can only reload from main coroutine"; 3806 warn "can only reload from main coroutine";
3799 return; 3807 return;
3800 } 3808 }
3801 3809
3802 return if $RELOAD++; 3810 return if $RELOAD++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines