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.26 by root, Mon Apr 23 19:10:17 2007 UTC vs.
Revision 1.28 by root, Mon Apr 30 04:25:30 2007 UTC

5void SetFaceMode(char *buf, int len, client *ns); 5void SetFaceMode(char *buf, int len, client *ns);
6void AskFaceCmd(char *buf, int len, client *ns); 6void AskFaceCmd(char *buf, int len, client *ns);
7void send_image_info(client *ns, char *params); 7void send_image_info(client *ns, char *params);
8void send_image_sums(client *ns, char *params); 8void send_image_sums(client *ns, char *params);
9/* info.c */ 9/* info.c */
10void flush_output_element(const object *pl, Output_Buf *outputs);
11void 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);
12void 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, ...);
13void 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);
14void 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, ...);
15void 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);
16void 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);
17void new_info_map(int color, maptile *map, const char *str); 16void new_info_map(int color, maptile *map, const char *str);
18void clear_win_info(object *op); 17void clear_win_info(object *op);
19void rangetostring(object *pl, char *obuf);
20void set_title(object *pl, char *buf); 18void set_title(object *pl, char *buf);
21void magic_mapping_mark(object *pl, char *map_mark, int strength); 19void magic_mapping_mark(object *pl, char *map_mark, int strength);
22void draw_magic_map(object *pl); 20void draw_magic_map(object *pl);
23void 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);
24/* init.c */ 22/* init.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines