ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sockproto.h
Revision: 1.6
Committed: Thu Aug 17 20:23:31 2006 UTC (17 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.5: +0 -2 lines
Log Message:
get rid of esrv_map_scroll and MapNewmapCmd, map update will handle it automatically

File Contents

# Content
1 /* image.c */
2 int is_valid_faceset(int fsn);
3 void free_socket_images(void);
4 void read_client_images(void);
5 void SetFaceMode(char *buf, int len, NewSocket *ns);
6 void SendFaceCmd(char *buff, int len, NewSocket *ns);
7 void esrv_send_face(NewSocket *ns, short face_num, int nocache);
8 void send_image_info(NewSocket *ns, char *params);
9 void send_image_sums(NewSocket *ns, char *params);
10 /* info.c */
11 void flush_output_element(const object *pl, Output_Buf *outputs);
12 void new_draw_info(int flags, int pri, const object *pl, const char *buf);
13 void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...);
14 void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage);
15 void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...);
16 void new_info_map_except(int color, mapstruct *map, object *op, const char *str);
17 void new_info_map_except2(int color, mapstruct *map, object *op1, object *op2, const char *str);
18 void new_info_map(int color, mapstruct *map, const char *str);
19 void clear_win_info(object *op);
20 void rangetostring(object *pl, char *obuf);
21 void set_title(object *pl, char *buf);
22 void magic_mapping_mark(object *pl, char *map_mark, int strength);
23 void draw_magic_map(object *pl);
24 void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType);
25 /* init.c */
26 void InitConnection(NewSocket *ns, const char *from_ip);
27 void init_ericserver(void);
28 void free_all_newserver(void);
29 void free_newsocket(NewSocket *ns);
30 void final_free_player(player *pl);
31 /* item.c */
32 unsigned int query_flags(object *op);
33 void esrv_draw_look(object *pl);
34 void esrv_send_inventory(object *pl, object *op);
35 void esrv_update_item(int flags, object *pl, object *op);
36 void esrv_send_item(object *pl, object *op);
37 void esrv_del_item(player *pl, int tag);
38 object *esrv_get_ob_from_count(object *pl, tag_t count);
39 void ExamineCmd(char *buf, int len, player *pl);
40 void ApplyCmd(char *buf, int len, player *pl);
41 void LockItem(uint8 *data, int len, player *pl);
42 void MarkItem(uint8 *data, int len, player *pl);
43 void look_at(object *op, int dx, int dy);
44 void LookAt(char *buf, int len, player *pl);
45 void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof);
46 /* loop.c */
47 void RequestInfo(char *buf, int len, NewSocket *ns);
48 void Handle_Oldsocket(NewSocket *ns);
49 void HandleClient(NewSocket *ns, player *pl);
50 void watchdog(void);
51 void flush_sockets(void);
52 void doeric_server(void);
53 /* lowlevel.c */
54 void Socket_Flush (NewSocket *ns);
55 void SockList_Init(SockList *sl);
56 void SockList_AddChar(SockList *sl, char c);
57 void SockList_AddShort(SockList *sl, uint16 data);
58 void SockList_AddInt(SockList *sl, uint32 data);
59 void SockList_AddInt64(SockList *sl, uint64 data);
60 int GetInt_String(unsigned char *data);
61 short GetShort_String(unsigned char *data);
62 int SockList_ReadPacket(int fd, SockList *sl, int len);
63 void write_socket_buffer(NewSocket *ns);
64 void Write_To_Socket(NewSocket *ns, char *buf, int len);
65 void cs_write_string(NewSocket *ns, const char *buf, int len);
66 void Send_With_Handling(NewSocket *ns, SockList *msg);
67 void Write_String_To_Socket(NewSocket *ns, char *buf, int len);
68 void write_cs_stats(void);
69 /* metaserver.c */
70 void metaserver_init(void);
71 void metaserver_update(void);
72 /* request.c */
73 void SetUp(char *buf, int len, NewSocket *ns);
74 void AddMeCmd(char *buf, int len, NewSocket *ns);
75 void ToggleExtendedInfos(char *buf, int len, NewSocket *ns);
76 void ToggleExtendedText (char *buf, int len, NewSocket *ns);
77 void AskSmooth(char *buf, int len, NewSocket *ns);
78 void PlayerCmd(char *buf, int len, player *pl);
79 void NewPlayerCmd(uint8 *buf, int len, player *pl);
80 void ReplyCmd(char *buf, int len, player *pl);
81 void VersionCmd(char *buf, int len, NewSocket *ns);
82 void SetSound(char *buf, int len, NewSocket *ns);
83 void MapRedrawCmd(char *buff, int len, player *pl);
84 void ExtCmd(char *buff, int len, player *pl);
85 void MapInfoCmd(char *buff, int len, player *pl);
86 void MoveCmd(char *buf, int len, player *pl);
87 void send_query(NewSocket *ns, uint8 flags, char *text);
88 void esrv_update_stats(player *pl);
89 void esrv_new_player(player *pl, uint32 weight);
90 void esrv_send_animation(NewSocket *ns, short anim_num);
91 int getExtendedMapInfoSize(NewSocket *ns);
92 void draw_client_map1(object *pl);
93 void draw_client_map(object *pl);
94 void send_plugin_custom_message(object *pl, char *buf);
95 void send_skill_info(NewSocket *ns, char *params);
96 void send_spell_paths (NewSocket *ns, char *params);
97 void esrv_update_spells(player *pl);
98 void esrv_remove_spell(player *pl, object *spell);
99 void esrv_add_spells(player *pl, object *spell);
100 /* sounds.c */
101 void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y);
102 void play_sound_map(mapstruct *map, int x, int y, short sound_num);