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.86 by root, Thu Apr 24 04:40:31 2008 UTC vs.
Revision 1.89 by root, Tue May 6 16:55:26 2008 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify 6 * Deliantra is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or 8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
469object *find_key (object *pl, object *container, object *door); 469object *find_key (object *pl, object *container, object *door);
470bool move_player_attack (object *op, int dir); 470bool move_player_attack (object *op, int dir);
471bool move_player (object *op, int dir); 471bool move_player (object *op, int dir);
472bool handle_newcs_player (object *op); 472bool handle_newcs_player (object *op);
473int save_life (object *op); 473int save_life (object *op);
474char *gravestone_text (object *op); 474const char *gravestone_text (object *op);
475void do_some_living (object *op); 475void do_some_living (object *op);
476void kill_player (object *op); 476void kill_player (object *op);
477void loot_object (object *op); 477void loot_object (object *op);
478void fix_weight (void); 478void fix_weight (void);
479void fix_luck (void); 479void fix_luck (void);
513const char *query_cost_string (const object *tmp, object *who, int flag); 513const char *query_cost_string (const object *tmp, object *who, int flag);
514sint64 query_money (const object *op); 514sint64 query_money (const object *op);
515int pay_for_amount (sint64 to_pay, object *pl); 515int pay_for_amount (sint64 to_pay, object *pl);
516int pay_for_item (object *op, object *pl); 516int pay_for_item (object *op, object *pl);
517int can_pay (object *pl); 517int can_pay (object *pl);
518void sell_item (object *op, object *pl); 518bool sell_item (object *op, object *pl);
519double shopkeeper_approval (const maptile *map, const object *player); 519double shopkeeper_approval (const maptile *map, const object *player);
520int describe_shop (const object *op); 520int describe_shop (const object *op);
521void shop_listing (object *sign, object *op); 521void shop_listing (object *sign, object *op);
522bool is_in_shop (object *o); 522bool is_in_shop (object *o);
523bool is_in_shop (maptile *map, int x, int y); 523bool is_in_shop (maptile *map, int x, int y);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines