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.253 by root, Mon Sep 10 17:24:36 2007 UTC vs.
Revision 1.259 by root, Tue Oct 16 04:09:31 2007 UTC

30 30
31#if HAVE_EXECINFO_H 31#if HAVE_EXECINFO_H
32# include <execinfo.h> 32# include <execinfo.h>
33#endif 33#endif
34 34
35#include <plugin_common.h>
36#include <sounds.h>
37#include <cstdarg> 35#include <cstdarg>
36
37#include "global.h"
38#include "loader.h"
39#include "../random_maps/random_map.h"
38#include <sproto.h> 40#include <sproto.h>
39
40#include "loader.h"
41#include "cfperl.h"
42#include "shstr.h"
43 41
44#include <unistd.h> 42#include <unistd.h>
45#if _POSIX_MEMLOCK 43#if _POSIX_MEMLOCK
46# include <sys/mman.h> 44# include <sys/mman.h>
45#endif
46
47#if HAVE_MALLOC_H
48# include <malloc.h>
47#endif 49#endif
48 50
49#include <EXTERN.h> 51#include <EXTERN.h>
50#include <perl.h> 52#include <perl.h>
51#include <XSUB.h> 53#include <XSUB.h>
67#else 69#else
68 typedef double val64; 70 typedef double val64;
69# define newSVval64 newSVnv 71# define newSVval64 newSVnv
70# define SvVAL64 SvNV 72# define SvVAL64 SvNV
71#endif 73#endif
72
73static f_plug_api gethook = cfapi_get_hooks;
74static f_plug_api object_insert = cfapi_object_insert;
75 74
76static PerlInterpreter *perl; 75static PerlInterpreter *perl;
77 76
78tstamp NOW, runtime; 77tstamp NOW, runtime;
79 78
590 va_end (ap); 589 va_end (ap);
591 590
592 return sv; 591 return sv;
593} 592}
594 593
595static SV *
596newSVcfapi (int type, ...)
597{
598 SV *sv;
599
600 va_list ap;
601 va_start (ap, type);
602
603 switch (type)
604 {
605 case CFAPI_INT: sv = newSViv (*va_arg (ap, int * )); break;
606 case CFAPI_LONG: sv = newSVval64 (*va_arg (ap, sint64 *)); break;
607 case CFAPI_DOUBLE: sv = newSVnv (*va_arg (ap, double *)); break;
608 case CFAPI_STRING: sv = newSVdt_va (ap, DT_STRING); break;
609 case CFAPI_POBJECT: sv = newSVdt_va (ap, DT_OBJECT); break;
610 case CFAPI_PMAP: sv = newSVdt_va (ap, DT_MAP ); break;
611 case CFAPI_PPLAYER: sv = newSVdt_va (ap, DT_PLAYER); break;
612 case CFAPI_PARCH: sv = newSVdt_va (ap, DT_ARCH ); break;
613 case CFAPI_PPARTY: sv = newSVdt_va (ap, DT_PARTY ); break;
614 case CFAPI_PREGION: sv = newSVdt_va (ap, DT_REGION); break;
615
616 default:
617 assert (("unhandled type in newSVcfapi", 0));
618 }
619
620 va_end (ap);
621
622 return sv;
623}
624
625////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 594//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
626 595
627SV * 596SV *
628registry (attachable *ext) 597registry (attachable *ext)
629{ 598{
632 601
633 return newRV_inc ((SV *)ext->cb); 602 return newRV_inc ((SV *)ext->cb);
634} 603}
635 604
636///////////////////////////////////////////////////////////////////////////// 605/////////////////////////////////////////////////////////////////////////////
637
638extern "C" int cfperl_initPlugin (const char *iversion, f_plug_api gethooksptr)
639{
640 return 0;
641}
642
643static CommArray_s rtn_cmd;
644
645static int
646runPluginCommand (object *obj, char *params)
647{
648 return -1;
649}
650
651extern "C" void *cfperl_getPluginProperty (int *type, ...)
652{
653 va_list args;
654 char *propname;
655 int i;
656 va_start (args, type);
657 propname = va_arg (args, char *);
658 //printf ("Property name: %s\n", propname);
659
660 if (!strcmp (propname, "command?"))
661 return NULL;
662 else if (!strcmp (propname, "Identification"))
663 {
664 va_end (args);
665 return (void *)PLUGIN_NAME;
666 }
667 else if (!strcmp (propname, "FullName"))
668 {
669 va_end (args);
670 return (void *)PLUGIN_VERSION;
671 }
672 else
673 va_end (args);
674
675 return NULL;
676}
677
678extern "C" int cfperl_postInitPlugin ()
679{
680 int hooktype = 1;
681 int rtype = 0;
682
683 cf_init_plugin (gethook);
684
685 return 0;
686}
687
688extern "C" int cfperl_closePlugin ()
689{
690 return 0;
691}
692 606
693void 607void
694cfperl_init () 608cfperl_init ()
695{ 609{
696 PERL_SYS_INIT3 (&settings.argc, &settings.argv, 0); 610 PERL_SYS_INIT3 (&settings.argc, &settings.argv, 0);
1352 const_iv (Map0Cmd) const_iv (Map1Cmd) const_iv (Map1aCmd) 1266 const_iv (Map0Cmd) const_iv (Map1Cmd) const_iv (Map1aCmd)
1353 1267
1354 const_iv (MAP_CLIENT_X) const_iv (MAP_CLIENT_Y) 1268 const_iv (MAP_CLIENT_X) const_iv (MAP_CLIENT_Y)
1355 1269
1356 const_iv (MAX_TIME) 1270 const_iv (MAX_TIME)
1271 const_iv (MAXSOCKBUF)
1357 1272
1358 const_iv (NUM_BODY_LOCATIONS) 1273 const_iv (NUM_BODY_LOCATIONS)
1359 const_iv (body_range) const_iv (body_shield) const_iv (body_combat) 1274 const_iv (body_range) const_iv (body_shield) const_iv (body_combat)
1360 const_iv (body_arm) const_iv (body_torso) const_iv (body_head) 1275 const_iv (body_arm) const_iv (body_torso) const_iv (body_head)
1361 const_iv (body_neck) const_iv (body_skill) const_iv (body_finger) 1276 const_iv (body_neck) const_iv (body_skill) const_iv (body_finger)
1506 const_iv (P_NO_CLERIC) const_iv (P_OUT_OF_MAP) const_iv (P_NEW_MAP) const_iv (P_UPTODATE) 1421 const_iv (P_NO_CLERIC) const_iv (P_OUT_OF_MAP) const_iv (P_NEW_MAP) const_iv (P_UPTODATE)
1507 1422
1508 const_iv (UP_OBJ_INSERT) const_iv (UP_OBJ_REMOVE) const_iv (UP_OBJ_CHANGE) const_iv (UP_OBJ_FACE) 1423 const_iv (UP_OBJ_INSERT) const_iv (UP_OBJ_REMOVE) const_iv (UP_OBJ_CHANGE) const_iv (UP_OBJ_FACE)
1509 1424
1510 const_iv (INS_NO_MERGE) const_iv (INS_ABOVE_FLOOR_ONLY) const_iv (INS_NO_WALK_ON) 1425 const_iv (INS_NO_MERGE) const_iv (INS_ABOVE_FLOOR_ONLY) const_iv (INS_NO_WALK_ON)
1511 const_iv (INS_ON_TOP) const_iv (INS_BELOW_ORIGINATOR) const_iv (INS_MAP_LOAD) 1426 const_iv (INS_ON_TOP) const_iv (INS_BELOW_ORIGINATOR)
1512 1427
1513 const_iv (WILL_APPLY_HANDLE) const_iv (WILL_APPLY_TREASURE) const_iv (WILL_APPLY_EARTHWALL) 1428 const_iv (WILL_APPLY_HANDLE) const_iv (WILL_APPLY_TREASURE) const_iv (WILL_APPLY_EARTHWALL)
1514 const_iv (WILL_APPLY_DOOR) const_iv (WILL_APPLY_FOOD) 1429 const_iv (WILL_APPLY_DOOR) const_iv (WILL_APPLY_FOOD)
1515 1430
1516 const_iv (SAVE_MODE) const_iv (SAVE_DIR_MODE) 1431 const_iv (SAVE_MODE) const_iv (SAVE_DIR_MODE)
1732octet_string path_combine (octet_string base, octet_string path) 1647octet_string path_combine (octet_string base, octet_string path)
1733 PROTOTYPE: $$ 1648 PROTOTYPE: $$
1734 1649
1735octet_string path_combine_and_normalize (octet_string base, octet_string path) 1650octet_string path_combine_and_normalize (octet_string base, octet_string path)
1736 PROTOTYPE: $$ 1651 PROTOTYPE: $$
1652
1653void
1654mallinfo ()
1655 PPCODE:
1656{
1657#if __GLIBC__
1658 struct mallinfo mai = mallinfo ();
1659 EXTEND (SP, 7*2);
1660 PUSHs (sv_2mortal (newSVpv ("arena" , 0))); PUSHs (sv_2mortal (newSViv (mai.arena)));
1661 PUSHs (sv_2mortal (newSVpv ("ordblks" , 0))); PUSHs (sv_2mortal (newSViv (mai.ordblks)));
1662 PUSHs (sv_2mortal (newSVpv ("hblks" , 0))); PUSHs (sv_2mortal (newSViv (mai.hblks)));
1663 PUSHs (sv_2mortal (newSVpv ("hblkhd" , 0))); PUSHs (sv_2mortal (newSViv (mai.hblkhd)));
1664 PUSHs (sv_2mortal (newSVpv ("uordblks", 0))); PUSHs (sv_2mortal (newSViv (mai.uordblks)));
1665 PUSHs (sv_2mortal (newSVpv ("fordblks", 0))); PUSHs (sv_2mortal (newSViv (mai.fordblks)));
1666 PUSHs (sv_2mortal (newSVpv ("keepcost", 0))); PUSHs (sv_2mortal (newSViv (mai.keepcost)));
1667#endif
1668}
1737 1669
1738void 1670void
1739sub_generation_inc () 1671sub_generation_inc ()
1740 CODE: 1672 CODE:
1741 PL_sub_generation++; 1673 PL_sub_generation++;
1939void 1871void
1940inv (object *obj) 1872inv (object *obj)
1941 PROTOTYPE: $ 1873 PROTOTYPE: $
1942 PPCODE: 1874 PPCODE:
1943{ 1875{
1944 object *o;
1945 for (o = obj->inv; o; o = o->below) 1876 for (object *o = obj->inv; o; o = o->below)
1946 XPUSHs (sv_2mortal (to_sv (o))); 1877 XPUSHs (sv_2mortal (to_sv (o)));
1947} 1878}
1948 1879
1949void 1880void
1950set_animation (object *op, int idx) 1881set_animation (object *op, int idx)
1982 1913
1983int need_identify (object *obj); 1914int need_identify (object *obj);
1984 1915
1985int apply_shop_mat (object *shop_mat, object *op); 1916int apply_shop_mat (object *shop_mat, object *op);
1986 1917
1987int move_player (object *op, int dir)
1988 CODE:
1989 RETVAL = move_player (op, dir);
1990 OUTPUT:
1991 RETVAL
1992
1993int move (object *op, int dir, object *originator = op) 1918int move (object *op, int dir, object *originator = op)
1994 CODE: 1919 CODE:
1995 RETVAL = move_ob (op, dir, originator); 1920 RETVAL = move_ob (op, dir, originator);
1996 OUTPUT: 1921 OUTPUT:
1997 RETVAL 1922 RETVAL
2003void apply_below (object *op) 1928void apply_below (object *op)
2004 CODE: 1929 CODE:
2005 player_apply_below (op); 1930 player_apply_below (op);
2006 1931
2007int cast_heal (object *op, object *caster, object *spell, int dir = 0) 1932int cast_heal (object *op, object *caster, object *spell, int dir = 0)
2008
2009object *cf_object_present_archname_inside (object *op, utf8_string whatstr)
2010
2011int cf_object_transfer (object *op, int x, int y, int r = 0, object_ornull *orig = 0)
2012
2013int cf_object_change_map (object *op, int x, int y, maptile *map)
2014 1933
2015#//TODO 1934#//TODO
2016object *clone_ (object *op, int recursive = 0) 1935object *clone_ (object *op, int recursive = 0)
2017 CODE: 1936 CODE:
2018 if (recursive) 1937 if (recursive)
2065 1984
2066void drop (object *who, object *op) 1985void drop (object *who, object *op)
2067 1986
2068void pick_up (object *who, object *op) 1987void pick_up (object *who, object *op)
2069 1988
2070int cf_object_teleport (object *op, maptile *map, int x, int y)
2071
2072void update_object (object *op, int action) 1989void update_object (object *op, int action)
2073 1990
2074object *cf_create_object_by_name (utf8_string name)
2075
2076void change_exp (object *op, uint64 exp, utf8_string skill_name = 0, int flag = 0) 1991void change_exp (object *op, uint64 exp, utf8_string skill_name = 0, int flag = 0)
2077 1992
2078void player_lvl_adj (object *who, object *skill = 0) 1993void player_lvl_adj (object *who, object *skill = 0)
2079 1994
2080int kill_object (object *op, int dam = 0, object *hitter = 0, int type = AT_PHYSICAL) 1995int kill_object (object *op, int dam = 0, object *hitter = 0, int type = AT_PHYSICAL)
2091 2006
2092void handle_apply_yield (object *op); 2007void handle_apply_yield (object *op);
2093 2008
2094 2009
2095MODULE = cf PACKAGE = cf::object PREFIX = cf_ 2010MODULE = cf PACKAGE = cf::object PREFIX = cf_
2096
2097object *cf_insert_ob_in_ob (object *ob, object *where)
2098 2011
2099# no clean way to get an object from an archetype - stupid idiotic 2012# no clean way to get an object from an archetype - stupid idiotic
2100# dumb kludgy misdesigned plug-in api slowly gets on my nerves. 2013# dumb kludgy misdesigned plug-in api slowly gets on my nerves.
2101 2014
2102object *new (utf8_string archetype = 0) 2015object *new (utf8_string archetype = 0)
2111# TODO: nuke 2024# TODO: nuke
2112object *insert_ob_in_map_at (object *ob, maptile *where, object_ornull *orig, int flag, int x, int y) 2025object *insert_ob_in_map_at (object *ob, maptile *where, object_ornull *orig, int flag, int x, int y)
2113 PROTOTYPE: $$$$$$ 2026 PROTOTYPE: $$$$$$
2114 CODE: 2027 CODE:
2115{ 2028{
2116 int unused_type; 2029 RETVAL = insert_ob_in_map_at (ob, where, orig, flag, x, y);
2117 RETVAL = (object *)object_insert (&unused_type, ob, 0, where, orig, flag, x, y);
2118} 2030}
2119 2031
2120const_utf8_string get_ob_key_value (object *op, utf8_string key) 2032const_utf8_string get_ob_key_value (object *op, utf8_string key)
2121 2033
2122bool set_ob_key_value (object *op, utf8_string key, utf8_string value = 0, int add_key = 1) 2034bool set_ob_key_value (object *op, utf8_string key, utf8_string value = 0, int add_key = 1)
2135 EXTEND (SP, 5); 2047 EXTEND (SP, 5);
2136 PUSHs (newSVuv (rv.distance)); 2048 PUSHs (newSVuv (rv.distance));
2137 PUSHs (newSViv (rv.distance_x)); 2049 PUSHs (newSViv (rv.distance_x));
2138 PUSHs (newSViv (rv.distance_y)); 2050 PUSHs (newSViv (rv.distance_y));
2139 PUSHs (newSViv (rv.direction)); 2051 PUSHs (newSViv (rv.direction));
2140 PUSHs (newSVcfapi (CFAPI_POBJECT, rv.part)); 2052 PUSHs (to_sv (rv.part));
2141} 2053}
2142 2054
2143bool on_same_map_as (object *ob, object *other) 2055bool on_same_map_as (object *ob, object *other)
2144 CODE: 2056 CODE:
2145 RETVAL = on_same_map (ob, other); 2057 RETVAL = on_same_map (ob, other);
2151 RETVAL = query_base_name (op, plural); 2063 RETVAL = query_base_name (op, plural);
2152 OUTPUT: RETVAL 2064 OUTPUT: RETVAL
2153 2065
2154object *decrease_ob_nr (object *op, unsigned long i) 2066object *decrease_ob_nr (object *op, unsigned long i)
2155 2067
2068# return the tail of an object, excluding itself
2069void
2070tail (object *op)
2071 PPCODE:
2072 while ((op = op->more))
2073 XPUSHs (sv_2mortal (to_sv (op)));
2074
2156MODULE = cf PACKAGE = cf::object::player PREFIX = cf_player_ 2075MODULE = cf PACKAGE = cf::object::player PREFIX = cf_player_
2157 2076
2158player *player (object *op) 2077player *player (object *op)
2159 CODE: 2078 CODE:
2160 RETVAL = op->contr; 2079 RETVAL = op->contr;
2161 OUTPUT: RETVAL 2080 OUTPUT: RETVAL
2162 2081
2082bool move_player (object *op, int dir)
2083
2163void check_score (object *op) 2084void check_score (object *op)
2164 2085
2165void message (object *op, utf8_string txt, int flags = NDI_ORANGE | NDI_UNIQUE) 2086void message (object *op, utf8_string txt, int flags = NDI_ORANGE | NDI_UNIQUE)
2166 CODE: 2087 CODE:
2167 new_draw_info (flags, 0, op, txt); 2088 new_draw_info (flags, 0, op, txt);
2168 2089
2169void kill_player (object *op) 2090void kill_player (object *op)
2170 2091
2092void esrv_send_item (object *pl, object *item)
2093
2171void esrv_update_item (object *op, int what, object *item) 2094void esrv_update_item (object *pl, int what, object *item)
2172 C_ARGS: what, op, item 2095 C_ARGS: what, pl, item
2096
2097void esrv_del_item (object *pl, int tag)
2098 C_ARGS: pl->contr, tag
2173 2099
2174int command_summon (object *op, utf8_string params) 2100int command_summon (object *op, utf8_string params)
2175 2101
2176int command_arrest (object *op, utf8_string params) 2102int command_arrest (object *op, utf8_string params)
2177 2103
2198 pl->ob->stats.grace = pl->ob->stats.maxgrace; 2124 pl->ob->stats.grace = pl->ob->stats.maxgrace;
2199 pl->orig_stats = pl->ob->stats; 2125 pl->orig_stats = pl->ob->stats;
2200 2126
2201void clear_los (player *pl) 2127void clear_los (player *pl)
2202 2128
2203void cf_player_move (player *pl, int dir)
2204
2205bool 2129bool
2206cell_visible (player *pl, int dx, int dy) 2130cell_visible (player *pl, int dx, int dy)
2207 CODE: 2131 CODE:
2208 RETVAL = FABS (dx) <= pl->ns->mapx / 2 && FABS (dy) <= pl->ns->mapy / 2 2132 RETVAL = FABS (dx) <= pl->ns->mapx / 2 && FABS (dy) <= pl->ns->mapy / 2
2209 && !pl->blocked_los [dx + pl->ns->mapx / 2][dy + pl->ns->mapy / 2]; 2133 && !pl->blocked_los [dx + pl->ns->mapx / 2][dy + pl->ns->mapy / 2];
2215 CODE: 2139 CODE:
2216{ 2140{
2217 STRLEN len; 2141 STRLEN len;
2218 char *buf = SvPVbyte (packet, len); 2142 char *buf = SvPVbyte (packet, len);
2219 2143
2144 if (len > MAXSOCKBUF)
2145 pl->failmsg ("[packet too long for client]");
2220 if (pl->ns) 2146 else if (pl->ns)
2221 pl->ns->send_packet (buf, len); 2147 pl->ns->send_packet (buf, len);
2222} 2148}
2223 2149
2224int 2150int
2225listening (player *pl, int new_value = -1) 2151listening (player *pl, int new_value = -1)
2261 RETVAL = map->invoke ((event_type)event, ARG_AV (av), DT_END); 2187 RETVAL = map->invoke ((event_type)event, ARG_AV (av), DT_END);
2262 OUTPUT: RETVAL 2188 OUTPUT: RETVAL
2263 2189
2264SV *registry (maptile *map) 2190SV *registry (maptile *map)
2265 2191
2192void
2193find_tagged_objects (maptile *map, utf8_string tag = 0)
2194 PPCODE:
2195{
2196 if (!map->spaces)
2197 XSRETURN_EMPTY;
2198
2199 if (tag)
2200 {
2201 shstr_cmp tag_ (tag);
2202
2203 for (mapspace *ms = map->spaces + map->size (); ms-- > map->spaces; )
2204 for (object *op = ms->bot; op; op = op->above)
2205 if (op->tag == tag_)
2206 XPUSHs (sv_2mortal (to_sv (op)));
2207 }
2208 else
2209 {
2210 for (mapspace *ms = map->spaces + map->size (); ms-- > map->spaces; )
2211 for (object *op = ms->bot; op; op = op->above)
2212 if (op->tag)
2213 XPUSHs (sv_2mortal (to_sv (op)));
2214 }
2215}
2216
2266INCLUDE: $PERL $srcdir/genacc maptile ../include/map.h | 2217INCLUDE: $PERL $srcdir/genacc maptile ../include/map.h |
2267 2218
2268void 2219void
2269maptile::instantiate () 2220maptile::instantiate ()
2270 2221
2401get_connection (maptile *map, long connection) 2352get_connection (maptile *map, long connection)
2402 PPCODE: 2353 PPCODE:
2403 oblinkpt *obp = get_connection_links (map, connection); 2354 oblinkpt *obp = get_connection_links (map, connection);
2404 if (obp) 2355 if (obp)
2405 for (objectlink *ol = obp->link; ol; ol = ol->next) 2356 for (objectlink *ol = obp->link; ol; ol = ol->next)
2406 XPUSHs (sv_2mortal (newSVcfapi (CFAPI_POBJECT, (object *)ol->ob))); 2357 XPUSHs (sv_2mortal (to_sv ((object *)ol->ob)));
2407
2408object *cf_map_insert_object_there (maptile *where, object *op, object *originator, int flags)
2409
2410object *cf_map_insert_object (maptile *where, object* op, int x, int y)
2411
2412object* cf_map_present_arch_by_name (maptile *map, const char* str, int nx, int ny)
2413 C_ARGS: str, map, nx, ny
2414 2358
2415void 2359void
2416get_map_flags (maptile *map, int x, int y) 2360get_map_flags (maptile *map, int x, int y)
2417 PPCODE: 2361 PPCODE:
2418{ 2362{
2423 EXTEND (SP, 4); 2367 EXTEND (SP, 4);
2424 PUSHs (sv_2mortal (newSViv (flags))); 2368 PUSHs (sv_2mortal (newSViv (flags)));
2425 2369
2426 if (GIMME_V == G_ARRAY) 2370 if (GIMME_V == G_ARRAY)
2427 { 2371 {
2428 PUSHs (sv_2mortal (newSVcfapi (CFAPI_PMAP, nmap))); 2372 PUSHs (sv_2mortal (to_sv (nmap)));
2429 PUSHs (sv_2mortal (newSViv (nx))); 2373 PUSHs (sv_2mortal (newSViv (nx)));
2430 PUSHs (sv_2mortal (newSViv (ny))); 2374 PUSHs (sv_2mortal (newSViv (ny)));
2431 } 2375 }
2432} 2376}
2433 2377
2442 2386
2443 get_map_flags (map, &nmap, x, y, &nx, &ny); 2387 get_map_flags (map, &nmap, x, y, &nx, &ny);
2444 2388
2445 if (nmap) 2389 if (nmap)
2446 for (o = GET_MAP_OB (nmap, nx, ny); o; o = o->above) 2390 for (o = GET_MAP_OB (nmap, nx, ny); o; o = o->above)
2447 XPUSHs (sv_2mortal (newSVcfapi (CFAPI_POBJECT, o))); 2391 XPUSHs (sv_2mortal (to_sv (o)));
2448} 2392}
2449 2393
2450SV * 2394SV *
2451bot_at (maptile *obj, unsigned int x, unsigned int y) 2395bot_at (maptile *obj, unsigned int x, unsigned int y)
2452 PROTOTYPE: $$$ 2396 PROTOTYPE: $$$
2461 INIT: 2405 INIT:
2462 if (x >= obj->width || y >= obj->height) XSRETURN_UNDEF; 2406 if (x >= obj->width || y >= obj->height) XSRETURN_UNDEF;
2463 CODE: 2407 CODE:
2464 switch (ix) 2408 switch (ix)
2465 { 2409 {
2466 case 0: RETVAL = newSVcfapi (CFAPI_POBJECT, GET_MAP_OB (obj, x, y)); break; 2410 case 0: RETVAL = to_sv (GET_MAP_OB (obj, x, y)); break;
2467 case 1: RETVAL = newSVcfapi (CFAPI_POBJECT, GET_MAP_TOP (obj, x, y)); break; 2411 case 1: RETVAL = to_sv (GET_MAP_TOP (obj, x, y)); break;
2468 case 2: RETVAL = newSVuv ( GET_MAP_FLAGS (obj, x, y)); break; 2412 case 2: RETVAL = newSVuv (GET_MAP_FLAGS (obj, x, y)); break;
2469 case 3: RETVAL = newSViv ( GET_MAP_LIGHT (obj, x, y)); break; 2413 case 3: RETVAL = newSViv (GET_MAP_LIGHT (obj, x, y)); break;
2470 case 4: RETVAL = newSVuv ( GET_MAP_MOVE_BLOCK (obj, x, y)); break; 2414 case 4: RETVAL = newSVuv (GET_MAP_MOVE_BLOCK (obj, x, y)); break;
2471 case 5: RETVAL = newSVuv ( GET_MAP_MOVE_SLOW (obj, x, y)); break; 2415 case 5: RETVAL = newSVuv (GET_MAP_MOVE_SLOW (obj, x, y)); break;
2472 case 6: RETVAL = newSVuv ( GET_MAP_MOVE_ON (obj, x, y)); break; 2416 case 6: RETVAL = newSVuv (GET_MAP_MOVE_ON (obj, x, y)); break;
2473 case 7: RETVAL = newSVuv ( GET_MAP_MOVE_OFF (obj, x, y)); break; 2417 case 7: RETVAL = newSVuv (GET_MAP_MOVE_OFF (obj, x, y)); break;
2474 } 2418 }
2475 OUTPUT: RETVAL 2419 OUTPUT: RETVAL
2476 2420
2477void fix_walls (maptile *map, int x, int y) 2421void fix_walls (maptile *map, int x, int y)
2478 2422
2659 CODE: 2603 CODE:
2660{ 2604{
2661 STRLEN len; 2605 STRLEN len;
2662 char *buf = SvPVbyte (packet, len); 2606 char *buf = SvPVbyte (packet, len);
2663 2607
2608 if (len > MAXSOCKBUF)
2609 {
2610 // ugly
2611 if (THIS->pl)
2612 THIS->pl->failmsg ("[packet too long for client]");
2613 }
2614 else
2664 THIS->send_packet (buf, len); 2615 THIS->send_packet (buf, len);
2665} 2616}
2666 2617
2667faceidx 2618faceidx
2668client::need_face (utf8_string name, int pri = 0) 2619client::need_face (utf8_string name, int pri = 0)
2669 CODE: 2620 CODE:
2874 sv_to (sv, self); 2825 sv_to (sv, self);
2875 delete self; 2826 delete self;
2876 2827
2877void 2828void
2878extract_tags (object_thawer *self) 2829extract_tags (object_thawer *self)
2879 CODE: 2830 PPCODE:
2880 while (self->kw != KW_EOF) 2831 while (self->kw != KW_EOF)
2881 { 2832 {
2833 PUTBACK;
2882 coroapi::cede_to_tick_every (5000); 2834 coroapi::cede_to_tick_every (5000);
2835 SPAGAIN;
2883 2836
2884 if (self->kw == KW_tag) 2837 if (self->kw == KW_tag)
2885 XPUSHs (sv_2mortal (to_sv (self->get_str ()))); 2838 XPUSHs (sv_2mortal (newSVpv_utf8 (self->get_str ())));
2886 2839
2887 self->skip (); 2840 self->skip ();
2888 } 2841 }
2889 2842

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines