version 1.19 | | version 1.20 |
---|
| | |
void check_output_buffers(object *pl, const char *buf); | | void check_output_buffers(object *pl, const char *buf); |
void new_draw_info(int flags, int pri, object *pl, const char *buf); | | void new_draw_info(int flags, int pri, object *pl, const char *buf); |
void new_draw_info_format(int flags, int pri, object *pl, const char *format, ...); | | void new_draw_info_format(int flags, int pri, object *pl, const char *format, ...); |
| | void draw_ext_info(int flags, int pri, object *pl, uint8 type, uint8 subtype, const char* message); |
| | void draw_ext_info_format(int flags, int pri, object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...); |
void new_info_map_except(int color, mapstruct *map, object *op, const char *str); | | void new_info_map_except(int color, mapstruct *map, object *op, const char *str); |
void new_info_map_except2(int color, mapstruct *map, object *op1, object *op2, const char *str); | | void new_info_map_except2(int color, mapstruct *map, object *op1, object *op2, const char *str); |
void new_info_map(int color, mapstruct *map, const char *str); | | void new_info_map(int color, mapstruct *map, const char *str); |
| | |
void SetUp(char *buf, int len, NewSocket *ns); | | void SetUp(char *buf, int len, NewSocket *ns); |
void AddMeCmd(char *buf, int len, NewSocket *ns); | | void AddMeCmd(char *buf, int len, NewSocket *ns); |
void ToggleExtendedInfos(char *buf, int len, NewSocket *ns); | | void ToggleExtendedInfos(char *buf, int len, NewSocket *ns); |
| | void ToggleExtendedText (char *buf, int len, NewSocket *ns); |
void AskSmooth(char *buf, int len, NewSocket *ns); | | void AskSmooth(char *buf, int len, NewSocket *ns); |
void PlayerCmd(char *buf, int len, player *pl); | | void PlayerCmd(char *buf, int len, player *pl); |
void NewPlayerCmd(uint8 *buf, int len, player *pl); | | void NewPlayerCmd(uint8 *buf, int len, player *pl); |