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.258 by root, Sun Sep 30 20:22:24 2007 UTC vs.
Revision 1.269 by root, Fri Feb 1 15:54:08 2008 UTC

1/* 1/*
2 * This file is part of Crossfire TRT, the Roguelike Realtime MORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team 4 * Copyright (©) 2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2001-2005,2007 by Chachkoff Yann 5 * Copyright (©) 2001-2005,2007 by Chachkoff Yann
6 * Copyright (©) 2006,2007 by Marc Lehmann <cf@schmorp.de> 6 * Copyright (©) 2006,2007 by Marc Lehmann <cf@schmorp.de>
7 * 7 *
8 * Crossfire TRT is free software: you can redistribute it and/or modify 8 * Deliantra is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation, either version 3 of the License, or 10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
12 * 12 *
13 * This program is distributed in the hope that it will be useful, 13 * This program is distributed in the hope that it will be useful,
16 * GNU General Public License for more details. 16 * GNU General Public License for more details.
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. 19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 * 20 *
21 * The authors can be reached via e-mail to <crossfire@schmorp.de> 21 * The authors can be reached via e-mail to <support@deliantra.net>
22 */ 22 */
23 23
24#include "autoconf.h" 24#include "autoconf.h"
25 25
26#define PLUGIN_NAME "perl" 26#define PLUGIN_NAME "perl"
40#include <sproto.h> 40#include <sproto.h>
41 41
42#include <unistd.h> 42#include <unistd.h>
43#if _POSIX_MEMLOCK 43#if _POSIX_MEMLOCK
44# include <sys/mman.h> 44# include <sys/mman.h>
45#endif
46
47#if HAVE_MALLOC_H
48# include <malloc.h>
45#endif 49#endif
46 50
47#include <EXTERN.h> 51#include <EXTERN.h>
48#include <perl.h> 52#include <perl.h>
49#include <XSUB.h> 53#include <XSUB.h>
72 76
73tstamp NOW, runtime; 77tstamp NOW, runtime;
74 78
75global gbl_ev; 79global gbl_ev;
76static AV *cb_global, *cb_attachable, *cb_object, *cb_player, *cb_client, *cb_type, *cb_map; 80static AV *cb_global, *cb_attachable, *cb_object, *cb_player, *cb_client, *cb_type, *cb_map;
77static SV *sv_runtime, *sv_next_tick; 81static SV *sv_runtime, *sv_next_tick, *sv_now;
78 82
79bitset<NUM_EVENT_TYPES> ev_want_event; 83bitset<NUM_EVENT_TYPES> ev_want_event;
80bitset<NUM_TYPES> ev_want_type; 84bitset<NUM_TYPES> ev_want_type;
81 85
82static HV 86static HV
610 PL_exit_flags |= PERL_EXIT_DESTRUCT_END; 614 PL_exit_flags |= PERL_EXIT_DESTRUCT_END;
611 615
612 const char *argv[] = { 616 const char *argv[] = {
613 settings.argv [0], 617 settings.argv [0],
614 "-e" 618 "-e"
615 "use Event; use Coro;" // required for bootstrap 619 "use EV; use Coro;" // required for bootstrap
616 "cf->bootstrap;" // required for datadir :*> 620 "cf->bootstrap;" // required for datadir :*>
617 "unshift @INC, cf::datadir ();" 621 "unshift @INC, cf::datadir ();"
618 "require cf;" 622 "require cf;"
619 }; 623 };
620 624
621 if (perl_parse (perl, xs_init, 2, (char **)argv, (char **)NULL) 625 if (perl_parse (perl, xs_init, 2, (char **)argv, (char **)NULL)
1095#endif 1099#endif
1096} 1100}
1097 1101
1098///////////////////////////////////////////////////////////////////////////// 1102/////////////////////////////////////////////////////////////////////////////
1099 1103
1100struct EventAPI *watcher_base::GEventAPI; 1104struct EVAPI *evapi::GEVAPI;
1101struct CoroAPI *coroapi::GCoroAPI; 1105struct CoroAPI *coroapi::GCoroAPI;
1102 1106
1103int coroapi::cede_counter; 1107int coroapi::cede_counter;
1104tstamp coroapi::next_cede; 1108tstamp coroapi::next_cede;
1105 1109
1106void coroapi::do_cede_to_tick () 1110void coroapi::do_cede_to_tick ()
1108 cede_counter = 0; 1112 cede_counter = 0;
1109 1113
1110 cede (); 1114 cede ();
1111 1115
1112 next_cede += (TICK / CEDES_PER_TICK) * 0.99; 1116 next_cede += (TICK / CEDES_PER_TICK) * 0.99;
1113 if (next_cede > SvNV (sv_next_tick) - 0.02) 1117 if (next_cede > SvNVx (sv_next_tick) - 0.02)
1114 next_cede = SvNV (sv_next_tick); 1118 next_cede = SvNVx (sv_next_tick);
1115} 1119}
1116 1120
1117void coroapi::do_cede_every () 1121void coroapi::do_cede_every ()
1118{ 1122{
1119 cede_counter = 0; 1123 cede_counter = 0;
1143 CALL_BEGIN (0); 1147 CALL_BEGIN (0);
1144 CALL_CALL ("cf::wait_for_tick_begin", G_DISCARD); 1148 CALL_CALL ("cf::wait_for_tick_begin", G_DISCARD);
1145 CALL_END; 1149 CALL_END;
1146} 1150}
1147 1151
1148static void
1149iw_dispatch (pe_event *ev)
1150{
1151 iw *w = (iw *)ev->ext_data;
1152 w->call (*w);
1153}
1154
1155void
1156iw::alloc ()
1157{
1158 pe = GEventAPI->new_idle (0, 0);
1159
1160 WaREENTRANT_off (pe);
1161 pe->base.callback = (void *)iw_dispatch;
1162 pe->base.ext_data = (void *)this;
1163}
1164
1165static void iow_dispatch (pe_event *ev)
1166{
1167 iow *w = (iow *)ev->ext_data;
1168 w->call (*w, ((pe_ioevent *)ev)->got);
1169}
1170
1171void
1172iow::alloc ()
1173{
1174 pe = GEventAPI->new_io (0, 0);
1175
1176 WaREENTRANT_off (pe);
1177 pe->base.callback = (void *)iow_dispatch;
1178 pe->base.ext_data = (void *)this;
1179
1180 pe->fd = -1;
1181 pe->poll = 0;
1182}
1183
1184void
1185iow::fd (int fd)
1186{
1187 pe->fd = fd;
1188}
1189
1190int
1191iow::poll ()
1192{
1193 return pe->poll;
1194}
1195
1196void 1152void
1197iow::poll (int events) 1153iow::poll (int events)
1198{ 1154{
1199 if (pe->poll != events) 1155 if (events != this->events)
1200 { 1156 {
1157 int active = ev_is_active ((ev_io *)this);
1201 if (pe->poll) stop (); 1158 if (active) stop ();
1202 pe->poll = events; 1159 ev_io_set ((ev_io *)this, fd, events);
1203 if (pe->poll) start (); 1160 if (active) start ();
1204 } 1161 }
1205} 1162}
1206 1163
1207void 1164void
1208_connect_to_perl () 1165_connect_to_perl ()
1217 stash_cf_arch_wrap = gv_stashpv ("cf::arch::wrap" , 1); 1174 stash_cf_arch_wrap = gv_stashpv ("cf::arch::wrap" , 1);
1218 stash_cf_party_wrap = gv_stashpv ("cf::party::wrap" , 1); 1175 stash_cf_party_wrap = gv_stashpv ("cf::party::wrap" , 1);
1219 stash_cf_region_wrap = gv_stashpv ("cf::region::wrap", 1); 1176 stash_cf_region_wrap = gv_stashpv ("cf::region::wrap", 1);
1220 stash_cf_living_wrap = gv_stashpv ("cf::living::wrap", 1); 1177 stash_cf_living_wrap = gv_stashpv ("cf::living::wrap", 1);
1221 1178
1179 sv_now = get_sv ("cf::NOW" , 1); SvUPGRADE (sv_now , SVt_NV);
1222 sv_runtime = get_sv ("cf::RUNTIME" , 1); sv_upgrade (sv_runtime , SVt_NV); 1180 sv_runtime = get_sv ("cf::RUNTIME" , 1); SvUPGRADE (sv_runtime , SVt_NV);
1223 sv_next_tick = get_sv ("cf::NEXT_TICK", 1); sv_upgrade (sv_next_tick, SVt_NV); 1181 sv_next_tick = get_sv ("cf::NEXT_TICK", 1); SvUPGRADE (sv_next_tick, SVt_NV);
1224 1182
1225 cb_global = get_av ("cf::CB_GLOBAL", 1); 1183 cb_global = get_av ("cf::CB_GLOBAL", 1);
1226 cb_attachable = get_av ("cf::CB_ATTACHABLE", 1); 1184 cb_attachable = get_av ("cf::CB_ATTACHABLE", 1);
1227 cb_object = get_av ("cf::CB_OBJECT", 1); 1185 cb_object = get_av ("cf::CB_OBJECT", 1);
1228 cb_player = get_av ("cf::CB_PLAYER", 1); 1186 cb_player = get_av ("cf::CB_PLAYER", 1);
1233 1191
1234MODULE = cf PACKAGE = cf PREFIX = cf_ 1192MODULE = cf PACKAGE = cf PREFIX = cf_
1235 1193
1236BOOT: 1194BOOT:
1237{ 1195{
1238 I_EVENT_API (PACKAGE); watcher_base::GEventAPI = GEventAPI; 1196 I_EV_API (PACKAGE); evapi::GEVAPI = GEVAPI;
1239 I_CORO_API (PACKAGE); coroapi::GCoroAPI = GCoroAPI; 1197 I_CORO_API (PACKAGE); coroapi::GCoroAPI = GCoroAPI;
1240 1198
1241 _connect_to_perl (); 1199 _connect_to_perl ();
1242 1200
1243 newCONSTSUB (stash_cf, "VERSION", newSVpv (VERSION, sizeof (VERSION) - 1)); 1201 newCONSTSUB (stash_cf, "VERSION", newSVpv (VERSION, sizeof (VERSION) - 1));
1244 1202
1578 SvCUR_set (data_sv, dst - SvPVX (data_sv)); 1536 SvCUR_set (data_sv, dst - SvPVX (data_sv));
1579} 1537}
1580 1538
1581void _post_tick () 1539void _post_tick ()
1582 CODE: 1540 CODE:
1583 coroapi::next_cede = SvNV (sv_next_tick) - TICK * (1. - 1. / CEDES_PER_TICK); 1541 coroapi::next_cede = SvNVx (sv_next_tick) - TICK * (1. - 1. / CEDES_PER_TICK);
1584 1542
1585NV till_cede () 1543NV till_cede ()
1586 CODE: 1544 CODE:
1587 RETVAL = coroapi::next_cede - now (); 1545 RETVAL = coroapi::next_cede - now ();
1588 OUTPUT: 1546 OUTPUT:
1589 RETVAL 1547 RETVAL
1590 1548
1591NV till_tick () 1549NV till_tick ()
1592 CODE: 1550 CODE:
1593 RETVAL = SvNV (sv_next_tick) - now (); 1551 RETVAL = SvNVx (sv_next_tick) - now ();
1594 OUTPUT: 1552 OUTPUT:
1595 RETVAL 1553 RETVAL
1596 1554
1597NV floor (NV x) 1555NV floor (NV x)
1598 1556
1620 CODE: 1578 CODE:
1621 RETVAL = lerp (value, min_in, max_in, min_out, max_out); 1579 RETVAL = lerp (value, min_in, max_in, min_out, max_out);
1622 OUTPUT: 1580 OUTPUT:
1623 RETVAL 1581 RETVAL
1624 1582
1583void weaken (...)
1584 PROTOTYPE: @
1585 CODE:
1586 while (items > 0)
1587 sv_rvweaken (ST (--items));
1588
1625void cede_to_tick () 1589void cede_to_tick ()
1626 CODE: 1590 CODE:
1627 coroapi::cede_to_tick (); 1591 coroapi::cede_to_tick ();
1628 1592
1629void server_tick () 1593void server_tick ()
1630 CODE: 1594 CODE:
1631 NOW = now (); 1595 NOW = SvNVx (sv_now);
1632 runtime = SvNVx (sv_runtime); 1596 runtime = SvNVx (sv_runtime);
1633 server_tick (); 1597 server_tick ();
1634 1598
1635void 1599void
1636log_backtrace (utf8_string msg) 1600log_backtrace (utf8_string msg)
1643octet_string path_combine (octet_string base, octet_string path) 1607octet_string path_combine (octet_string base, octet_string path)
1644 PROTOTYPE: $$ 1608 PROTOTYPE: $$
1645 1609
1646octet_string path_combine_and_normalize (octet_string base, octet_string path) 1610octet_string path_combine_and_normalize (octet_string base, octet_string path)
1647 PROTOTYPE: $$ 1611 PROTOTYPE: $$
1612
1613void
1614mallinfo ()
1615 PPCODE:
1616{
1617#if __GLIBC__
1618 struct mallinfo mai = mallinfo ();
1619 EXTEND (SP, 10*2);
1620 PUSHs (sv_2mortal (newSVpv ("arena" , 0))); PUSHs (sv_2mortal (newSViv (mai.arena)));
1621 PUSHs (sv_2mortal (newSVpv ("ordblks" , 0))); PUSHs (sv_2mortal (newSViv (mai.ordblks)));
1622 PUSHs (sv_2mortal (newSVpv ("smblks" , 0))); PUSHs (sv_2mortal (newSViv (mai.smblks)));
1623 PUSHs (sv_2mortal (newSVpv ("hblks" , 0))); PUSHs (sv_2mortal (newSViv (mai.hblks)));
1624 PUSHs (sv_2mortal (newSVpv ("hblkhd" , 0))); PUSHs (sv_2mortal (newSViv (mai.hblkhd)));
1625 PUSHs (sv_2mortal (newSVpv ("usmblks" , 0))); PUSHs (sv_2mortal (newSViv (mai.usmblks)));
1626 PUSHs (sv_2mortal (newSVpv ("fsmblks" , 0))); PUSHs (sv_2mortal (newSViv (mai.fsmblks)));
1627 PUSHs (sv_2mortal (newSVpv ("uordblks", 0))); PUSHs (sv_2mortal (newSViv (mai.uordblks)));
1628 PUSHs (sv_2mortal (newSVpv ("fordblks", 0))); PUSHs (sv_2mortal (newSViv (mai.fordblks)));
1629 PUSHs (sv_2mortal (newSVpv ("keepcost", 0))); PUSHs (sv_2mortal (newSViv (mai.keepcost)));
1630#endif
1631 EXTEND (SP, 2*2);
1632 PUSHs (sv_2mortal (newSVpv ("slice_alloc", 0))); PUSHs (sv_2mortal (newSVuv (slice_alloc)));
1633 PUSHs (sv_2mortal (newSVpv ("shstr_alloc", 0))); PUSHs (sv_2mortal (newSVuv (shstr_alloc)));
1634}
1648 1635
1649void 1636void
1650sub_generation_inc () 1637sub_generation_inc ()
1651 CODE: 1638 CODE:
1652 PL_sub_generation++; 1639 PL_sub_generation++;
1684void cleanup (octet_string cause, bool make_core = false) 1671void cleanup (octet_string cause, bool make_core = false)
1685 1672
1686void emergency_save () 1673void emergency_save ()
1687 1674
1688void _exit (int status = EXIT_SUCCESS) 1675void _exit (int status = EXIT_SUCCESS)
1689
1690UV sv_2watcher (SV *w)
1691 CODE:
1692 RETVAL = (UV)GEventAPI->sv_2watcher (w);
1693 OUTPUT:
1694 RETVAL
1695 1676
1696#if _POSIX_MEMLOCK 1677#if _POSIX_MEMLOCK
1697 1678
1698int mlockall (int flags = MCL_CURRENT | MCL_FUTURE) 1679int mlockall (int flags = MCL_CURRENT | MCL_FUTURE)
1699 1680
2698 } 2679 }
2699} 2680}
2700 2681
2701int get_data_size (faceidx idx, int faceset = 0) 2682int get_data_size (faceidx idx, int faceset = 0)
2702 CODE: 2683 CODE:
2703 facedata *d = face_data (idx, faceset); assert (d); 2684 facedata *d = face_data (idx, faceset);
2685 if (!d) XSRETURN_UNDEF;
2704 RETVAL = d->data.size (); 2686 RETVAL = d->data.size ();
2705 OUTPUT: 2687 OUTPUT:
2706 RETVAL 2688 RETVAL
2707 2689
2708SV *get_chksum (faceidx idx, int faceset = 0) 2690SV *get_chksum (faceidx idx, int faceset = 0)
2709 CODE: 2691 CODE:
2710 facedata *d = face_data (idx, faceset); assert (d); 2692 facedata *d = face_data (idx, faceset);
2693 if (!d) XSRETURN_UNDEF;
2711 RETVAL = newSVpvn ((char *)d->chksum, CHKSUM_SIZE); 2694 RETVAL = newSVpvn ((char *)d->chksum, CHKSUM_SIZE);
2695 OUTPUT:
2696 RETVAL
2697
2698SV *get_data (faceidx idx, int faceset = 0)
2699 CODE:
2700 facedata *d = face_data (idx, faceset);
2701 if (!d) XSRETURN_UNDEF;
2702 RETVAL = newSVpvn (d->data.data (), d->data.length ());
2712 OUTPUT: 2703 OUTPUT:
2713 RETVAL 2704 RETVAL
2714 2705
2715void invalidate (faceidx idx) 2706void invalidate (faceidx idx)
2716 CODE: 2707 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines