--- deliantra/server/include/sockproto.h 2008/05/06 16:44:54 1.37 +++ deliantra/server/include/sockproto.h 2009/11/06 13:05:56 1.40 @@ -1,20 +1,21 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * - * 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. + * Deliantra is free software: you can redistribute it and/or modify it under + * the terms of the Affero 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. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the Affero GNU General Public License + * and the GNU General Public License along with this program. If not, see + * . * * The authors can be reached via e-mail to */ @@ -30,26 +31,20 @@ /* info.c */ void new_draw_info(int flags, int pri, const object *pl, const char *buf); void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...); -void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage); -void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...); 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 set_title(object *pl, char *buf); -void magic_mapping_mark(object *pl, char *map_mark, int strength); void draw_magic_map(object *pl); /* init.c */ void init_ericserver(void); void free_all_newserver(void); void final_free_player(player *pl); /* item.c */ -unsigned int query_flags(object *op); void esrv_draw_look(player *pl); void esrv_send_inventory(object *pl, object *op); void esrv_update_item(int flags, object *pl, object *op); void esrv_send_item(object *pl, object *op); void esrv_del_item(player *pl, int tag); -object *esrv_get_ob_from_count(object *pl, tag_t count); void ExamineCmd(char *buf, int len, player *pl); void ExCmd(char *buf, int len, player *pl); void ApplyCmd(char *buf, int len, player *pl); @@ -83,9 +78,6 @@ 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); -void send_skill_info(client *ns, char *params); -void send_spell_paths (client *ns, char *params); void esrv_update_spells(player *pl); void esrv_remove_spell(player *pl, object *spell); void esrv_add_spells(player *pl, object *spell);