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.30 by root, Sun Jun 3 17:05:36 2007 UTC vs.
Revision 1.31 by root, Tue Jun 5 13:05:02 2007 UTC

34void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage); 34void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage);
35void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...); 35void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...);
36void new_info_map_except(int color, maptile *map, object *op, const char *str); 36void new_info_map_except(int color, maptile *map, object *op, const char *str);
37void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str); 37void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str);
38void new_info_map(int color, maptile *map, const char *str); 38void new_info_map(int color, maptile *map, const char *str);
39void clear_win_info(object *op);
40void set_title(object *pl, char *buf); 39void set_title(object *pl, char *buf);
41void magic_mapping_mark(object *pl, char *map_mark, int strength); 40void magic_mapping_mark(object *pl, char *map_mark, int strength);
42void draw_magic_map(object *pl); 41void draw_magic_map(object *pl);
43void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); 42void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType);
44/* init.c */ 43/* init.c */
56void ExamineCmd(char *buf, int len, player *pl); 55void ExamineCmd(char *buf, int len, player *pl);
57void ExCmd(char *buf, int len, player *pl); 56void ExCmd(char *buf, int len, player *pl);
58void ApplyCmd(char *buf, int len, player *pl); 57void ApplyCmd(char *buf, int len, player *pl);
59void LockItem(char *data, int len, player *pl); 58void LockItem(char *data, int len, player *pl);
60void MarkItem(char *data, int len, player *pl); 59void MarkItem(char *data, int len, player *pl);
61void look_at(object *op, int dx, int dy);
62void LookAt(char *buf, int len, player *pl); 60void LookAt(char *buf, int len, player *pl);
63void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof); 61void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof);
64/* loop.c */ 62/* loop.c */
65void RequestInfo(char *buf, int len, client *ns); 63void RequestInfo(char *buf, int len, client *ns);
66void watchdog(void); 64void watchdog(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines