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.31 by root, Thu May 6 21:58:06 2010 UTC vs.
Revision 1.36 by root, Fri Nov 9 20:37:57 2012 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 &
25reload_perl & 24reload_perl &
26reload_sound & 25reload_sound &
27reload_config & 26reload_config &
28reload_regions & 27reload_regions &
29reload_facedata & 28reload_facedata &
29reload_exp_table &
30reload_materials &
30reload_treasures & 31reload_treasures &
32reload_resources &
31reload_archetypes & 33reload_archetypes &
32reload_resources &
33ext::help::reload & 34ext::help::reload &
34ext::books::reload & 35ext::books::reload &
35ext::map_tags::reload & 36ext::map_tags::reload &
36ext::map_world::reload & 37ext::map_world::reload &
38ext::player_env::reload &
39ext::map_scheduler::reload &
37# ext::map_scheduler::loadall & # debugging only! 40# ext::map_scheduler::loadall & # debugging only!
38while (EV::TIMEOUT & Coro::EV::timed_io_once \$fh, EV::READ, 1) { Coro::Debug::command "ps" } & 41until (Coro::AnyEvent::readable \$fh, 1) { Coro::Debug::command "ps" } &
39({mallinfo}) 42({mallinfo})
40({objinfo}) 43({objinfo})
41EOF 44EOF
42 print $fh "\n> "; 45 print $fh "\n> ";
43 46

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines