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

Comparing deliantra/server/ext/help.ext (file contents):
Revision 1.18 by root, Fri Nov 9 20:37:57 2012 UTC vs.
Revision 1.19 by root, Sun Nov 11 05:53:11 2012 UTC

63 or $a->[1] cmp $b->[1] 63 or $a->[1] cmp $b->[1]
64 } @command_list; 64 } @command_list;
65 65
66 cf::cede_to_tick; 66 cf::cede_to_tick;
67 67
68 cf::face::set
68 cf::set_face "res/command_list" => cf::FT_RSRC, 69 "res/command_list" => cf::FT_RSRC,
69 JSON::XS->new->utf8->encode (\@command_list); 70 JSON::XS->new->utf8->encode (\@command_list);
70} 71}
71 72
72our $DOCLET_HANDLER = ext::doclet::register command => sub { 73our $DOCLET_HANDLER = ext::doclet::register command => sub {
73 my ($pl, $category, $command) = @_; 74 my ($pl, $category, $command) = @_;
74 75

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines