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.3 by root, Sun May 21 23:46:38 2006 UTC vs.
Revision 1.6 by root, Thu Aug 17 20:23:31 2006 UTC

59void SockList_AddInt64(SockList *sl, uint64 data); 59void SockList_AddInt64(SockList *sl, uint64 data);
60int GetInt_String(unsigned char *data); 60int GetInt_String(unsigned char *data);
61short GetShort_String(unsigned char *data); 61short GetShort_String(unsigned char *data);
62int SockList_ReadPacket(int fd, SockList *sl, int len); 62int SockList_ReadPacket(int fd, SockList *sl, int len);
63void write_socket_buffer(NewSocket *ns); 63void write_socket_buffer(NewSocket *ns);
64void Write_To_Socket(NewSocket *ns, unsigned char *buf, int len); 64void Write_To_Socket(NewSocket *ns, char *buf, int len);
65void cs_write_string(NewSocket *ns, const char *buf, int len); 65void cs_write_string(NewSocket *ns, const char *buf, int len);
66void Send_With_Handling(NewSocket *ns, SockList *msg); 66void Send_With_Handling(NewSocket *ns, SockList *msg);
67void Write_String_To_Socket(NewSocket *ns, char *buf, int len); 67void Write_String_To_Socket(NewSocket *ns, char *buf, int len);
68void write_cs_stats(void); 68void write_cs_stats(void);
69/* metaserver.c */ 69/* metaserver.c */
79void NewPlayerCmd(uint8 *buf, int len, player *pl); 79void NewPlayerCmd(uint8 *buf, int len, player *pl);
80void ReplyCmd(char *buf, int len, player *pl); 80void ReplyCmd(char *buf, int len, player *pl);
81void VersionCmd(char *buf, int len, NewSocket *ns); 81void VersionCmd(char *buf, int len, NewSocket *ns);
82void SetSound(char *buf, int len, NewSocket *ns); 82void SetSound(char *buf, int len, NewSocket *ns);
83void MapRedrawCmd(char *buff, int len, player *pl); 83void MapRedrawCmd(char *buff, int len, player *pl);
84void ExtCmd(char *buff, int len, player *pl);
84void MapInfoCmd(char *buff, int len, player *pl); 85void MapInfoCmd(char *buff, int len, player *pl);
85void MapNewmapCmd(player *pl);
86void MoveCmd(char *buf, int len, player *pl); 86void MoveCmd(char *buf, int len, player *pl);
87void send_query(NewSocket *ns, uint8 flags, char *text); 87void send_query(NewSocket *ns, uint8 flags, char *text);
88void esrv_update_stats(player *pl); 88void esrv_update_stats(player *pl);
89void esrv_new_player(player *pl, uint32 weight); 89void esrv_new_player(player *pl, uint32 weight);
90void esrv_send_animation(NewSocket *ns, short anim_num); 90void esrv_send_animation(NewSocket *ns, short anim_num);
91int getExtendedMapInfoSize(NewSocket *ns); 91int getExtendedMapInfoSize(NewSocket *ns);
92void draw_client_map1(object *pl); 92void draw_client_map1(object *pl);
93void draw_client_map(object *pl); 93void draw_client_map(object *pl);
94void esrv_map_scroll(NewSocket *ns, int dx, int dy);
95void send_plugin_custom_message(object *pl, char *buf); 94void send_plugin_custom_message(object *pl, char *buf);
96void send_skill_info(NewSocket *ns, char *params); 95void send_skill_info(NewSocket *ns, char *params);
97void send_spell_paths (NewSocket *ns, char *params); 96void send_spell_paths (NewSocket *ns, char *params);
98void esrv_update_spells(player *pl); 97void esrv_update_spells(player *pl);
99void esrv_remove_spell(player *pl, object *spell); 98void esrv_remove_spell(player *pl, object *spell);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines