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.34 by pippijn, Fri Mar 2 10:55:00 2007 UTC vs.
Revision 1.36 by pippijn, Fri Mar 2 11:13:51 2007 UTC

62 {"killpets", command_kill_pets, 0.0}, 62 {"killpets", command_kill_pets, 0.0},
63 {"logs", command_logs, 0.0}, 63 {"logs", command_logs, 0.0},
64 {"mapinfo", command_mapinfo, 0.0}, 64 {"mapinfo", command_mapinfo, 0.0},
65 {"mark", command_mark, 0.0}, 65 {"mark", command_mark, 0.0},
66 {"motd", command_motd, 0.0}, 66 {"motd", command_motd, 0.0},
67 {"output-sync", command_output_sync, 0.0},
68 {"output-count", command_output_count, 0.0},
69 {"pickup", command_pickup, 1.0}, 67 {"pickup", command_pickup, 1.0},
70 {"prepare", command_prepare, 1.0}, 68 {"prepare", command_prepare, 1.0},
71 {"resistances", command_resistances, 0.0}, 69 {"resistances", command_resistances, 0.0},
72 {"rotateshoottype", command_rotateshoottype, 0.0}, 70 {"rotateshoottype", command_rotateshoottype, 0.0},
73 {"skills", command_skills, 0.0}, /* shows player list of skills */ 71 {"skills", command_skills, 0.0}, /* shows player list of skills */
80 {"take", command_take, 1.0}, 78 {"take", command_take, 1.0},
81 {"throw", command_throw, 1.0}, 79 {"throw", command_throw, 1.0},
82 {"time", command_time, 0.0}, 80 {"time", command_time, 0.0},
83 {"weather", command_weather, 0.0}, 81 {"weather", command_weather, 0.0},
84 {"whereabouts", command_whereabouts, 0.0}, 82 {"whereabouts", command_whereabouts, 0.0},
85 {"whereami", command_whereami, 0.0},
86 {"title", command_title, 0.0}, 83 {"title", command_title, 0.0},
87 {"bowmode", command_bowmode, 0.0}, 84 {"bowmode", command_bowmode, 0.0},
88 {"version", command_version, 0.0}, 85 {"version", command_version, 0.0},
89 86
90 {"stay", command_stay, 1.0}, /* 1.0 because it is used when using a 87 {"stay", command_stay, 1.0}, /* 1.0 because it is used when using a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines