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

Comparing deliantra/server/include/sockproto.h (file contents):
Revision 1.22 by root, Thu Dec 21 06:12:36 2006 UTC vs.
Revision 1.23 by root, Wed Mar 14 00:04:58 2007 UTC

2int is_valid_faceset(int fsn); 2int is_valid_faceset(int fsn);
3void free_socket_images(void); 3void free_socket_images(void);
4void read_client_images(void); 4void read_client_images(void);
5void SetFaceMode(char *buf, int len, client *ns); 5void SetFaceMode(char *buf, int len, client *ns);
6void SendFaceCmd(char *buff, int len, client *ns); 6void SendFaceCmd(char *buff, int len, client *ns);
7void esrv_send_face(client *ns, short face_num, int nocache);
8void send_image_info(client *ns, char *params); 7void send_image_info(client *ns, char *params);
9void send_image_sums(client *ns, char *params); 8void send_image_sums(client *ns, char *params);
10/* info.c */ 9/* info.c */
11void flush_output_element(const object *pl, Output_Buf *outputs); 10void flush_output_element(const object *pl, Output_Buf *outputs);
12void new_draw_info(int flags, int pri, const object *pl, const char *buf); 11void new_draw_info(int flags, int pri, const object *pl, const char *buf);
65void MapInfoCmd(char *buff, int len, player *pl); 64void MapInfoCmd(char *buff, int len, player *pl);
66void MoveCmd(char *buf, int len, player *pl); 65void MoveCmd(char *buf, int len, player *pl);
67void send_query(client *ns, uint8 flags, char *text); 66void send_query(client *ns, uint8 flags, char *text);
68void esrv_update_stats(player *pl); 67void esrv_update_stats(player *pl);
69void esrv_new_player(player *pl, uint32 weight); 68void esrv_new_player(player *pl, uint32 weight);
70void esrv_send_animation(client *ns, short anim_num);
71int getExtendedMapInfoSize(client *ns); 69int getExtendedMapInfoSize(client *ns);
72void draw_client_map(object *pl); 70void draw_client_map(object *pl);
73void draw_client_map1(object *pl); 71void draw_client_map1(object *pl);
74void send_plugin_custom_message(object *pl, char *buf); 72void send_plugin_custom_message(object *pl, char *buf);
75void send_skill_info(client *ns, char *params); 73void send_skill_info(client *ns, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines