--- deliantra/server/include/sockproto.h 2007/06/03 17:05:36 1.30 +++ deliantra/server/include/sockproto.h 2008/04/22 07:01:47 1.36 @@ -1,23 +1,22 @@ /* - * This file is part of Crossfire TRT, the Multiplayer Online Role Playing Game. + * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team + * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * - * Crossfire TRT is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) - * any later version. + * Deliantra is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . * - * The authors can be reached via e-mail to + * The authors can be reached via e-mail to */ /* image.c */ @@ -36,7 +35,6 @@ void new_info_map_except(int color, maptile *map, object *op, const char *str); void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str); void new_info_map(int color, maptile *map, const char *str); -void clear_win_info(object *op); void set_title(object *pl, char *buf); void magic_mapping_mark(object *pl, char *map_mark, int strength); void draw_magic_map(object *pl); @@ -58,14 +56,11 @@ void ApplyCmd(char *buf, int len, player *pl); void LockItem(char *data, int len, player *pl); void MarkItem(char *data, int len, player *pl); -void look_at(object *op, int dx, int dy); void LookAt(char *buf, int len, player *pl); void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof); /* loop.c */ void RequestInfo(char *buf, int len, client *ns); void watchdog(void); -void flush_sockets(void); -void doeric_server(void); /* lowlevel.c */ void write_cs_stats(void); /* request.c */ @@ -86,7 +81,7 @@ void MoveCmd(char *buf, int len, player *pl); void send_query(client *ns, uint8 flags, const char *text); void esrv_update_stats(player *pl); -void esrv_new_player(player *pl, uint32 weight); +void esrv_new_player(player *pl); int getExtendedMapInfoSize(client *ns); void draw_client_map(player *pl); void send_plugin_custom_message(object *pl, char *buf); @@ -95,6 +90,3 @@ void esrv_update_spells(player *pl); void esrv_remove_spell(player *pl, object *spell); void esrv_add_spells(player *pl, object *spell); -/* sounds.c */ -void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y); -void play_sound_map(maptile *map, int x, int y, short sound_num);