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.210 by root, Sat May 19 00:08:12 2007 UTC vs.
Revision 1.211 by root, Sat May 19 11:19:03 2007 UTC

1941void check_score (object *op) 1941void check_score (object *op)
1942 1942
1943void message (object *op, utf8_string txt, int flags = NDI_ORANGE | NDI_UNIQUE) 1943void message (object *op, utf8_string txt, int flags = NDI_ORANGE | NDI_UNIQUE)
1944 CODE: 1944 CODE:
1945 new_draw_info (flags, 0, op, txt); 1945 new_draw_info (flags, 0, op, txt);
1946
1947object *cf_player_send_inventory (object *op)
1948
1949octet_string cf_player_get_ip (object *op)
1950 ALIAS: ip = 0
1951
1952object *cf_player_get_marked_item (object *op)
1953 ALIAS: marked_item = 0
1954
1955void cf_player_set_marked_item (object *op, object *ob)
1956
1957partylist *cf_player_get_party (object *op)
1958 ALIAS: party = 0
1959
1960void cf_player_set_party (object *op, partylist *party)
1961 1946
1962void kill_player (object *op) 1947void kill_player (object *op)
1963 1948
1964void esrv_update_item (object *op, int what, object *item) 1949void esrv_update_item (object *op, int what, object *item)
1965 C_ARGS: what, op, item 1950 C_ARGS: what, op, item

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines