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.3 by root, Thu Aug 17 20:23:31 2006 UTC vs.
Revision 1.4 by root, Mon Aug 21 07:13:32 2006 UTC

1824 RETVAL = FABS (dx) <= pl->socket.mapx / 2 && FABS (dy) <= pl->socket.mapy / 2 1824 RETVAL = FABS (dx) <= pl->socket.mapx / 2 && FABS (dy) <= pl->socket.mapy / 2
1825 && !pl->blocked_los [dx + pl->socket.mapx / 2][dy + pl->socket.mapy / 2]; 1825 && !pl->blocked_los [dx + pl->socket.mapx / 2][dy + pl->socket.mapy / 2];
1826 OUTPUT: 1826 OUTPUT:
1827 RETVAL 1827 RETVAL
1828 1828
1829char *
1830client (player *pl)
1831 CODE:
1832 RETVAL = pl->socket.client;
1833 OUTPUT:
1834 RETVAL
1835
1836void
1837buggy_mapscroll (player *pl, int value = 1)
1838 CODE:
1839 pl->socket.buggy_mapscroll = value;
1840
1829void 1841void
1830send (player *pl, SV *packet) 1842send (player *pl, SV *packet)
1831 CODE: 1843 CODE:
1832{ 1844{
1833 STRLEN len; 1845 STRLEN len;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines