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.23 by root, Wed Mar 14 00:04:58 2007 UTC vs.
Revision 1.27 by root, Wed Apr 25 18:47:50 2007 UTC

1/* image.c */ 1/* image.c */
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 AskFaceCmd(char *buf, int len, client *ns);
7void send_image_info(client *ns, char *params); 7void send_image_info(client *ns, char *params);
8void send_image_sums(client *ns, char *params); 8void send_image_sums(client *ns, char *params);
9/* info.c */ 9/* info.c */
10void flush_output_element(const object *pl, Output_Buf *outputs);
11void new_draw_info(int flags, int pri, const object *pl, const char *buf); 10void new_draw_info(int flags, int pri, const object *pl, const char *buf);
12void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...); 11void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...);
13void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage); 12void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage);
14void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...); 13void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...);
15void new_info_map_except(int color, maptile *map, object *op, const char *str); 14void new_info_map_except(int color, maptile *map, object *op, const char *str);
32void esrv_update_item(int flags, object *pl, object *op); 31void esrv_update_item(int flags, object *pl, object *op);
33void esrv_send_item(object *pl, object *op); 32void esrv_send_item(object *pl, object *op);
34void esrv_del_item(player *pl, int tag); 33void esrv_del_item(player *pl, int tag);
35object *esrv_get_ob_from_count(object *pl, tag_t count); 34object *esrv_get_ob_from_count(object *pl, tag_t count);
36void ExamineCmd(char *buf, int len, player *pl); 35void ExamineCmd(char *buf, int len, player *pl);
36void ExCmd(char *buf, int len, player *pl);
37void ApplyCmd(char *buf, int len, player *pl); 37void ApplyCmd(char *buf, int len, player *pl);
38void LockItem(char *data, int len, player *pl); 38void LockItem(char *data, int len, player *pl);
39void MarkItem(char *data, int len, player *pl); 39void MarkItem(char *data, int len, player *pl);
40void look_at(object *op, int dx, int dy); 40void look_at(object *op, int dx, int dy);
41void LookAt(char *buf, int len, player *pl); 41void LookAt(char *buf, int len, player *pl);
61void MapRedrawCmd(char *buff, int len, player *pl); 61void MapRedrawCmd(char *buff, int len, player *pl);
62void ExtCmd(char *buff, int len, player *pl); 62void ExtCmd(char *buff, int len, player *pl);
63void ExtiCmd(char *buff, int len, client *ns); 63void ExtiCmd(char *buff, int len, client *ns);
64void MapInfoCmd(char *buff, int len, player *pl); 64void MapInfoCmd(char *buff, int len, player *pl);
65void MoveCmd(char *buf, int len, player *pl); 65void MoveCmd(char *buf, int len, player *pl);
66void send_query(client *ns, uint8 flags, char *text); 66void send_query(client *ns, uint8 flags, const char *text);
67void esrv_update_stats(player *pl); 67void esrv_update_stats(player *pl);
68void esrv_new_player(player *pl, uint32 weight); 68void esrv_new_player(player *pl, uint32 weight);
69int getExtendedMapInfoSize(client *ns); 69int getExtendedMapInfoSize(client *ns);
70void draw_client_map(object *pl); 70void draw_client_map(object *pl);
71void draw_client_map1(object *pl); 71void draw_client_map1(object *pl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines