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.28 by root, Mon Apr 30 04:25:30 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 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);
12void 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);
13void 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, ...);
14void 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);
15void 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, ...);
16void 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);
17void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str); 15void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str);
18void new_info_map(int color, maptile *map, const char *str); 16void new_info_map(int color, maptile *map, const char *str);
19void clear_win_info(object *op); 17void clear_win_info(object *op);
20void rangetostring(object *pl, char *obuf);
21void set_title(object *pl, char *buf); 18void set_title(object *pl, char *buf);
22void magic_mapping_mark(object *pl, char *map_mark, int strength); 19void magic_mapping_mark(object *pl, char *map_mark, int strength);
23void draw_magic_map(object *pl); 20void draw_magic_map(object *pl);
24void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); 21void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType);
25/* init.c */ 22/* init.c */
33void esrv_update_item(int flags, object *pl, object *op); 30void esrv_update_item(int flags, object *pl, object *op);
34void esrv_send_item(object *pl, object *op); 31void esrv_send_item(object *pl, object *op);
35void esrv_del_item(player *pl, int tag); 32void esrv_del_item(player *pl, int tag);
36object *esrv_get_ob_from_count(object *pl, tag_t count); 33object *esrv_get_ob_from_count(object *pl, tag_t count);
37void ExamineCmd(char *buf, int len, player *pl); 34void ExamineCmd(char *buf, int len, player *pl);
35void ExCmd(char *buf, int len, player *pl);
38void ApplyCmd(char *buf, int len, player *pl); 36void ApplyCmd(char *buf, int len, player *pl);
39void LockItem(char *data, int len, player *pl); 37void LockItem(char *data, int len, player *pl);
40void MarkItem(char *data, int len, player *pl); 38void MarkItem(char *data, int len, player *pl);
41void look_at(object *op, int dx, int dy); 39void look_at(object *op, int dx, int dy);
42void LookAt(char *buf, int len, player *pl); 40void LookAt(char *buf, int len, player *pl);
62void MapRedrawCmd(char *buff, int len, player *pl); 60void MapRedrawCmd(char *buff, int len, player *pl);
63void ExtCmd(char *buff, int len, player *pl); 61void ExtCmd(char *buff, int len, player *pl);
64void ExtiCmd(char *buff, int len, client *ns); 62void ExtiCmd(char *buff, int len, client *ns);
65void MapInfoCmd(char *buff, int len, player *pl); 63void MapInfoCmd(char *buff, int len, player *pl);
66void MoveCmd(char *buf, int len, player *pl); 64void MoveCmd(char *buf, int len, player *pl);
67void send_query(client *ns, uint8 flags, char *text); 65void send_query(client *ns, uint8 flags, const char *text);
68void esrv_update_stats(player *pl); 66void esrv_update_stats(player *pl);
69void esrv_new_player(player *pl, uint32 weight); 67void esrv_new_player(player *pl, uint32 weight);
70void esrv_send_animation(client *ns, short anim_num);
71int getExtendedMapInfoSize(client *ns); 68int getExtendedMapInfoSize(client *ns);
72void draw_client_map(object *pl); 69void draw_client_map(object *pl);
73void draw_client_map1(object *pl); 70void draw_client_map1(object *pl);
74void send_plugin_custom_message(object *pl, char *buf); 71void send_plugin_custom_message(object *pl, char *buf);
75void send_skill_info(client *ns, char *params); 72void send_skill_info(client *ns, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines