ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.216 by root, Mon May 28 21:28:36 2007 UTC vs.
Revision 1.217 by root, Sun Jun 3 17:42:39 2007 UTC

2008void kill_player (object *op) 2008void kill_player (object *op)
2009 2009
2010void esrv_update_item (object *op, int what, object *item) 2010void esrv_update_item (object *op, int what, object *item)
2011 C_ARGS: what, op, item 2011 C_ARGS: what, op, item
2012 2012
2013void clear_los (object *op)
2014
2015int command_summon (object *op, utf8_string params) 2013int command_summon (object *op, utf8_string params)
2016 2014
2017int command_arrest (object *op, utf8_string params) 2015int command_arrest (object *op, utf8_string params)
2018 2016
2019 2017
2036 CODE: 2034 CODE:
2037 pl->ob->stats.hp = pl->ob->stats.maxhp; 2035 pl->ob->stats.hp = pl->ob->stats.maxhp;
2038 pl->ob->stats.sp = pl->ob->stats.maxsp; 2036 pl->ob->stats.sp = pl->ob->stats.maxsp;
2039 pl->ob->stats.grace = pl->ob->stats.maxgrace; 2037 pl->ob->stats.grace = pl->ob->stats.maxgrace;
2040 pl->orig_stats = pl->ob->stats; 2038 pl->orig_stats = pl->ob->stats;
2039
2040void clear_los (player *pl)
2041 2041
2042void cf_player_move (player *pl, int dir) 2042void cf_player_move (player *pl, int dir)
2043 2043
2044void play_sound_player_only (player *pl, int soundnum, int x = 0, int y = 0); 2044void play_sound_player_only (player *pl, int soundnum, int x = 0, int y = 0);
2045 2045

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines