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.333 by root, Sat Nov 7 18:30:06 2009 UTC vs.
Revision 1.334 by root, Sat Nov 7 21:09:58 2009 UTC

2221 2221
2222void player_lvl_adj (object *who, object *skill = 0) 2222void player_lvl_adj (object *who, object *skill = 0)
2223 2223
2224int kill_object (object *op, int dam = 0, object *hitter = 0, int type = AT_PHYSICAL) 2224int kill_object (object *op, int dam = 0, object *hitter = 0, int type = AT_PHYSICAL)
2225 2225
2226int calc_skill_exp (object *who, object *op, object *skill); 2226int calc_skill_exp (object *who, object *op, object *skill)
2227 2227
2228void push_button (object *op, object *originator); 2228void push_button (object *op, object *originator)
2229 2229
2230void use_trigger (object *op, object *originator); 2230void use_trigger (object *op, object *originator)
2231 2231
2232void handle_apply_yield (object *op); 2232void handle_apply_yield (object *op)
2233 2233
2234int convert_item (object *item, object *converter); 2234int convert_item (object *item, object *converter)
2235 2235
2236 2236
2237MODULE = cf PACKAGE = cf::object PREFIX = cf_ 2237MODULE = cf PACKAGE = cf::object PREFIX = cf_
2238 2238
2239# no clean way to get an object from an archetype - stupid idiotic 2239# no clean way to get an object from an archetype - stupid idiotic

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines