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.40 by root, Fri Nov 6 13:05:56 2009 UTC vs.
Revision 1.41 by root, Tue Nov 10 01:20:41 2009 UTC

20 * The authors can be reached via e-mail to <support@deliantra.net> 20 * The authors can be reached via e-mail to <support@deliantra.net>
21 */ 21 */
22 22
23/* image.c */ 23/* image.c */
24int is_valid_faceset(int fsn); 24int is_valid_faceset(int fsn);
25void free_socket_images(void); 25void free_socket_images();
26void read_client_images(void); 26void read_client_images();
27void SetFaceMode(char *buf, int len, client *ns); 27void SetFaceMode(char *buf, int len, client *ns);
28void AskFaceCmd(char *buf, int len, client *ns); 28void AskFaceCmd(char *buf, int len, client *ns);
29void send_image_info(client *ns, char *params); 29void send_image_info(client *ns, char *params);
30void send_image_sums(client *ns, char *params); 30void send_image_sums(client *ns, char *params);
31/* info.c */ 31/* info.c */
34void new_info_map_except(int color, maptile *map, object *op, const char *str); 34void new_info_map_except(int color, maptile *map, object *op, const char *str);
35void new_info_map(int color, maptile *map, const char *str); 35void new_info_map(int color, maptile *map, const char *str);
36void set_title(object *pl, char *buf); 36void set_title(object *pl, char *buf);
37void draw_magic_map(object *pl); 37void draw_magic_map(object *pl);
38/* init.c */ 38/* init.c */
39void init_ericserver(void); 39void init_ericserver();
40void free_all_newserver(void); 40void free_all_newserver();
41void final_free_player(player *pl); 41void final_free_player(player *pl);
42/* item.c */ 42/* item.c */
43void esrv_draw_look(player *pl); 43void esrv_draw_look(player *pl);
44void esrv_send_inventory(object *pl, object *op); 44void esrv_send_inventory(object *pl, object *op);
45void esrv_update_item(int flags, object *pl, object *op); 45void esrv_update_item(int flags, object *pl, object *op);
52void MarkItem(char *data, int len, player *pl); 52void MarkItem(char *data, int len, player *pl);
53void LookAt(char *buf, int len, player *pl); 53void LookAt(char *buf, int len, player *pl);
54void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof); 54void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof);
55/* loop.c */ 55/* loop.c */
56void RequestInfo(char *buf, int len, client *ns); 56void RequestInfo(char *buf, int len, client *ns);
57void watchdog(void); 57void watchdog();
58/* lowlevel.c */ 58/* lowlevel.c */
59void write_cs_stats(void); 59void write_cs_stats();
60/* request.c */ 60/* request.c */
61void SetUp(char *buf, int len, client *ns); 61void SetUp(char *buf, int len, client *ns);
62void AddMeCmd(char *buf, int len, client *ns); 62void AddMeCmd(char *buf, int len, client *ns);
63void ToggleExtendedInfos(char *buf, int len, client *ns); 63void ToggleExtendedInfos(char *buf, int len, client *ns);
64void ToggleExtendedText (char *buf, int len, client *ns); 64void ToggleExtendedText (char *buf, int len, client *ns);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines