ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
(Generate patch)

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.120 by root, Sun Apr 4 02:51:56 2010 UTC vs.
Revision 1.121 by root, Mon Apr 5 03:22:25 2010 UTC

113int command_south (object *op, char *params); 113int command_south (object *op, char *params);
114int command_southeast (object *op, char *params); 114int command_southeast (object *op, char *params);
115int command_southwest (object *op, char *params); 115int command_southwest (object *op, char *params);
116int command_west (object *op, char *params); 116int command_west (object *op, char *params);
117int command_stay (object *op, char *params); 117int command_stay (object *op, char *params);
118int command_run (object *op, char *params);
119int command_run_stop (object *op, char *params);
120int command_fire (object *op, char *params);
121int command_fire_stop (object *op, char *params);
118 122
119/* c_new.c */ 123/* c_new.c */
120void execute_newserver_command (object *pl, char *command); 124void execute_newserver_command (object *pl, char *command);
121 125
122/* c_object.c */ 126/* c_object.c */
146void set_pickup_mode (object *op, int i); 150void set_pickup_mode (object *op, int i);
147int command_search_items (object *op, char *params); 151int command_search_items (object *op, char *params);
148int command_rename_item (object *op, char *params); 152int command_rename_item (object *op, char *params);
149int command_unlock (object *op, char *params); 153int command_unlock (object *op, char *params);
150int command_lock (object *op, char *params); 154int command_lock (object *op, char *params);
155int command_mark (object *op, char *params);
151 156
152/* c_party.c */ 157/* c_party.c */
153partylist *get_firstparty (); 158partylist *get_firstparty ();
154void obsolete_parties (); 159void obsolete_parties ();
155void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp); 160void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines