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.49 by root, Fri Aug 10 05:25:16 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines