ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
(Generate patch)

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.16 by elmex, Thu Aug 31 10:15:15 2006 UTC vs.
Revision 1.18 by root, Mon Sep 11 23:33:29 2006 UTC

1/* arch.c */ 1/* arch.c */
2archetype *find_archetype (const char *name); 2archetype *find_archetype (const char *name);
3/* alchemy.c */ 3/* alchemy.c */
4int need_identify (const object *obj); 4int need_identify (const object *obj);
5int apply_shop_mat (object *shop_mat, object *op); 5int apply_shop_mat (object *shop_mat, object *op);
6const char *cost_string_from_value(uint64 cost, int approx); 6const char *cost_string_from_value(sint64 cost, int approx);
7void pay_player (object *pl, uint64 amount); 7void pay_player (object *pl, sint64 amount);
8uint64 pay_player_arch (object *pl, const char *arch, uint64 amount); 8sint64 pay_player_arch (object *pl, const char *arch, sint64 amount);
9void attempt_do_alchemy(object *caster, object *cauldron); 9void attempt_do_alchemy(object *caster, object *cauldron);
10int content_recipe_value(object *op); 10int content_recipe_value(object *op);
11int numb_ob_inside(object *op); 11int numb_ob_inside(object *op);
12object *attempt_recipe(object *caster, object *cauldron, int ability, recipe *rp, int nbatches); 12object *attempt_recipe(object *caster, object *cauldron, int ability, recipe *rp, int nbatches);
13void adjust_product(object *item, int lvl, int yield); 13void adjust_product(object *item, int lvl, int yield);
593void plugins_display_list(object *op); 593void plugins_display_list(object *op);
594void *cfapi_system_find_animation(int *type, ...); 594void *cfapi_system_find_animation(int *type, ...);
595void *cfapi_system_strdup_local(int *type, ...); 595void *cfapi_system_strdup_local(int *type, ...);
596void *cfapi_system_register_global_event(int *type, ...); 596void *cfapi_system_register_global_event(int *type, ...);
597void *cfapi_system_unregister_global_event(int *type, ...); 597void *cfapi_system_unregister_global_event(int *type, ...);
598void *cfapi_system_add_string(int *type, ...);
599void *cfapi_system_remove_string(int *type, ...);
600void *cfapi_system_check_path(int *type, ...); 598void *cfapi_system_check_path(int *type, ...);
601void *cfapi_system_re_cmp(int *type, ...); 599void *cfapi_system_re_cmp(int *type, ...);
602void *cfapi_system_directory(int *type, ...); 600void *cfapi_system_directory(int *type, ...);
603void *cfapi_map_get_map(int *type, ...); 601void *cfapi_map_get_map(int *type, ...);
604void *cfapi_map_has_been_loaded(int *type, ...); 602void *cfapi_map_has_been_loaded(int *type, ...);
682int trap_see(object *op, object *trap); 680int trap_see(object *op, object *trap);
683int trap_show(object *trap, object *where); 681int trap_show(object *trap, object *where);
684int trap_disarm(object *disarmer, object *trap, int risk, object *skill); 682int trap_disarm(object *disarmer, object *trap, int risk, object *skill);
685void trap_adjust(object *trap, int difficulty); 683void trap_adjust(object *trap, int difficulty);
686/* shop.c */ 684/* shop.c */
685int get_payment(object *pl);
687uint64 query_cost(const object *tmp, object *who, int flag); 686sint64 query_cost(const object *tmp, object *who, int flag);
688const char *query_cost_string(const object *tmp, object *who, int flag); 687const char *query_cost_string(const object *tmp, object *who, int flag);
689uint64 query_money(const object *op); 688sint64 query_money(const object *op);
690int pay_for_amount(uint64 to_pay, object *pl); 689int pay_for_amount(sint64 to_pay, object *pl);
691int pay_for_item(object *op, object *pl); 690int pay_for_item(object *op, object *pl);
692int can_pay(object *pl); 691int can_pay(object *pl);
693int get_payment(object *pl, object *op);
694void sell_item(object *op, object *pl); 692void sell_item(object *op, object *pl);
695double shopkeeper_approval(const mapstruct *map, const object *player); 693double shopkeeper_approval(const mapstruct *map, const object *player);
696int describe_shop(const object *op); 694int describe_shop(const object *op);
697void shop_listing(object *op); 695void shop_listing(object *op);
698bool is_in_shop (object *o); 696bool is_in_shop (object *o);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines