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.20 by root, Sat Dec 16 03:08:26 2006 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 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);
21void set_title(object *pl, char *buf); 19void set_title(object *pl, char *buf);
22void magic_mapping_mark(object *pl, char *map_mark, int strength); 20void magic_mapping_mark(object *pl, char *map_mark, int strength);
23void draw_magic_map(object *pl); 21void draw_magic_map(object *pl);
24void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); 22void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType);
25/* init.c */ 23/* init.c */
26bool add_client (int fd, const char *peername);
27void init_ericserver(void); 24void init_ericserver(void);
28void free_all_newserver(void); 25void free_all_newserver(void);
29void final_free_player(player *pl); 26void final_free_player(player *pl);
30/* item.c */ 27/* item.c */
31unsigned int query_flags(object *op); 28unsigned int query_flags(object *op);
34void esrv_update_item(int flags, object *pl, object *op); 31void esrv_update_item(int flags, object *pl, object *op);
35void esrv_send_item(object *pl, object *op); 32void esrv_send_item(object *pl, object *op);
36void esrv_del_item(player *pl, int tag); 33void esrv_del_item(player *pl, int tag);
37object *esrv_get_ob_from_count(object *pl, tag_t count); 34object *esrv_get_ob_from_count(object *pl, tag_t count);
38void ExamineCmd(char *buf, int len, player *pl); 35void ExamineCmd(char *buf, int len, player *pl);
36void ExCmd(char *buf, int len, player *pl);
39void ApplyCmd(char *buf, int len, player *pl); 37void ApplyCmd(char *buf, int len, player *pl);
40void LockItem(char *data, int len, player *pl); 38void LockItem(char *data, int len, player *pl);
41void MarkItem(char *data, int len, player *pl); 39void MarkItem(char *data, int len, player *pl);
42void look_at(object *op, int dx, int dy); 40void look_at(object *op, int dx, int dy);
43void LookAt(char *buf, int len, player *pl); 41void LookAt(char *buf, int len, player *pl);
55void ToggleExtendedInfos(char *buf, int len, client *ns); 53void ToggleExtendedInfos(char *buf, int len, client *ns);
56void ToggleExtendedText (char *buf, int len, client *ns); 54void ToggleExtendedText (char *buf, int len, client *ns);
57void AskSmooth(char *buf, int len, client *ns); 55void AskSmooth(char *buf, int len, client *ns);
58void PlayerCmd(char *buf, int len, player *pl); 56void PlayerCmd(char *buf, int len, player *pl);
59void NewPlayerCmd(char *buf, int len, player *pl); 57void NewPlayerCmd(char *buf, int len, player *pl);
60void ReplyCmd(char *buf, int len, player *pl); 58void ReplyCmd(char *buf, int len, client *ns);
61void VersionCmd(char *buf, int len, client *ns); 59void VersionCmd(char *buf, int len, client *ns);
62void SetSound(char *buf, int len, client *ns); 60void SetSound(char *buf, int len, client *ns);
63void MapRedrawCmd(char *buff, int len, player *pl); 61void MapRedrawCmd(char *buff, int len, player *pl);
64void ExtCmd(char *buff, int len, player *pl); 62void ExtCmd(char *buff, int len, player *pl);
63void ExtiCmd(char *buff, int len, client *ns);
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, const 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