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.416 by root, Thu Nov 1 13:02:52 2012 UTC vs.
Revision 1.417 by root, Sun Nov 4 01:01:13 2012 UTC

1579 1579
1580void init_dynamic () 1580void init_dynamic ()
1581 1581
1582void load_settings () 1582void load_settings ()
1583 1583
1584void reload_exp_table () 1584void _reload_exp_table ()
1585 1585
1586void reload_materials () 1586void _reload_materials ()
1587 1587
1588void init_uuid () 1588void init_uuid ()
1589 CODE: 1589 CODE:
1590 UUID::init (); 1590 UUID::init ();
1591 1591
1800 1800
1801int exp_to_level (val64 exp) 1801int exp_to_level (val64 exp)
1802 1802
1803val64 level_to_min_exp (int level) 1803val64 level_to_min_exp (int level)
1804 1804
1805const_utf8_string
1806spellpathnames (int idx)
1807 CODE:
1808 RETVAL = spellpathnames [idx];
1809 OUTPUT: RETVAL
1810
1805SV * 1811SV *
1806attacktype_name (int atnr) 1812attacktype_name (int atnr)
1807 CODE: 1813 CODE:
1808 RETVAL = IN_RANGE_EXC (atnr, 0, NROFATTACKS) 1814 RETVAL = IN_RANGE_EXC (atnr, 0, NROFATTACKS)
1809 ? newSVpv (attacktype_name [atnr], 0) 1815 ? newSVpv (attacktype_name [atnr], 0)
2580archetype *archetypes (U32 index) 2586archetype *archetypes (U32 index)
2581 CODE: 2587 CODE:
2582 RETVAL = index < archetypes.size () ? archetypes [index] : 0; 2588 RETVAL = index < archetypes.size () ? archetypes [index] : 0;
2583 OUTPUT: RETVAL 2589 OUTPUT: RETVAL
2584 2590
2591int skillvec_size ()
2592 CODE:
2593 RETVAL = skillvec.size ();
2594 OUTPUT: RETVAL
2595
2596archetype *skillvec (U32 index)
2597 CODE:
2598 RETVAL = index < skillvec.size () ? (archetype *)(object *)skillvec [index] : 0;
2599 OUTPUT: RETVAL
2600
2585INCLUDE: $PERL $srcdir/genacc archetype $srcdir/../include/object.h | 2601INCLUDE: $PERL $srcdir/genacc archetype $srcdir/../include/object.h |
2586 2602
2587MODULE = cf PACKAGE = cf::party 2603MODULE = cf PACKAGE = cf::party
2588 2604
2589partylist *first () 2605partylist *first ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines