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.85 by root, Wed Apr 23 07:49:57 2008 UTC vs.
Revision 1.90 by root, Fri Aug 29 02:12:25 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.
132int command_version (object *op, char *params); 132int command_version (object *op, char *params);
133void bug_report (const char *reportstring); 133void bug_report (const char *reportstring);
134int command_statistics (object *pl, char *params); 134int command_statistics (object *pl, char *params);
135int command_fix_me (object *op, char *params); 135int command_fix_me (object *op, char *params);
136int command_players (object *op, char *paramss); 136int command_players (object *op, char *paramss);
137int command_logs (object *op, char *params);
138int command_bowmode (object *op, char *params); 137int command_bowmode (object *op, char *params);
139int command_showpets (object *op, char *params); 138int command_showpets (object *op, char *params);
140int command_resistances (object *op, char *params); 139int command_resistances (object *op, char *params);
141int command_help (object *op, char *params); 140int command_help (object *op, char *params);
142int onoff_value (const char *line); 141int onoff_value (const char *line);
195void remove_party (partylist *target_party); 194void remove_party (partylist *target_party);
196void obsolete_parties (void); 195void obsolete_parties (void);
197void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp); 196void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp);
198int confirm_party_password (object *op); 197int confirm_party_password (object *op);
199void receive_party_password (object *op, char k); 198void receive_party_password (object *op, char k);
200void send_party_message (object *op, char *msg); 199void send_party_message (object *op, const char *msg);
201int command_gsay (object *op, char *params); 200int command_gsay (object *op, char *params);
202int command_party (object *op, char *params); 201int command_party (object *op, char *params);
203 202
204/* c_range.c */ 203/* c_range.c */
205int command_invoke (object *op, char *params); 204int command_invoke (object *op, char *params);
469object *find_key (object *pl, object *container, object *door); 468object *find_key (object *pl, object *container, object *door);
470bool move_player_attack (object *op, int dir); 469bool move_player_attack (object *op, int dir);
471bool move_player (object *op, int dir); 470bool move_player (object *op, int dir);
472bool handle_newcs_player (object *op); 471bool handle_newcs_player (object *op);
473int save_life (object *op); 472int save_life (object *op);
474char *gravestone_text (object *op); 473const char *gravestone_text (object *op);
475void do_some_living (object *op); 474void do_some_living (object *op);
476void kill_player (object *op); 475void kill_player (object *op);
477void loot_object (object *op); 476void loot_object (object *op);
478void fix_weight (void); 477void fix_weight (void);
479void fix_luck (void); 478void fix_luck (void);
513const char *query_cost_string (const object *tmp, object *who, int flag); 512const char *query_cost_string (const object *tmp, object *who, int flag);
514sint64 query_money (const object *op); 513sint64 query_money (const object *op);
515int pay_for_amount (sint64 to_pay, object *pl); 514int pay_for_amount (sint64 to_pay, object *pl);
516int pay_for_item (object *op, object *pl); 515int pay_for_item (object *op, object *pl);
517int can_pay (object *pl); 516int can_pay (object *pl);
518void sell_item (object *op, object *pl); 517bool sell_item (object *op, object *pl);
519double shopkeeper_approval (const maptile *map, const object *player); 518double shopkeeper_approval (const maptile *map, const object *player);
520int describe_shop (const object *op); 519int describe_shop (const object *op);
521void shop_listing (object *sign, object *op); 520void shop_listing (object *sign, object *op);
522bool is_in_shop (object *o); 521bool is_in_shop (object *o);
523bool is_in_shop (maptile *map, int x, int y); 522bool is_in_shop (maptile *map, int x, int y);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines