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.6 by root, Thu Aug 17 20:23:31 2006 UTC vs.
Revision 1.7 by root, Sat Sep 16 22:24:12 2006 UTC

11void flush_output_element(const object *pl, Output_Buf *outputs); 11void flush_output_element(const object *pl, Output_Buf *outputs);
12void new_draw_info(int flags, int pri, const object *pl, const char *buf); 12void 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, ...); 13void 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); 14void 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, ...); 15void 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, mapstruct *map, object *op, const char *str); 16void new_info_map_except(int color, maptile *map, object *op, const char *str);
17void new_info_map_except2(int color, mapstruct *map, object *op1, object *op2, const char *str); 17void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str);
18void new_info_map(int color, mapstruct *map, const char *str); 18void new_info_map(int color, maptile *map, const char *str);
19void clear_win_info(object *op); 19void clear_win_info(object *op);
20void rangetostring(object *pl, char *obuf); 20void rangetostring(object *pl, char *obuf);
21void set_title(object *pl, char *buf); 21void set_title(object *pl, char *buf);
22void magic_mapping_mark(object *pl, char *map_mark, int strength); 22void magic_mapping_mark(object *pl, char *map_mark, int strength);
23void draw_magic_map(object *pl); 23void draw_magic_map(object *pl);
97void esrv_update_spells(player *pl); 97void esrv_update_spells(player *pl);
98void esrv_remove_spell(player *pl, object *spell); 98void esrv_remove_spell(player *pl, object *spell);
99void esrv_add_spells(player *pl, object *spell); 99void esrv_add_spells(player *pl, object *spell);
100/* sounds.c */ 100/* sounds.c */
101void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y); 101void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y);
102void play_sound_map(mapstruct *map, int x, int y, short sound_num); 102void play_sound_map(maptile *map, int x, int y, short sound_num);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines