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

Comparing deliantra/server/include/player.h (file contents):
Revision 1.45 by pippijn, Mon Jan 15 21:06:19 2007 UTC vs.
Revision 1.46 by root, Mon Jan 29 16:11:48 2007 UTC

197 MTH bool save_pl (const char *path); 197 MTH bool save_pl (const char *path);
198 198
199 void do_destroy (); 199 void do_destroy ();
200 void gather_callbacks (AV *&callbacks, event_type event) const; 200 void gather_callbacks (AV *&callbacks, event_type event) const;
201 201
202 // wether the player can "see" this mapspace or not, decided by los
203 // 0 - nothing see, 100 - fully visible
204 MTH sint8 visibility_at (maptile *map, int x, int y) const;
205
202 MTH void connect (client *ns); 206 MTH void connect (client *ns);
203 MTH void disconnect (); 207 MTH void disconnect ();
204 208
205 MTH void activate (); 209 MTH void activate ();
206 MTH void deactivate (); 210 MTH void deactivate ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines