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.30 by pippijn, Thu Mar 1 13:14:11 2007 UTC vs.
Revision 1.31 by pippijn, Thu Mar 1 13:27:53 2007 UTC

92 {"usekeys", command_usekeys, 0.0}, 92 {"usekeys", command_usekeys, 0.0},
93 {"bowmode", command_bowmode, 0.0}, 93 {"bowmode", command_bowmode, 0.0},
94 {"petmode", command_petmode, 0.0}, 94 {"petmode", command_petmode, 0.0},
95 {"version", command_version, 0.0}, 95 {"version", command_version, 0.0},
96 {"wimpy", command_wimpy, 0.0}, 96 {"wimpy", command_wimpy, 0.0},
97 {"afk", command_afk, 0.0},
98 97
99 {"stay", command_stay, 1.0}, /* 1.0 because it is used when using a 98 {"stay", command_stay, 1.0}, /* 1.0 because it is used when using a
100 * skill on yourself */ 99 * skill on yourself */
101 {"north", command_north, 1.0}, 100 {"north", command_north, 1.0},
102 {"east", command_east, 1.0}, 101 {"east", command_east, 1.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines