ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/dm-support.ext
(Generate patch)

Comparing deliantra/server/ext/dm-support.ext (file contents):
Revision 1.29 by root, Thu Apr 29 07:52:01 2010 UTC vs.
Revision 1.31 by root, Thu May 6 21:58:06 2010 UTC

19Remember that everything entered here will be in the main coro context within cf::! 19Remember that everything entered here will be in the main coro context within cf::!
20You can freely use \$a .. \$z and \@l and \%l 20You can freely use \$a .. \$z and \@l and \%l
21 21
22Useful commands (note the '&'): 22Useful commands (note the '&'):
23 23
24reload_exp &
24reload_perl & 25reload_perl &
25reload_sound & 26reload_sound &
26reload_config & 27reload_config &
27reload_regions & 28reload_regions &
28reload_facedata & 29reload_facedata &
96 if (my $listen = new IO::Socket::INET LocalAddr => $cf::CFG{perl_shell}, Listen => 1, ReuseAddr => 1, Blocking => 0) { 97 if (my $listen = new IO::Socket::INET LocalAddr => $cf::CFG{perl_shell}, Listen => 1, ReuseAddr => 1, Blocking => 0) {
97 $LISTENER = AE::io $listen, 0, sub { tcp_serve $listen->accept }; 98 $LISTENER = AE::io $listen, 0, sub { tcp_serve $listen->accept };
98 } 99 }
99} 100}
100 101
101

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines