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.369 by root, Wed Apr 14 02:31:24 2010 UTC vs.
Revision 1.372 by root, Thu Apr 15 04:17:59 2010 UTC

2028} 2028}
2029 OUTPUT: 2029 OUTPUT:
2030 RETVAL 2030 RETVAL
2031 2031
2032object *find_best_object_match (object *op, utf8_string match) 2032object *find_best_object_match (object *op, utf8_string match)
2033
2034object *find_marked_object (object *op)
2035
2036int need_identify (object *obj);
2037 2033
2038int apply_shop_mat (object *shop_mat, object *op); 2034int apply_shop_mat (object *shop_mat, object *op);
2039 2035
2040int move (object *op, int dir, object *originator = op) 2036int move (object *op, int dir, object *originator = op)
2041 CODE: 2037 CODE:
2954 sv_to (sv, self); 2950 sv_to (sv, self);
2955 delete self; 2951 delete self;
2956 2952
2957MODULE = cf PACKAGE = cf::object::thawer 2953MODULE = cf PACKAGE = cf::object::thawer
2958 2954
2959INCLUDE: $PERL $srcdir/genacc object_thawer $srcdir/../include/cfperl.h | 2955INCLUDE: $PERL $srcdir/genacc object_thawer $srcdir/../include/freezethaw.h |
2960 2956
2961SV * 2957SV *
2962new_from_file (char *klass, octet_string path) 2958new_from_file (char *klass, octet_string path)
2963 CODE: 2959 CODE:
2964 object_thawer *f = new object_thawer (path); 2960 object_thawer *f = new object_thawer (path);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines