ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sockproto.h
Revision: 1.31
Committed: Tue Jun 5 13:05:02 2007 UTC (16 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.30: +0 -2 lines
Log Message:
- improve observe
- remove more cruft code
- archetype loading almost works again, reloading probbaly still borked.

File Contents

# User Rev Content
1 root 1.29 /*
2     * This file is part of Crossfire TRT, the Multiplayer Online Role Playing Game.
3     *
4     * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team
5     *
6     * Crossfire TRT is free software; you can redistribute it and/or modify it
7     * under the terms of the GNU General Public License as published by the Free
8     * Software Foundation; either version 2 of the License, or (at your option)
9     * any later version.
10     *
11     * This program is distributed in the hope that it will be useful, but
12     * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13     * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14     * for more details.
15     *
16     * You should have received a copy of the GNU General Public License along
17     * with Crossfire TRT; if not, write to the Free Software Foundation, Inc. 51
18     * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19     *
20     * The authors can be reached via e-mail to <crossfire@schmorp.de>
21     */
22    
23 root 1.1 /* image.c */
24     int is_valid_faceset(int fsn);
25     void free_socket_images(void);
26     void read_client_images(void);
27 root 1.19 void SetFaceMode(char *buf, int len, client *ns);
28 root 1.24 void AskFaceCmd(char *buf, int len, client *ns);
29 root 1.19 void send_image_info(client *ns, char *params);
30     void send_image_sums(client *ns, char *params);
31 root 1.1 /* info.c */
32 root 1.2 void new_draw_info(int flags, int pri, const object *pl, const char *buf);
33     void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...);
34     void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage);
35     void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...);
36 root 1.7 void new_info_map_except(int color, maptile *map, object *op, const char *str);
37     void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str);
38     void new_info_map(int color, maptile *map, const char *str);
39 root 1.1 void set_title(object *pl, char *buf);
40     void magic_mapping_mark(object *pl, char *map_mark, int strength);
41     void draw_magic_map(object *pl);
42     void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType);
43     /* init.c */
44     void init_ericserver(void);
45     void free_all_newserver(void);
46     void final_free_player(player *pl);
47     /* item.c */
48     unsigned int query_flags(object *op);
49 root 1.30 void esrv_draw_look(player *pl);
50 root 1.1 void esrv_send_inventory(object *pl, object *op);
51     void esrv_update_item(int flags, object *pl, object *op);
52     void esrv_send_item(object *pl, object *op);
53     void esrv_del_item(player *pl, int tag);
54     object *esrv_get_ob_from_count(object *pl, tag_t count);
55     void ExamineCmd(char *buf, int len, player *pl);
56 root 1.26 void ExCmd(char *buf, int len, player *pl);
57 root 1.1 void ApplyCmd(char *buf, int len, player *pl);
58 root 1.18 void LockItem(char *data, int len, player *pl);
59     void MarkItem(char *data, int len, player *pl);
60 root 1.1 void LookAt(char *buf, int len, player *pl);
61     void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof);
62     /* loop.c */
63 root 1.19 void RequestInfo(char *buf, int len, client *ns);
64 root 1.1 void watchdog(void);
65 root 1.3 void flush_sockets(void);
66 root 1.1 void doeric_server(void);
67     /* lowlevel.c */
68     void write_cs_stats(void);
69     /* request.c */
70 root 1.19 void SetUp(char *buf, int len, client *ns);
71     void AddMeCmd(char *buf, int len, client *ns);
72     void ToggleExtendedInfos(char *buf, int len, client *ns);
73     void ToggleExtendedText (char *buf, int len, client *ns);
74     void AskSmooth(char *buf, int len, client *ns);
75 root 1.1 void PlayerCmd(char *buf, int len, player *pl);
76 root 1.18 void NewPlayerCmd(char *buf, int len, player *pl);
77 root 1.22 void ReplyCmd(char *buf, int len, client *ns);
78 root 1.19 void VersionCmd(char *buf, int len, client *ns);
79     void SetSound(char *buf, int len, client *ns);
80 root 1.1 void MapRedrawCmd(char *buff, int len, player *pl);
81 root 1.4 void ExtCmd(char *buff, int len, player *pl);
82 root 1.21 void ExtiCmd(char *buff, int len, client *ns);
83 root 1.2 void MapInfoCmd(char *buff, int len, player *pl);
84 root 1.1 void MoveCmd(char *buf, int len, player *pl);
85 root 1.25 void send_query(client *ns, uint8 flags, const char *text);
86 root 1.1 void esrv_update_stats(player *pl);
87     void esrv_new_player(player *pl, uint32 weight);
88 root 1.19 int getExtendedMapInfoSize(client *ns);
89 root 1.30 void draw_client_map(player *pl);
90 root 1.1 void send_plugin_custom_message(object *pl, char *buf);
91 root 1.19 void send_skill_info(client *ns, char *params);
92     void send_spell_paths (client *ns, char *params);
93 root 1.1 void esrv_update_spells(player *pl);
94     void esrv_remove_spell(player *pl, object *spell);
95     void esrv_add_spells(player *pl, object *spell);
96     /* sounds.c */
97     void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y);
98 root 1.7 void play_sound_map(maptile *map, int x, int y, short sound_num);