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.320 by root, Thu Jul 16 21:42:56 2009 UTC vs.
Revision 1.321 by root, Thu Oct 8 05:04:27 2009 UTC

71static int tick_pending; 71static int tick_pending;
72 72
73global gbl_ev; 73global gbl_ev;
74static AV *cb_global, *cb_attachable, *cb_object, *cb_player, *cb_client, *cb_type, *cb_map; 74static AV *cb_global, *cb_attachable, *cb_object, *cb_player, *cb_client, *cb_type, *cb_map;
75static SV *sv_runtime, *sv_tick_start, *sv_next_tick, *sv_now; 75static SV *sv_runtime, *sv_tick_start, *sv_next_tick, *sv_now;
76static AV *av_reflect;
76 77
77bitset<NUM_EVENT_TYPES> ev_want_event; 78bitset<NUM_EVENT_TYPES> ev_want_event;
78bitset<NUM_TYPES> ev_want_type; 79bitset<NUM_TYPES> ev_want_type;
79 80
80static HV 81static HV
1255 cb_object = get_av ("cf::CB_OBJECT", 1); 1256 cb_object = get_av ("cf::CB_OBJECT", 1);
1256 cb_player = get_av ("cf::CB_PLAYER", 1); 1257 cb_player = get_av ("cf::CB_PLAYER", 1);
1257 cb_client = get_av ("cf::CB_CLIENT", 1); 1258 cb_client = get_av ("cf::CB_CLIENT", 1);
1258 cb_type = get_av ("cf::CB_TYPE" , 1); 1259 cb_type = get_av ("cf::CB_TYPE" , 1);
1259 cb_map = get_av ("cf::CB_MAP" , 1); 1260 cb_map = get_av ("cf::CB_MAP" , 1);
1261
1262 av_reflect = get_av ("cf::REFLECT" , 1);
1260} 1263}
1261 1264
1262MODULE = cf PACKAGE = cf PREFIX = cf_ 1265MODULE = cf PACKAGE = cf PREFIX = cf_
1263 1266
1264BOOT: 1267BOOT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines