ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sockproto.h
(Generate patch)

Comparing deliantra/server/include/sockproto.h (file contents):
Revision 1.35 by root, Thu Nov 8 19:43:25 2007 UTC vs.
Revision 1.38 by root, Tue May 6 16:55:26 2008 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify 6 * Deliantra is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or 8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
36void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str); 36void new_info_map_except2(int color, maptile *map, object *op1, object *op2, const char *str);
37void new_info_map(int color, maptile *map, const char *str); 37void new_info_map(int color, maptile *map, const char *str);
38void set_title(object *pl, char *buf); 38void set_title(object *pl, char *buf);
39void magic_mapping_mark(object *pl, char *map_mark, int strength); 39void magic_mapping_mark(object *pl, char *map_mark, int strength);
40void draw_magic_map(object *pl); 40void draw_magic_map(object *pl);
41void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType);
42/* init.c */ 41/* init.c */
43void init_ericserver(void); 42void init_ericserver(void);
44void free_all_newserver(void); 43void free_all_newserver(void);
45void final_free_player(player *pl); 44void final_free_player(player *pl);
46/* item.c */ 45/* item.c */
79void ExtiCmd(char *buff, int len, client *ns); 78void ExtiCmd(char *buff, int len, client *ns);
80void MapInfoCmd(char *buff, int len, player *pl); 79void MapInfoCmd(char *buff, int len, player *pl);
81void MoveCmd(char *buf, int len, player *pl); 80void MoveCmd(char *buf, int len, player *pl);
82void send_query(client *ns, uint8 flags, const char *text); 81void send_query(client *ns, uint8 flags, const char *text);
83void esrv_update_stats(player *pl); 82void esrv_update_stats(player *pl);
84void esrv_new_player(player *pl, uint32 weight); 83void esrv_new_player(player *pl);
85int getExtendedMapInfoSize(client *ns); 84int getExtendedMapInfoSize(client *ns);
86void draw_client_map(player *pl); 85void draw_client_map(player *pl);
87void send_plugin_custom_message(object *pl, char *buf); 86void send_plugin_custom_message(object *pl, char *buf);
88void send_skill_info(client *ns, char *params); 87void send_skill_info(client *ns, char *params);
89void send_spell_paths (client *ns, char *params); 88void send_spell_paths (client *ns, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines