version 1.12 | | version 1.13 |
---|
| | |
void free_socket_images(void); | | void free_socket_images(void); |
void read_client_images(void); | | void read_client_images(void); |
void SetFaceMode(char *buf, int len, NewSocket *ns); | | void SetFaceMode(char *buf, int len, NewSocket *ns); |
void SendFaceCmd(char *buff, int len, player *pl); | | void SendFaceCmd(char *buff, int len, NewSocket *ns); |
void esrv_send_face(NewSocket *ns, short face_num, int nocache); | | void esrv_send_face(NewSocket *ns, short face_num, int nocache); |
| | void send_image_info(NewSocket *ns, char *params); |
| | void send_image_sums(NewSocket *ns, char *params); |
/* info.c */ | | /* info.c */ |
void flush_output_element(object *pl, Output_Buf *outputs); | | void flush_output_element(object *pl, Output_Buf *outputs); |
void check_output_buffers(object *pl, char *buf); | | void check_output_buffers(object *pl, char *buf); |
| | |
void LookAt(char *buf, int len, player *pl); | | void LookAt(char *buf, int len, player *pl); |
void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof); | | void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof); |
/* loop.c */ | | /* loop.c */ |
| | void RequestInfo(char *buf, int len, NewSocket *ns); |
void Handle_Oldsocket(NewSocket *ns); | | void Handle_Oldsocket(NewSocket *ns); |
void HandleClient(NewSocket *ns, player *pl); | | void HandleClient(NewSocket *ns, player *pl); |
void watchdog(void); | | void watchdog(void); |