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.187 by root, Mon Apr 16 06:23:42 2007 UTC vs.
Revision 1.188 by root, Mon Apr 16 11:09:32 2007 UTC

951struct EventAPI *watcher_base::GEventAPI; 951struct EventAPI *watcher_base::GEventAPI;
952struct CoroAPI *coroapi::GCoroAPI; 952struct CoroAPI *coroapi::GCoroAPI;
953 953
954int coroapi::cede_counter; 954int coroapi::cede_counter;
955 955
956void
957coroapi::wait_for_tick ()
958{
959 CALL_BEGIN (0);
960 CALL_CALL ("cf::wait_for_tick", G_DISCARD);
961 CALL_END;
962}
963
964void
965coroapi::wait_for_tick_begin ()
966{
967 CALL_BEGIN (0);
968 CALL_CALL ("cf::wait_for_tick_begin", G_DISCARD);
969 CALL_END;
970}
971
972static void
956static void iw_dispatch (pe_event *ev) 973iw_dispatch (pe_event *ev)
957{ 974{
958 iw *w = (iw *)ev->ext_data; 975 iw *w = (iw *)ev->ext_data;
959 w->call (*w); 976 w->call (*w);
960} 977}
961 978
1753 OUTPUT: RETVAL 1770 OUTPUT: RETVAL
1754 1771
1755bool 1772bool
1756load_resource_file (octet_string filename) 1773load_resource_file (octet_string filename)
1757 1774
1775bool
1776load_archetype_file (octet_string filename)
1777
1778bool
1779load_treasure_file (octet_string filename)
1780
1758MODULE = cf PACKAGE = cf::attachable 1781MODULE = cf PACKAGE = cf::attachable
1759 1782
1760int 1783int
1761valid (SV *obj) 1784valid (SV *obj)
1762 CODE: 1785 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines