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.190 by root, Mon Jan 22 03:44:41 2007 UTC vs.
Revision 1.203 by root, Thu Feb 1 19:40:42 2007 UTC

8use Storable; 8use Storable;
9use Opcode; 9use Opcode;
10use Safe; 10use Safe;
11use Safe::Hole; 11use Safe::Hole;
12 12
13use Coro 3.4 (); 13use Coro 3.5 ();
14use Coro::Event; 14use Coro::Event;
15use Coro::Timer; 15use Coro::Timer;
16use Coro::Signal; 16use Coro::Signal;
17use Coro::Semaphore; 17use Coro::Semaphore;
18use Coro::AIO; 18use Coro::AIO;
82mkdir cf::localdir . "/" . cf::tmpdir; 82mkdir cf::localdir . "/" . cf::tmpdir;
83mkdir cf::localdir . "/" . cf::uniquedir; 83mkdir cf::localdir . "/" . cf::uniquedir;
84mkdir $RANDOM_MAPS; 84mkdir $RANDOM_MAPS;
85 85
86our $EMERGENCY_POSITION; 86our $EMERGENCY_POSITION;
87
88sub cf::map::normalise;
87 89
88############################################################################# 90#############################################################################
89 91
90=head2 GLOBAL VARIABLES 92=head2 GLOBAL VARIABLES
91 93
774 } 776 }
775 } else { 777 } else {
776 aio_unlink $filename; 778 aio_unlink $filename;
777 aio_unlink "$filename.pst"; 779 aio_unlink "$filename.pst";
778 } 780 }
781
782 #d##TODO# nuke non .map-files if exist
783 if ($filename =~ s/\.map$//) {
784 aio_unlink $filename;
785 aio_unlink "$filename.pst";
786 }
779 } 787 }
780} 788}
781 789
782sub object_freezer_as_string { 790sub object_freezer_as_string {
783 my ($rdata, $objs) = @_; 791 my ($rdata, $objs) = @_;
789 797
790sub object_thawer_load { 798sub object_thawer_load {
791 my ($filename) = @_; 799 my ($filename) = @_;
792 800
793 my ($data, $av); 801 my ($data, $av);
802
803 #d#TODO remove .map if file does not exist
804 aio_stat $filename and $filename =~ s/\.map$//;
794 805
795 (aio_load $filename, $data) >= 0 806 (aio_load $filename, $data) >= 0
796 or return; 807 or return;
797 808
798 unless (aio_stat "$filename.pst") { 809 unless (aio_stat "$filename.pst") {
1068=cut 1079=cut
1069 1080
1070sub maps($) { 1081sub maps($) {
1071 my ($pl) = @_; 1082 my ($pl) = @_;
1072 1083
1084 $pl = ref $pl ? $pl->ob->name : $pl;
1085
1073 my $files = aio_readdir playerdir $pl 1086 my $files = aio_readdir playerdir $pl
1074 or return; 1087 or return;
1075 1088
1076 my @paths; 1089 my @paths;
1077 1090
1078 for (@$files) { 1091 for (@$files) {
1079 utf8::decode $_; 1092 utf8::decode $_;
1080 next if /\.(?:pl|pst)$/; 1093 next if /\.(?:pl|pst)$/;
1081 next unless /^$PATH_SEP/o; 1094 next unless /^$PATH_SEP/o;
1082 1095
1083 s/\.map$//; 1096 push @paths, cf::map::normalise "~$pl/$_";
1084 push @paths, "~" . $pl->ob->name . "/" . $_;
1085 } 1097 }
1086 1098
1087 \@paths 1099 \@paths
1088} 1100}
1089 1101
1176} 1188}
1177 1189
1178sub normalise { 1190sub normalise {
1179 my ($path, $base) = @_; 1191 my ($path, $base) = @_;
1180 1192
1193 $path = "$path"; # make sure its a string
1194
1195 $path =~ s/\.map$//;
1196
1181 # map plan: 1197 # map plan:
1182 # 1198 #
1183 # /! non-realised random map exit (special hack!) 1199 # /! non-realised random map exit (special hack!)
1184 # {... are special paths that are not being touched 1200 # {... are special paths that are not being touched
1185 # ?xxx/... are special absolute paths 1201 # ?xxx/... are special absolute paths
1221 $self->init; # pass $1 etc. 1237 $self->init; # pass $1 etc.
1222 return $self; 1238 return $self;
1223 } 1239 }
1224 } 1240 }
1225 1241
1226 Carp::carp "unable to resolve path '$path'."; 1242 Carp::carp "unable to resolve path '$path' (base '$base').";
1227 () 1243 ()
1228} 1244}
1229 1245
1230sub init { 1246sub init {
1231 my ($self) = @_; 1247 my ($self) = @_;
1246 1262
1247# the original (read-only) location 1263# the original (read-only) location
1248sub load_path { 1264sub load_path {
1249 my ($self) = @_; 1265 my ($self) = @_;
1250 1266
1251 sprintf "%s/%s/%s", cf::datadir, cf::mapdir, $self->{path} 1267 sprintf "%s/%s/%s.map", cf::datadir, cf::mapdir, $self->{path}
1252} 1268}
1253 1269
1254# the temporary/swap location 1270# the temporary/swap location
1255sub save_path { 1271sub save_path {
1256 my ($self) = @_; 1272 my ($self) = @_;
1257 1273
1258 (my $path = $_[0]{path}) =~ s/\//$PATH_SEP/g; 1274 (my $path = $_[0]{path}) =~ s/\//$PATH_SEP/g;
1259 sprintf "%s/%s/%s", cf::localdir, cf::tmpdir, $path 1275 sprintf "%s/%s/%s.map", cf::localdir, cf::tmpdir, $path
1260} 1276}
1261 1277
1262# the unique path, undef == no special unique path 1278# the unique path, undef == no special unique path
1263sub uniq_path { 1279sub uniq_path {
1264 my ($self) = @_; 1280 my ($self) = @_;
1280 my ($self) = @_; 1296 my ($self) = @_;
1281 1297
1282 utf8::encode (my $save = $self->save_path); 1298 utf8::encode (my $save = $self->save_path);
1283 IO::AIO::aioreq_pri 4; Coro::AIO::aio_unlink $save; 1299 IO::AIO::aioreq_pri 4; Coro::AIO::aio_unlink $save;
1284 IO::AIO::aioreq_pri 4; Coro::AIO::aio_unlink "$save.pst"; 1300 IO::AIO::aioreq_pri 4; Coro::AIO::aio_unlink "$save.pst";
1301
1302 #d#TODO remove .map and also nuke
1303 $save =~ s/\.map// or return;#d#
1304 IO::AIO::aioreq_pri 4; Coro::AIO::aio_unlink $save;#d#
1305 IO::AIO::aioreq_pri 4; Coro::AIO::aio_unlink "$save.pst";#d#
1285} 1306}
1286 1307
1287sub load_header_from($) { 1308sub load_header_from($) {
1288 my ($self, $path) = @_; 1309 my ($self, $path) = @_;
1289 1310
1290 utf8::encode $path; 1311 utf8::encode $path;
1291 aio_open $path, O_RDONLY, 0 1312 #aio_open $path, O_RDONLY, 0
1292 or return; 1313 # or return;
1293 1314
1294 $self->_load_header ($path) 1315 $self->_load_header ($path)
1295 or return; 1316 or return;
1296 1317
1297 $self->{load_path} = $path; 1318 $self->{load_path} = $path;
1360 $map->{last_save} = $cf::RUNTIME; 1381 $map->{last_save} = $cf::RUNTIME;
1361 1382
1362 $map->load_header 1383 $map->load_header
1363 or return; 1384 or return;
1364 1385
1365 if ($map->should_reset) { 1386 if ($map->should_reset && 0) {#d#TODO# disabled, crashy (locking issue?)
1366 # doing this can freeze the server in a sync job, obviously 1387 # doing this can freeze the server in a sync job, obviously
1367 #$cf::WAIT_FOR_TICK->wait; 1388 #$cf::WAIT_FOR_TICK->wait;
1368 $map->reset; 1389 $map->reset;
1369 undef $guard; 1390 undef $guard;
1370 $map = find $path 1391 return find $path;
1371 or return;
1372 } 1392 }
1373 1393
1374 $cf::MAP{$path} = $map 1394 $cf::MAP{$path} = $map
1375 } 1395 }
1376} 1396}
1378sub pre_load { } 1398sub pre_load { }
1379sub post_load { } 1399sub post_load { }
1380 1400
1381sub load { 1401sub load {
1382 my ($self) = @_; 1402 my ($self) = @_;
1403
1404 local $self->{deny_reset} = 1; # loading can take a long time
1383 1405
1384 my $path = $self->{path}; 1406 my $path = $self->{path};
1385 my $guard = cf::lock_acquire "map_load:$path"; 1407 my $guard = cf::lock_acquire "map_load:$path";
1386 1408
1387 return if $self->in_memory != cf::MAP_SWAPPED; 1409 return if $self->in_memory != cf::MAP_SWAPPED;
1625 for (@$files) { 1647 for (@$files) {
1626 utf8::decode $_; 1648 utf8::decode $_;
1627 next if /\.pst$/; 1649 next if /\.pst$/;
1628 next unless /^$PATH_SEP/o; 1650 next unless /^$PATH_SEP/o;
1629 1651
1630 s/\.map$//; 1652 push @paths, cf::map::normalise $_;
1631 push @paths, $_;
1632 } 1653 }
1633 1654
1634 \@paths 1655 \@paths
1635} 1656}
1636 1657
1730=cut 1751=cut
1731 1752
1732sub link_map { 1753sub link_map {
1733 unless ($LINK_MAP) { 1754 unless ($LINK_MAP) {
1734 $LINK_MAP = cf::map::find "{link}" 1755 $LINK_MAP = cf::map::find "{link}"
1735 or do { warn "FATAL: unable to provide {link} map, exiting."; exit 1 }; 1756 or cf::cleanup "FATAL: unable to provide {link} map, exiting.";
1736 $LINK_MAP->load; 1757 $LINK_MAP->load;
1737 } 1758 }
1738 1759
1739 $LINK_MAP 1760 $LINK_MAP
1740} 1761}
1747 return if UNIVERSAL::isa $self->map, "ext::map_link"; 1768 return if UNIVERSAL::isa $self->map, "ext::map_link";
1748 1769
1749 $self->{_link_pos} ||= [$self->map->{path}, $self->x, $self->y] 1770 $self->{_link_pos} ||= [$self->map->{path}, $self->x, $self->y]
1750 if $self->map; 1771 if $self->map;
1751 1772
1752 $self->enter_map ($LINK_MAP || link_map, 20, 20); 1773 $self->enter_map ($LINK_MAP || link_map, 10, 10);
1753} 1774}
1754 1775
1755sub cf::object::player::leave_link { 1776sub cf::object::player::leave_link {
1756 my ($self, $map, $x, $y) = @_; 1777 my ($self, $map, $x, $y) = @_;
1757 1778
1824 my ($self, $path, $x, $y) = @_; 1845 my ($self, $path, $x, $y) = @_;
1825 1846
1826 $self->enter_link; 1847 $self->enter_link;
1827 1848
1828 (async { 1849 (async {
1850 my $map = eval {
1829 my $map = cf::map::find $path; 1851 my $map = cf::map::find $path;
1830 $map = $map->customise_for ($self) if $map; 1852 $map = $map->customise_for ($self) if $map;
1831 1853 $map
1832# warn "entering ", $map->path, " at ($x, $y)\n" 1854 } or
1833# if $map;
1834
1835 $map or $self->message ("The exit to '" . ($path->visible_name) . "' is closed", cf::NDI_UNIQUE | cf::NDI_RED); 1855 $self->message ("The exit to '$path' is closed", cf::NDI_UNIQUE | cf::NDI_RED);
1836 1856
1837 $self->leave_link ($map, $x, $y); 1857 $self->leave_link ($map, $x, $y);
1838 })->prio (1); 1858 })->prio (1);
1839} 1859}
1840 1860
1871 # that depends on the exit object 1891 # that depends on the exit object
1872 1892
1873 my $rmp = parse_random_map_params $exit->msg; 1893 my $rmp = parse_random_map_params $exit->msg;
1874 1894
1875 if ($exit->map) { 1895 if ($exit->map) {
1876 $rmp->{region} = $exit->map->region_name; 1896 $rmp->{region} = $exit->region->name;
1877 $rmp->{origin_map} = $exit->map->path; 1897 $rmp->{origin_map} = $exit->map->path;
1878 $rmp->{origin_x} = $exit->x; 1898 $rmp->{origin_x} = $exit->x;
1879 $rmp->{origin_y} = $exit->y; 1899 $rmp->{origin_y} = $exit->y;
1880 } 1900 }
1881 1901
1898sub cf::object::player::enter_exit { 1918sub cf::object::player::enter_exit {
1899 my ($self, $exit) = @_; 1919 my ($self, $exit) = @_;
1900 1920
1901 return unless $self->type == cf::PLAYER; 1921 return unless $self->type == cf::PLAYER;
1902 1922
1923 if ($exit->slaying eq "/!") {
1924 #TODO: this should de-fi-ni-te-ly not be a sync-job
1925 cf::sync_job { prepare_random_map $exit };
1926 }
1927
1928 my $slaying = cf::map::normalise $exit->slaying, $exit->map && $exit->map->path;
1929 my $hp = $exit->stats->hp;
1930 my $sp = $exit->stats->sp;
1931
1903 $self->enter_link; 1932 $self->enter_link;
1904 1933
1905 (async { 1934 (async {
1906 $self->deactivate_recursive; # just to be sure 1935 $self->deactivate_recursive; # just to be sure
1907 unless (eval { 1936 unless (eval {
1908 prepare_random_map $exit 1937 $self->goto ($slaying, $hp, $sp);
1909 if $exit->slaying eq "/!";
1910
1911 my $path = new_from_path cf::map $exit->slaying, $exit->map && $exit->map->path;
1912 $self->goto ($path, $exit->stats->hp, $exit->stats->sp);
1913 1938
1914 1; 1939 1;
1915 }) { 1940 }) {
1916 $self->message ("Something went wrong deep within the crossfire server. " 1941 $self->message ("Something went wrong deep within the crossfire server. "
1917 . "I'll try to bring you back to the map you were before. " 1942 . "I'll try to bring you back to the map you were before. "
1978 # get handled first 2003 # get handled first
1979 my $queue = delete $ns->{query_queue} 2004 my $queue = delete $ns->{query_queue}
1980 or return; # be conservative, not sure how that can happen, but we saw a crash here 2005 or return; # be conservative, not sure how that can happen, but we saw a crash here
1981 2006
1982 (shift @$queue)->[1]->($msg); 2007 (shift @$queue)->[1]->($msg);
2008 return unless $ns->valid; # temporary(?) workaround for callback destroying socket
1983 2009
1984 push @{ $ns->{query_queue} }, @$queue; 2010 push @{ $ns->{query_queue} }, @$queue;
1985 2011
1986 if (@{ $ns->{query_queue} } == @$queue) { 2012 if (@{ $ns->{query_queue} } == @$queue) {
1987 if (@$queue) { 2013 if (@$queue) {
2244 }, 2270 },
2245 ); 2271 );
2246} 2272}
2247 2273
2248############################################################################# 2274#############################################################################
2249# the server's main() 2275# the server's init and main functions
2276
2277sub load_resources {
2278 load_regions sprintf "%s/%s/regions", cf::datadir, cf::mapdir
2279 or die "unable to load regions file\n";#d#
2280}
2250 2281
2251sub cfg_load { 2282sub cfg_load {
2252 open my $fh, "<:utf8", cf::confdir . "/config" 2283 open my $fh, "<:utf8", cf::confdir . "/config"
2253 or return; 2284 or return;
2254 2285
2265 $CFG{mlockall} ? eval "mlockall()" : eval "munlockall()" 2296 $CFG{mlockall} ? eval "mlockall()" : eval "munlockall()"
2266 and die "WARNING: m(un)lockall failed: $!\n"; 2297 and die "WARNING: m(un)lockall failed: $!\n";
2267 }; 2298 };
2268 warn $@ if $@; 2299 warn $@ if $@;
2269 } 2300 }
2301}
2302
2303sub init {
2304 load_resources;
2270} 2305}
2271 2306
2272sub main { 2307sub main {
2273 # we must not ever block the main coroutine 2308 # we must not ever block the main coroutine
2274 local $Coro::idle = sub { 2309 local $Coro::idle = sub {
2294 for my $signal (qw(INT HUP TERM)) { 2329 for my $signal (qw(INT HUP TERM)) {
2295 Event->signal ( 2330 Event->signal (
2296 reentrant => 0, 2331 reentrant => 0,
2297 data => WF_AUTOCANCEL, 2332 data => WF_AUTOCANCEL,
2298 signal => $signal, 2333 signal => $signal,
2334 prio => 0,
2299 cb => sub { 2335 cb => sub {
2300 cf::cleanup "SIG$signal"; 2336 cf::cleanup "SIG$signal";
2301 }, 2337 },
2302 ); 2338 );
2303 } 2339 }
2434 warn "reattaching attachments to objects/players"; 2470 warn "reattaching attachments to objects/players";
2435 _global_reattach; 2471 _global_reattach;
2436 warn "reattaching attachments to maps"; 2472 warn "reattaching attachments to maps";
2437 reattach $_ for values %MAP; 2473 reattach $_ for values %MAP;
2438 2474
2475 warn "loading reloadable resources";
2476 load_resources;
2477
2439 warn "restarting server ticker"; 2478 warn "restarting server ticker";
2440 2479
2441 $TICK_WATCHER->start; 2480 $TICK_WATCHER->start;
2442 }; 2481 };
2443 2482
2478my $bug_warning = 0; 2517my $bug_warning = 0;
2479 2518
2480$TICK_WATCHER = Event->timer ( 2519$TICK_WATCHER = Event->timer (
2481 reentrant => 0, 2520 reentrant => 0,
2482 parked => 1, 2521 parked => 1,
2483 prio => -1, 2522 prio => 0,
2484 at => $NEXT_TICK || $TICK, 2523 at => $NEXT_TICK || $TICK,
2485 data => WF_AUTOCANCEL, 2524 data => WF_AUTOCANCEL,
2486 cb => sub { 2525 cb => sub {
2487 if ($Coro::current != $Coro::main) { 2526 if ($Coro::current != $Coro::main) {
2488 Carp::cluck "major BUG: server tick called outside of main coro, skipping it" 2527 Carp::cluck "major BUG: server tick called outside of main coro, skipping it"
2497 $NEXT_TICK += $TICK; 2536 $NEXT_TICK += $TICK;
2498 2537
2499 $WAIT_FOR_TICK->broadcast; 2538 $WAIT_FOR_TICK->broadcast;
2500 $WAIT_FOR_TICK_ONE->send if $WAIT_FOR_TICK_ONE->awaited; 2539 $WAIT_FOR_TICK_ONE->send if $WAIT_FOR_TICK_ONE->awaited;
2501 2540
2541 Event::sweep;
2542 Coro::cede_notself;
2543
2502 my $AFTER = Event::time; 2544# my $AFTER = Event::time;
2503 warn $AFTER - $NOW;#d# 2545# warn $AFTER - $NOW;#d#
2504 2546
2505 # if we are delayed by four ticks or more, skip them all 2547 # if we are delayed by four ticks or more, skip them all
2506 $NEXT_TICK = Event::time if Event::time >= $NEXT_TICK + $TICK * 4; 2548 $NEXT_TICK = Event::time if Event::time >= $NEXT_TICK + $TICK * 4;
2507 2549
2508 $TICK_WATCHER->at ($NEXT_TICK); 2550 $TICK_WATCHER->at ($NEXT_TICK);
2509 $TICK_WATCHER->start; 2551 $TICK_WATCHER->start;
2510 }, 2552 },
2511); 2553);
2512 2554
2513IO::AIO::max_poll_time $TICK * 0.2; 2555IO::AIO::max_poll_time $TICK * 0.1;
2514 2556
2515undef $Coro::AIO::WATCHER; 2557undef $Coro::AIO::WATCHER;
2516$AIO_POLL_WATCHER = Event->io ( 2558$AIO_POLL_WATCHER = Event->io (
2517 reentrant => 0, 2559 reentrant => 0,
2518 fd => IO::AIO::poll_fileno, 2560 fd => IO::AIO::poll_fileno,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines