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.48 by root, Sun Jul 1 05:00:19 2007 UTC vs.
Revision 1.50 by root, Sun Sep 30 16:24:31 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 {"hiscore", command_hiscore, 1. / TICK},
57 {"inventory", command_inventory, 0.5 / TICK}, 56 {"inventory", command_inventory, 0.5 / TICK},
58 {"invoke", command_invoke, 1.0}, 57 {"invoke", command_invoke, 1.0},
59 {"killpets", command_kill_pets, 1.0}, 58 {"killpets", command_kill_pets, 1.0},
60 {"logs", command_logs, 1. / TICK}, 59 {"logs", command_logs, 1. / TICK},
61 {"motd", command_motd, 0.5 / TICK}, 60 {"motd", command_motd, 0.5 / TICK},
71 {"showpets", command_showpets, 1.0}, 70 {"showpets", command_showpets, 1.0},
72 {"statistics", command_statistics, 1.0}, 71 {"statistics", command_statistics, 1.0},
73 {"take", command_take, 1.0}, 72 {"take", command_take, 1.0},
74 {"throw", command_throw, 1.0}, 73 {"throw", command_throw, 1.0},
75 {"time", command_time, 0.24 / TICK}, 74 {"time", command_time, 0.24 / TICK},
76 {"weather", command_weather, 0.24 / TICK},
77 {"whereabouts", command_whereabouts, 0.5 / TICK},
78 {"title", command_title, 0.5 / TICK}, 75 {"title", command_title, 0.5 / TICK},
79 {"bowmode", command_bowmode, 1.0}, 76 {"bowmode", command_bowmode, 1.0},
80 {"version", command_version, 1.0}, 77 {"version", command_version, 1.0},
81 78
82 // movement commands all do their own speed management 79 // movement commands all do their own speed management
115 {"hide", command_hide, 0.0}, 112 {"hide", command_hide, 0.0},
116 {"insert_into", command_insert_into, 0.0}, 113 {"insert_into", command_insert_into, 0.0},
117 {"invisible", command_invisible, 0.0}, 114 {"invisible", command_invisible, 0.0},
118 {"learn_special_prayer", command_learn_special_prayer, 0.0}, 115 {"learn_special_prayer", command_learn_special_prayer, 0.0},
119 {"learn_spell", command_learn_spell, 0.0}, 116 {"learn_spell", command_learn_spell, 0.0},
120 {"plugin", command_loadplugin, 0.0},
121 {"pluglist", command_listplugins, 0.0},
122 {"plugout", command_unloadplugin, 0.0},
123 {"nodm", command_nowiz, 0.0}, 117 {"nodm", command_nowiz, 0.0},
124 {"nowiz", command_nowiz, 0.0}, 118 {"nowiz", command_nowiz, 0.0},
125 {"patch", command_patch, 0.0}, 119 {"patch", command_patch, 0.0},
126 {"remove", command_remove, 0.0}, 120 {"remove", command_remove, 0.0},
127 {"set_god", command_setgod, 0.0}, 121 {"set_god", command_setgod, 0.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines