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

Comparing deliantra/server/server/commands.C (file contents):
Revision 1.50 by root, Sun Sep 30 16:24:31 2007 UTC vs.
Revision 1.51 by root, Sun Sep 30 20:22:24 2007 UTC

51 {"drop", command_drop, 1.0}, 51 {"drop", command_drop, 1.0},
52 {"dropall", command_dropall, 0.5 / TICK}, 52 {"dropall", command_dropall, 0.5 / TICK},
53 {"examine", command_examine, 0.5 / TICK}, 53 {"examine", command_examine, 0.5 / TICK},
54 {"fix_me", command_fix_me, 0.0}, 54 {"fix_me", command_fix_me, 0.0},
55 {"get", command_take, 1.0}, 55 {"get", command_take, 1.0},
56 {"inventory", command_inventory, 0.5 / TICK},
57 {"invoke", command_invoke, 1.0}, 56 {"invoke", command_invoke, 1.0},
58 {"killpets", command_kill_pets, 1.0}, 57 {"killpets", command_kill_pets, 1.0},
59 {"logs", command_logs, 1. / TICK}, 58 {"logs", command_logs, 1. / TICK},
60 {"motd", command_motd, 0.5 / TICK}, 59 {"motd", command_motd, 0.5 / TICK},
61 {"pickup", command_pickup, 1.0}, 60 {"pickup", command_pickup, 1.0},
109 {"forget_spell", command_forget_spell, 0.0}, 108 {"forget_spell", command_forget_spell, 0.0},
110 {"free", command_free, 0.0}, 109 {"free", command_free, 0.0},
111 {"freeze", command_freeze, 0.0}, 110 {"freeze", command_freeze, 0.0},
112 {"hide", command_hide, 0.0}, 111 {"hide", command_hide, 0.0},
113 {"insert_into", command_insert_into, 0.0}, 112 {"insert_into", command_insert_into, 0.0},
113 {"inventory", command_inventory, 0.0},
114 {"invisible", command_invisible, 0.0}, 114 {"invisible", command_invisible, 0.0},
115 {"learn_special_prayer", command_learn_special_prayer, 0.0}, 115 {"learn_special_prayer", command_learn_special_prayer, 0.0},
116 {"learn_spell", command_learn_spell, 0.0}, 116 {"learn_spell", command_learn_spell, 0.0},
117 {"nodm", command_nowiz, 0.0}, 117 {"nodm", command_nowiz, 0.0},
118 {"nowiz", command_nowiz, 0.0}, 118 {"nowiz", command_nowiz, 0.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines